OpenCloudOS-Kernel/drivers/net/ethernet/chelsio/cxgb4vf
Eric W. Biederman 42ffda5fe7 cxfb4vf: Call dev_kfree/consume_skb_any instead of [dev_]kfree_skb.
Replace kfree_skb with dev_consume_skb_any in free_tx_desc that can be
called in hard irq and other contexts. dev_consume_skb_any is used
as this function consumes successfully transmitted skbs.

Replace dev_kfree_skb with dev_kfree_skb_any in t4vf_eth_xmit that can
be called in hard irq and other contexts, on paths that drop the skb.

Replace dev_kfree_skb with dev_consume_skb_any in t4vf_eth_xmit that can
be called in hard irq and other contexts, on paths that successfully
transmit the skb.

Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
2014-03-24 21:18:58 -07:00
..
Makefile
adapter.h cxgb4vf: added much cleaner implementation of is_t4() 2013-12-03 16:55:40 -05:00
cxgb4vf_main.c cxgb4vf: Use pci_enable_msix_range() instead of pci_enable_msix() 2014-02-18 15:33:30 -05:00
sge.c cxfb4vf: Call dev_kfree/consume_skb_any instead of [dev_]kfree_skb. 2014-03-24 21:18:58 -07:00
t4vf_common.h cxgb4: make functions static and remove dead code 2013-12-22 18:32:44 -05:00
t4vf_defs.h
t4vf_hw.c cxgb4: make functions static and remove dead code 2013-12-22 18:32:44 -05:00