Date
1 - 5 of 5
[edk2-devel] [RFC][PATCH v1] UefiCpuPkg/MpInitLib DXE: Reduce AP status check interval
Ni, Ray
The use case is valid, IMO. And the commit message is helpful.Laszlo, Adding a PCD means platform integrators need to consider which value to set. Most of the time, they may just use the default PCD value. Then, why not we add the PCD later when a real case is met? Thanks, Ray
|
|
Laszlo Ersek
On 03/16/20 02:37, Ni, Ray wrote:
The patch changes existent behavior; it is not for a newly introducedThe use case is valid, IMO. And the commit message is helpful.Laszlo, feature. Because most platforms are not in the edk2 tree, we don't know what platforms could be regressed by increasing the polling frequency tenfold. (And remember that the polling action has O(n) cost, where "n" is the logical processor count.) Under your suggestion, the expression "real case is met" amounts to "someone reports a regression" (possibly after the next stable tag, even). I don't think that's a good idea. In particular, the patch is motivated by RegisterCpuFeaturesLib -- the CpuFeaturesInitialize() function -- on some platform(s) that Hao uses. But there are platforms that don't use RegisterCpuFeaturesLib, and still use MpInitLib. Thanks, Laszlo
|
|
Ni, Ray
OK. I agree with your suggestion.Laszlo,The patch changes existent behavior; it is not for a newly introduced
|
|
Wu, Hao A
toggle quoted messageShow quoted text
-----Original Message----- Thanks all for the feedbacks. Please grant me some time to prepare a new version of the patch. Best Regards, Hao Wu
|
|
Brian J. Johnson
On 3/23/20 9:37 AM, Ni, Ray wrote:
Thank you. I agree with Laszlo: MP initialization is tricky to scale, and platform dependent. My group builds real machines with thousands of APs, and we have had to do various tweaks to the MP init. code. Having a PCD to adjust this timeout will be very useful.OK. I agree with your suggestion.Laszlo,The patch changes existent behavior; it is not for a newly introduced Thanks, -- Brian J. Johnson Enterprise X86 Lab Hewlett Packard Enterprise brian.johnson@...
|
|