diff options
author | Eric Dumazet <edumazet@google.com> | 2017-01-12 08:50:10 -0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-01-12 16:52:19 -0500 |
commit | 717ac5ce13020920fa3975f290281395b6407900 (patch) | |
tree | 600641c51c4944c7e02f0cb1bf3eb5487c919cdd /drivers | |
parent | 8fb472c09b9df478a062eacc7841448e40fc3c17 (diff) | |
download | linux-717ac5ce13020920fa3975f290281395b6407900.tar.bz2 |
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>
Diffstat (limited to 'drivers')
0 files changed, 0 insertions, 0 deletions