On Thu, Oct 08, 2020 at 12:01:02PM -0700, Jakub Kicinski wrote: > On Thu, 8 Oct 2020 11:34:36 -0700 Jonathan Lemon wrote: > > From: Jonathan Lemon <b...@fb.com> > > > > netcons will call napi_poll with a budget of 0, indicating > > a non-napi caller (and also called with irqs disabled). Call > > free_old_xmit_skbs() with the is_napi parameter set correctly. > > This is a fix, can we get a Fixes tag, please?
As best as I can tell: Fixes: df133f3f9625 ("virtio_net: bulk free tx skbs")