Re: [PATCH 41/54] smsc911x: Call dev_consume_skb_any instead of dev_kfree_skb.
From: Eric Dumazet <hidden>
Date: 2014-03-25 20:41:59
From: Eric Dumazet <hidden>
Date: 2014-03-25 20:41:59
On Mon, 2014-03-24 at 23:05 -0700, Eric W. Biederman wrote:
From: "Eric W. Biederman" <redacted> Replace dev_kfree_skb with dev_consume_skb_any in smsc911x_hard_xmit which can be called in hard irq and other contexts. smsc911x_hard_xmit always transmits and consumes the specified skb. Signed-off-by: "Eric W. Biederman" <redacted>
Acked-by: Eric Dumazet <edumazet@google.com>