Re: [PATCH net-next 1/6] sfc: support encapsulation of xdp_frames in efx_tx_buffer.

2019-10-22 Thread Jesper Dangaard Brouer
On Tue, 22 Oct 2019 16:37:53 +0100 Charles McLachlan wrote: > Add a field to efx_tx_buffer so that we can track xdp_frames. Add a > flag so that buffers that contain xdp_frames can be identified and > passed to xdp_return_frame. > > Signed-off-by: Charles McLachlan > --- > drivers/net/ethernet

[PATCH net-next 1/6] sfc: support encapsulation of xdp_frames in efx_tx_buffer.

2019-10-22 Thread Charles McLachlan
Add a field to efx_tx_buffer so that we can track xdp_frames. Add a flag so that buffers that contain xdp_frames can be identified and passed to xdp_return_frame. Signed-off-by: Charles McLachlan --- drivers/net/ethernet/sfc/net_driver.h | 10 -- drivers/net/ethernet/sfc/tx.c |