commit | 763284d4a5df1592d626334e2c0e206ca4aa07fa | [log] [tgz] |
---|---|---|
author | Yang Wei <yang.wei9@zte.com.cn> | Mon Feb 25 23:02:57 2019 +0800 |
committer | David S. Miller <davem@davemloft.net> | Mon Feb 25 14:36:15 2019 -0800 |
tree | 51a590c2d02dcf4e66c73fec3e23fd3eadf02afa | |
parent | 73634c0851cf7cb86f7614421cf6e149520fb580 [diff] |
net: wan: ixp4xx_hss: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profiles dev_consume_skb_irq() should be called in hss_hdlc_txdone_irq() 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>