On Thu, 18 Apr 2019 at 19:55, Jonathan Lemon wrote:
>
> On 18 Apr 2019, at 3:10, Björn Töpel wrote:
>
> > On Wed, 17 Apr 2019 at 21:58, Jonathan Lemon
> > wrote:
> >>
> >> When the XDP program attached to a zero-copy AF_XDP socket returns
> >> XDP_TX,
> >> queue the umem frame on the XDP TX ring,
On 18 Apr 2019, at 3:10, Björn Töpel wrote:
On Wed, 17 Apr 2019 at 21:58, Jonathan Lemon
wrote:
When the XDP program attached to a zero-copy AF_XDP socket returns
XDP_TX,
queue the umem frame on the XDP TX ring, and arrange for it to be
released
via the ZCA free routine, which should place
On Wed, 17 Apr 2019 at 21:58, Jonathan Lemon wrote:
>
> When the XDP program attached to a zero-copy AF_XDP socket returns XDP_TX,
> queue the umem frame on the XDP TX ring, and arrange for it to be released
> via the ZCA free routine, which should place it back onto the reuseq.
>
There are a bun
When the XDP program attached to a zero-copy AF_XDP socket returns XDP_TX,
queue the umem frame on the XDP TX ring, and arrange for it to be released
via the ZCA free routine, which should place it back onto the reuseq.
Signed-off-by: Jonathan Lemon
---
drivers/net/ethernet/intel/i40e/i40e_txrx.