On Mon, 12 Oct 2020 09:40:51 +0300 Tariq Toukan wrote: > On Mon, 12 Oct 2020 at 05:47, Jakub Kicinski <k...@kernel.org> wrote: > > > > On Thu, 8 Oct 2020 11:45:26 -0700 Jonathan Lemon wrote: > > > From: Jonathan Lemon <b...@fb.com> > > > > > > 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 <jonathan.le...@gmail.com> > > > > Tariq, Saeed - how does this look to you? > > Reviewed-by: Tariq Toukan <tar...@nvidia.com>
Applied, thanks!