From: Eric Dumazet <eric.duma...@gmail.com> Date: Tue, 06 Mar 2018 11:12:53 -0800
> From: Eric Dumazet <eduma...@google.com> > > RX rings can fit most of the time in a contiguous piece of memory, > so lets use kvzalloc_node/kvfree instead of vzalloc_node/vfree > > Note that kvzalloc_node() automatically falls back to another node, > there is no need to do the fallback ourselves. > > Signed-off-by: Eric Dumazet <eduma...@google.com> Applied.