Skip to content
Commit 66d1bee1 authored by Eric W. Biederman's avatar Eric W. Biederman
Browse files

tilepro: Call dev_consume_skb_any instead of kfree_skb.



Replace kfree_skb with dev_consume_skb_any in tile_net_tx and
tile_net_tx_tso which can be called in hard irq and other contexts.

At the point where the skbs are freed a packet has been successfully
transmitted so dev_consume_skb_any is the appropriate variant to use.

Signed-off-by: default avatar"Eric W. Biederman" <ebiederm@xmission.com>
parent 241198ac
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment