commit | 11dc98064c91b90c65210686fc744a03ad525cea | [log] [tgz] |
---|---|---|
author | Yang Wei <yang.wei9@zte.com.cn> | Mon Feb 25 23:05:41 2019 +0800 |
committer | David S. Miller <davem@davemloft.net> | Mon Feb 25 14:36:15 2019 -0800 |
tree | 06eb854f04bf50e893f507bf10f5be977d9d8f8d | |
parent | 153d96bec5688fd563ed0569d61fa1367532b7c3 [diff] |
net: wan: cosa: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profiles dev_consume_skb_irq() should be called in cosa_net_tx_done() when skb xmit done. It makes drop profiles(dropwatch, perf) more friendly. Signed-off-by: Yang Wei <yang.wei9@zte.com.cn> Signed-off-by: David S. Miller <davem@davemloft.net>