commit | 5b59d467ad9ff9c014b99f4cfc2ea627b0806d07 | [log] [tgz] |
---|---|---|
author | Eric Dumazet <edumazet@google.com> | Wed Dec 18 06:46:23 2013 -0800 |
committer | David S. Miller <davem@davemloft.net> | Thu Dec 19 19:00:07 2013 -0500 |
tree | 344e475e80f92095a71e1a474de1a37ca01897fb | |
parent | c5036813559ed45b517f28be876b29ccead689c5 [diff] |
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>