ixgbe: simplify Rx buffer recycle
authorKevin Laatz <kevin.laatz@intel.com>
Tue, 27 Aug 2019 02:25:21 +0000 (02:25 +0000)
committerDaniel Borkmann <daniel@iogearbox.net>
Fri, 30 Aug 2019 23:08:26 +0000 (01:08 +0200)
commitb35a2d3e895600d8a1273b44f68128491faab3b8
treeacda5e2af52f3cbb270fdcf2676982277c85f0cd
parent10912fc9faa1da6cb49996810d55242e82b46896
ixgbe: simplify Rx buffer recycle

Currently, the dma, addr and handle are modified when we reuse Rx buffers
in zero-copy mode. However, this is not required as the inputs to the
function are copies, not the original values themselves. As we use the
copies within the function, we can use the original 'obi' values
directly without having to mask and add the headroom.

Signed-off-by: Kevin Laatz <kevin.laatz@intel.com>
Acked-by: Jonathan Lemon <jonathan.lemon@gmail.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
drivers/net/ethernet/intel/ixgbe/ixgbe_xsk.c