1
0
Fork 0
alistair23-linux/drivers/net/ethernet/tile
Eric W. Biederman 66d1bee1f3 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: "Eric W. Biederman" <ebiederm@xmission.com>
2014-03-24 21:19:12 -07:00
..
Kconfig tile_net: Always enable PTP clock support on TILE-Gx 2013-12-27 12:44:55 -05:00
Makefile tilegx network driver: initial support 2012-06-11 17:01:26 -07:00
tilegx.c ptp: drivers: set the number of programmable pins. 2014-03-21 14:21:14 -04:00
tilepro.c tilepro: Call dev_consume_skb_any instead of kfree_skb. 2014-03-24 21:19:12 -07:00