Re: [PATCH net 3/3] dpaa_eth: try to move the data in place for the A050385 erratum

2021-02-04 Thread Maciej Fijalkowski
On Tue, Feb 02, 2021 at 07:34:44PM +0200, Camelia Groza wrote: > The XDP frame's headroom might be large enough to accommodate the > xdpf backpointer as well as shifting the data to an aligned address. > > Try this first before resorting to allocating a new buffer and copying > the data. > > Sugg

[PATCH net 3/3] dpaa_eth: try to move the data in place for the A050385 erratum

2021-02-02 Thread Camelia Groza
The XDP frame's headroom might be large enough to accommodate the xdpf backpointer as well as shifting the data to an aligned address. Try this first before resorting to allocating a new buffer and copying the data. Suggested-by: Maciej Fijalkowski Signed-off-by: Camelia Groza --- .../net/ethe