From: Eric Dumazet <[email protected]> Date: Tue, 06 Mar 2018 11:12:53 -0800
> From: Eric Dumazet <[email protected]> > > 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 <[email protected]> Applied.
