You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allocations and frees are globally serialized on the pcpu lock (and the
CPU hotplug lock if enabled, which is the case on Debian).
At least one frequent consumer allocates 4 back-to-back counters (and
frees them in the same manner), exacerbating the problem.
While this does not fully remedy scalability issues, it is a step
towards that goal and provides immediate relief.
Signed-off-by: Mateusz Guzik <[email protected]>
Reviewed-by: Dennis Zhou <[email protected]>
Reviewed-by: Vegard Nossum <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
[Dennis: reflowed a few lines]
Signed-off-by: Dennis Zhou <[email protected]>
0 commit comments