net: wan: ixp4xx_hss: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profiles
authorYang Wei <yang.wei9@zte.com.cn>
Mon, 25 Feb 2019 15:02:57 +0000 (23:02 +0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 25 Feb 2019 22:36:15 +0000 (14:36 -0800)
commit763284d4a5df1592d626334e2c0e206ca4aa07fa
tree51a590c2d02dcf4e66c73fec3e23fd3eadf02afa
parent73634c0851cf7cb86f7614421cf6e149520fb580
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>
drivers/net/wan/ixp4xx_hss.c