RE: [PATCH net-next v3 4/7] dpaa_eth: add XDP_TX support

2020-11-24 Thread Camelia Alexandra Groza
> > To: Camelia Alexandra Groza > > > Cc: k...@kernel.org; bro...@redhat.com; sa...@kernel.org; > > > da...@davemloft.net; Madalin Bucur (OSS) > > > ; Ioana Ciornei ; > > > netdev@vger.kernel.org > > > Subject: Re: [PATCH net-next v3 4/7] dpaa

Re: [PATCH net-next v3 4/7] dpaa_eth: add XDP_TX support

2020-11-23 Thread Maciej Fijalkowski
l.org; > > da...@davemloft.net; Madalin Bucur (OSS) > > ; Ioana Ciornei ; > > netdev@vger.kernel.org > > Subject: Re: [PATCH net-next v3 4/7] dpaa_eth: add XDP_TX support > > > > On Thu, Nov 19, 2020 at 06:29:33PM +0200, Camelia Groza wrote: > > > Us

RE: [PATCH net-next v3 4/7] dpaa_eth: add XDP_TX support

2020-11-20 Thread Camelia Alexandra Groza
rg > Subject: Re: [PATCH net-next v3 4/7] dpaa_eth: add XDP_TX support > > On Thu, Nov 19, 2020 at 06:29:33PM +0200, Camelia Groza wrote: > > Use an xdp_frame structure for managing the frame. Store a backpointer > to > > the structure at the start of the buffer before enqueu

Re: [PATCH net-next v3 4/7] dpaa_eth: add XDP_TX support

2020-11-19 Thread Maciej Fijalkowski
On Thu, Nov 19, 2020 at 06:29:33PM +0200, Camelia Groza wrote: > Use an xdp_frame structure for managing the frame. Store a backpointer to > the structure at the start of the buffer before enqueueing. Use the XDP > API for freeing the buffer when it returns to the driver on the TX > confirmation pa