On Mon, 12 Oct 2020 09:40:51 +0300 Tariq Toukan wrote:
> On Mon, 12 Oct 2020 at 05:47, Jakub Kicinski wrote:
> >
> > On Thu, 8 Oct 2020 11:45:26 -0700 Jonathan Lemon wrote:
> > > From: Jonathan Lemon
> > >
> > > netcons calls napi_poll with a budget of 0 to transmit packets.
> > > Handle this b
On Mon, 12 Oct 2020 at 05:47, Jakub Kicinski wrote:
>
> On Thu, 8 Oct 2020 11:45:26 -0700 Jonathan Lemon wrote:
> > From: Jonathan Lemon
> >
> > netcons calls napi_poll with a budget of 0 to transmit packets.
> > Handle this by:
> > - skipping RX processing
> > - do not try to recycle TX packet
On Thu, 8 Oct 2020 11:45:26 -0700 Jonathan Lemon wrote:
> From: Jonathan Lemon
>
> netcons calls napi_poll with a budget of 0 to transmit packets.
> Handle this by:
> - skipping RX processing
> - do not try to recycle TX packets to the RX cache
>
> Signed-off-by: Jonathan Lemon
Tariq, Saeed
From: Jonathan Lemon
netcons calls napi_poll with a budget of 0 to transmit packets.
Handle this by:
- skipping RX processing
- do not try to recycle TX packets to the RX cache
Signed-off-by: Jonathan Lemon
---
drivers/net/ethernet/mellanox/mlx4/en_rx.c | 3 +++
drivers/net/ethernet/mellanox