Re: [PATCH v2] virtio_net: bulk free tx skbs

From: David Miller
Date: Sat Jan 19 2019 - 19:07:26 EST


From: "Michael S. Tsirkin" <mst@xxxxxxxxxx>
Date: Thu, 17 Jan 2019 23:20:07 -0500

> Use napi_consume_skb() to get bulk free. Note that napi_consume_skb is
> safe to call in a non-napi context as long as the napi_budget flag is
> correct.
>
> Signed-off-by: Michael S. Tsirkin <mst@xxxxxxxxxx>

Applied, thanks.