Re: [PATCH net-next] ipv6: sr: static percpu allocation for hmac_ring
From: David Miller <davem@davemloft.net> Date: 2017-01-12 21:53:08
From: Eric Dumazet <redacted>
Date: Thu, 12 Jan 2017 08:50:10 -0800
From: Eric Dumazet <edumazet@google.com>
Current allocations are not NUMA aware, and lack proper
cleanup in case of error.
It is perfectly fine to use static per cpu allocations for 256 bytes
per cpu.
Signed-off-by: Eric Dumazet <edumazet@google.com>
Cc: David Lebrun <redacted>