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.la...@intel.com> Acked-by: Jonathan Lemon <jonathan.le...@gmail.com>