diff options
author | Chris Metcalf <[email protected]> | 2013-09-12 15:13:55 -0700 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2013-09-12 15:38:02 -0700 |
commit | 5fbc461636c32efdb9d5216d491d37a40d54535b (patch) | |
tree | 119599fe279ba3daf94422d54cfc7bd2a5ae4a80 /net/lapb/lapb_iface.c | |
parent | 9cb2dc1c950cf0624202c1ea2705705e1e51c278 (diff) |
mm: make lru_add_drain_all() selective
make lru_add_drain_all() only selectively interrupt the cpus that have
per-cpu free pages that can be drained.
This is important in nohz mode where calling mlockall(), for example,
otherwise will interrupt every core unnecessarily.
This is important on workloads where nohz cores are handling 10 Gb traffic
in userspace. Those CPUs do not enter the kernel and place pages into LRU
pagevecs and they really, really don't want to be interrupted, or they
drop packets on the floor.
Signed-off-by: Chris Metcalf <[email protected]>
Reviewed-by: Tejun Heo <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'net/lapb/lapb_iface.c')
0 files changed, 0 insertions, 0 deletions