On 14 Aug 2019, at 0:27, Magnus Karlsson wrote: > This patch adds support for the need_wakeup feature of AF_XDP. If the > application has told the kernel that it might sleep using the new bind > flag XDP_USE_NEED_WAKEUP, the driver will then set this flag if it has > no more buffers on the NIC Rx ring and yield to the application. For > Tx, it will set the flag if it has no outstanding Tx completion > interrupts and return to the application. > > 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
- Re: [PATCH bpf-next v4 6/8] samples/bpf: add use ... Jonathan Lemon
- [PATCH bpf-next v4 7/8] net/mlx5e: Move the SW XSK co... Magnus Karlsson