[Intel-wired-lan] [PATCH bpf-next v6 02/12] ixgbe: simplify Rx buffer recycle

Jonathan Lemon jonathan.lemon at gmail.com
Fri Aug 30 15:39:37 UTC 2019


On 26 Aug 2019, at 19:25, Kevin Laatz wrote:

> 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 at intel.com>
Acked-by: Jonathan Lemon <jonathan.lemon at gmail.com>


More information about the Intel-wired-lan mailing list