Re: [PATCH net-next] ipv4: icmp: use percpu allocation
From: David Miller <davem@davemloft.net>
Date: 2015-02-01 01:48:30
From: David Miller <davem@davemloft.net>
Date: 2015-02-01 01:48:30
From: Eric Dumazet <redacted> Date: Thu, 29 Jan 2015 15:58:09 -0800
From: Eric Dumazet <edumazet@google.com> Get rid of nr_cpu_ids and use modern percpu allocation. Note that the sockets themselves are not yet allocated using NUMA affinity. Signed-off-by: Eric Dumazet <edumazet@google.com>
Applied, thanks.