Re: [PATCHv2 1/2] [NET] add skb_recycle_check() to enable netdriver skb recycling
From: Evgeniy Polyakov <hidden>
Date: 2008-09-29 05:41:27
From: Evgeniy Polyakov <hidden>
Date: 2008-09-29 05:41:27
Hi Lennert. On Sun, Sep 28, 2008 at 11:50:35PM +0200, Lennert Buytenhek (buytenh@wantstofly.org) wrote:
Doesn't it? It calls skb_release_head_state() (new function), which should do that.
Argh, you are right, I missed this hunk: -/* Free everything but the sk_buff shell. */ -static void skb_release_all(struct sk_buff *skb) +static void skb_release_head_state(struct sk_buff *skb) Patches look good. -- Evgeniy Polyakov