Re: [PATCH] i40e: add support for XDP_REDIRECT

2018-03-21 Thread Björn Töpel
2018-03-21 17:40 GMT+01:00 Alexander Duyck : > On Wed, Mar 21, 2018 at 9:15 AM, Björn Töpel wrote: >> From: Björn Töpel >> >> The driver now acts upon the XDP_REDIRECT return action. Two new ndos >> are implemented, ndo_xdp_xmit and ndo_xdp_flush. >> >> XDP_REDIRECT action enables XDP program to

Re: [PATCH] i40e: add support for XDP_REDIRECT

2018-03-21 Thread Alexander Duyck
On Wed, Mar 21, 2018 at 9:15 AM, Björn Töpel wrote: > From: Björn Töpel > > The driver now acts upon the XDP_REDIRECT return action. Two new ndos > are implemented, ndo_xdp_xmit and ndo_xdp_flush. > > XDP_REDIRECT action enables XDP program to redirect frames to other > netdevs. The target redire

[PATCH] i40e: add support for XDP_REDIRECT

2018-03-21 Thread Björn Töpel
From: Björn Töpel The driver now acts upon the XDP_REDIRECT return action. Two new ndos are implemented, ndo_xdp_xmit and ndo_xdp_flush. XDP_REDIRECT action enables XDP program to redirect frames to other netdevs. The target redirect/forward netdev might release the XDP data page within the ndo_