]> git.baikalelectronics.ru Git - kernel.git/commit
rps: NUMA flow limit allocations
authorEric Dumazet <edumazet@google.com>
Wed, 18 Dec 2013 14:46:23 +0000 (06:46 -0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 20 Dec 2013 00:00:07 +0000 (19:00 -0500)
commit8eb1a35cdae7545d30920400f59363020946b1a1
tree344e475e80f92095a71e1a474de1a37ca01897fb
parent124d5f1a6b26f74af9382c27091c663ed22c1669
rps: NUMA flow limit allocations

Given we allocate memory for each cpu, we can do this
using NUMA affinities, instead of using NUMA policies
of the process changing flow_limit_cpu_bitmap value.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Cc: Willem de Bruijn <willemb@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/sysctl_net_core.c