ipv6: add NUMA awareness to seg6_hmac_init_algo()
authorEric Dumazet <edumazet@google.com>
Fri, 20 Jan 2017 16:08:56 +0000 (08:08 -0800)
committerDavid S. Miller <davem@davemloft.net>
Sun, 22 Jan 2017 21:50:36 +0000 (16:50 -0500)
commit9ca677b1bd8979f9a7702db5ed4028e4b8b232e8
tree39870ca5d03e9917bc095486faca815b89b80902
parentf4ec60644a7f9f8bd9571c30c573ce54c4b0ad97
ipv6: add NUMA awareness to seg6_hmac_init_algo()

Since we allocate per cpu storage, let's also use NUMA hints.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Acked-by: David Lebrun <david.lebrun@uclouvain.be>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/seg6_hmac.c