Re: [PATCH 31/54] skge: Call dev_kfree/consume_skb_any instead of dev_kfree_skb.
From: Eric Dumazet <hidden>
Date: 2014-03-25 15:47:52
From: Eric Dumazet <hidden>
Date: 2014-03-25 15:47:52
On Mon, 2014-03-24 at 23:05 -0700, Eric W. Biederman wrote:
From: "Eric W. Biederman" <redacted> Replace dev_kfree_skb with dev_kfree_skb_any skge_xmit_free that can be called in hard irq and other contexts, on the path that handles dropped packets. Replace dev_kfree_skb with dev_consume_skb_any in skge_tx_done that can be called in hard irq and other contexts, on the path that handles successfully transmitted skbs. Signed-off-by: "Eric W. Biederman" <redacted> ---
Acked-by: Eric Dumazet <edumazet@google.com>