commit | 717ac5ce13020920fa3975f290281395b6407900 | [log] [tgz] |
---|---|---|
author | Eric Dumazet <edumazet@google.com> | Thu Jan 12 08:50:10 2017 -0800 |
committer | David S. Miller <davem@davemloft.net> | Thu Jan 12 16:52:19 2017 -0500 |
tree | 600641c51c4944c7e02f0cb1bf3eb5487c919cdd | |
parent | 8fb472c09b9df478a062eacc7841448e40fc3c17 [diff] |
ipv6: sr: static percpu allocation for hmac_ring 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 <david.lebrun@uclouvain.be> Acked-by: David Lebrun <david.lebrun@uclouvain.be> Signed-off-by: David S. Miller <davem@davemloft.net>