Re: [PATCH V4 net-next 6/9] net: ena: use xdp_frame in XDP TX flow

2020-12-07 Thread Shay Agroskin
Maciej Fijalkowski writes: On Fri, Dec 04, 2020 at 02:11:12PM +0200, akiy...@amazon.com wrote: From: Arthur Kiyanovski Rename the ena_xdp_xmit_buff() function to ena_xdp_xmit_frame() and pass it an xdp_frame struct instead of xdp_buff. This change lays the ground for XDP redirect impleme

Re: [PATCH V4 net-next 6/9] net: ena: use xdp_frame in XDP TX flow

2020-12-06 Thread Maciej Fijalkowski
On Fri, Dec 04, 2020 at 02:11:12PM +0200, akiy...@amazon.com wrote: > From: Arthur Kiyanovski > > Rename the ena_xdp_xmit_buff() function to ena_xdp_xmit_frame() and pass > it an xdp_frame struct instead of xdp_buff. > This change lays the ground for XDP redirect implementation which uses > xdp_f

[PATCH V4 net-next 6/9] net: ena: use xdp_frame in XDP TX flow

2020-12-04 Thread akiyano
From: Arthur Kiyanovski Rename the ena_xdp_xmit_buff() function to ena_xdp_xmit_frame() and pass it an xdp_frame struct instead of xdp_buff. This change lays the ground for XDP redirect implementation which uses xdp_frames when 'xmit'ing packets. Signed-off-by: Shay Agroskin Signed-off-by: Arth