Re: [PATCH net-next] net: use skb_unref() in napi_consume_skb()

2017-06-14 Thread David Miller
From: Paolo Abeni Date: Wed, 14 Jun 2017 11:48:48 +0200 > The commit 83ada39bb79d ("net: factor out a helper to decrement the > skb refcount") provided and used a helper for decrementing skb usage, > but I missed at least a spot for it. > > This change remove some more duplicated code reusing sk

[PATCH net-next] net: use skb_unref() in napi_consume_skb()

2017-06-14 Thread Paolo Abeni
The commit 83ada39bb79d ("net: factor out a helper to decrement the skb refcount") provided and used a helper for decrementing skb usage, but I missed at least a spot for it. This change remove some more duplicated code reusing skb_unref() in napi_consume_skb(), too. The helper uses an additional,