On 14 Aug 2019, at 0:27, Magnus Karlsson wrote: > This commit replaces ndo_xsk_async_xmit with ndo_xsk_wakeup. This new > ndo provides the same functionality as before but with the addition of > a new flags field that is used to specifiy if Rx, Tx or both should be > woken up. The previous ndo only woke up Tx, as implied by the > name. The i40e and ixgbe drivers (which are all the supported ones) > are updated with this new interface. > > This new ndo will be used by the new need_wakeup functionality of XDP > sockets that need to be able to wake up both Rx and Tx driver > processing. > > Signed-off-by: Magnus Karlsson <magnus.karls...@intel.com> Acked-by: Jonathan Lemon <jonathan.le...@gmail.com>
- [PATCH bpf-next v4 0/8] add need_wakeup flag to the AF_XDP... Magnus Karlsson
- [PATCH bpf-next v4 1/8] xsk: replace ndo_xsk_async_xm... Magnus Karlsson
- Re: [PATCH bpf-next v4 1/8] xsk: replace ndo_xsk_... Jonathan Lemon
- [PATCH bpf-next v4 4/8] ixgbe: add support for AF_XDP... Magnus Karlsson
- Re: [PATCH bpf-next v4 4/8] ixgbe: add support fo... Jonathan Lemon
- [PATCH bpf-next v4 2/8] xsk: add support for need_wak... Magnus Karlsson
- Re: [PATCH bpf-next v4 2/8] xsk: add support for ... Jonathan Lemon
- [PATCH bpf-next v4 3/8] i40e: add support for AF_XDP ... Magnus Karlsson
- Re: [PATCH bpf-next v4 3/8] i40e: add support for... Jonathan Lemon
- Re: [PATCH bpf-next v4 3/8] i40e: add support... Magnus Karlsson
- Re: [PATCH bpf-next v4 3/8] i40e: add sup... Jonathan Lemon
- Re: [PATCH bpf-next v4 3/8] i40e: add support for... Jonathan Lemon
- [PATCH bpf-next v4 6/8] samples/bpf: add use of need_... Magnus Karlsson