Den tis 5 juni 2018 kl 14:44 skrev Jesper Dangaard Brouer :
>
> On Mon, 4 Jun 2018 14:06:00 +0200
> Björn Töpel wrote:
>
> > Here, ndo_xsk_async_xmit is implemented. As a shortcut, the existing
> > XDP Tx rings are used for zero-copy. This will result in other devices
> > doing XDP_REDIRECT to an
On Mon, 4 Jun 2018 14:06:00 +0200
Björn Töpel wrote:
> Here, ndo_xsk_async_xmit is implemented. As a shortcut, the existing
> XDP Tx rings are used for zero-copy. This will result in other devices
> doing XDP_REDIRECT to an AF_XDP enabled queue will have its packets
> dropped.
This behavior is
On Mon, Jun 4, 2018 at 5:06 AM, Björn Töpel wrote:
> From: Magnus Karlsson
>
> Here, ndo_xsk_async_xmit is implemented. As a shortcut, the existing
> XDP Tx rings are used for zero-copy. This will result in other devices
> doing XDP_REDIRECT to an AF_XDP enabled queue will have its packets
> drop
From: Magnus Karlsson
Here, ndo_xsk_async_xmit is implemented. As a shortcut, the existing
XDP Tx rings are used for zero-copy. This will result in other devices
doing XDP_REDIRECT to an AF_XDP enabled queue will have its packets
dropped.
Signed-off-by: Magnus Karlsson
---
drivers/net/ethernet