On 14 Aug 2019, at 0:27, Magnus Karlsson wrote: > From: Maxim Mikityanskiy <maxi...@mellanox.com> > > Two XSK tasks are performed during NAPI polling, that are not bound to > hardware interrupts: TXing packets and polling for frames in the Fill > Ring. They are special in a way that the hardware doesn't know about > these tasks, so it doesn't trigger interrupts if there is still some > work to be done, it's our driver's responsibility to ensure NAPI will be > rescheduled if needed. > > Create a new function to handle these tasks and move the corresponding > code from mlx5e_napi_poll to the new function to improve modularity and > prepare for the changes in the following patch. > > Signed-off-by: Maxim Mikityanskiy <maxi...@mellanox.com> > Reviewed-by: Tariq Toukan <tar...@mellanox.com> > Reviewed-by: Saeed Mahameed <sae...@mellanox.com> Acked-by: Jonathan Lemon <jonathan.le...@gmail.com>
- [PATCH bpf-next v4 2/8] xsk: add support for need_wakeup f... Magnus Karlsson
- Re: [PATCH bpf-next v4 2/8] xsk: add support for need... Jonathan Lemon
- [PATCH bpf-next v4 3/8] i40e: add support for AF_XDP need_... Magnus Karlsson
- Re: [PATCH bpf-next v4 3/8] i40e: add support for AF_... Jonathan Lemon
- Re: [PATCH bpf-next v4 3/8] i40e: add support for... Magnus Karlsson
- Re: [PATCH bpf-next v4 3/8] i40e: add support... Jonathan Lemon
- Re: [PATCH bpf-next v4 3/8] i40e: add support for AF_... Jonathan Lemon
- [PATCH bpf-next v4 6/8] samples/bpf: add use of need_wakeu... Magnus Karlsson
- Re: [PATCH bpf-next v4 6/8] samples/bpf: add use of n... Jonathan Lemon
- [PATCH bpf-next v4 7/8] net/mlx5e: Move the SW XSK code fr... Magnus Karlsson
- Re: [PATCH bpf-next v4 7/8] net/mlx5e: Move the SW XS... Jonathan Lemon
- [PATCH bpf-next v4 5/8] libbpf: add support for need_wakeu... Magnus Karlsson
- Re: [PATCH bpf-next v4 5/8] libbpf: add support for n... Jonathan Lemon
- [PATCH bpf-next v4 8/8] net/mlx5e: Add AF_XDP need_wakeup ... Magnus Karlsson
- Re: [PATCH bpf-next v4 8/8] net/mlx5e: Add AF_XDP nee... Jonathan Lemon
- Re: [PATCH bpf-next v4 0/8] add need_wakeup flag to the AF... Daniel Borkmann