]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
net: lmc: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profiles
authorYang Wei <yang.wei9@zte.com.cn>
Mon, 25 Feb 2019 14:57:40 +0000 (22:57 +0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 25 Feb 2019 22:36:15 +0000 (14:36 -0800)
commitb84caee8449e6e8a2e7da88bdb43958db82b26d8
tree96ea38b1d7344a405d4052fcdfb76fd59a898138
parentc9d0c6ebe34db397626dd97c037f05962a058b82
net: lmc: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profiles

dev_consume_skb_irq() should be called in lmc_interrupt() when skb
xmit done. It makes drop profiles(dropwatch, perf) more friendly.

Delete a redundant comment line in lmc_interrupt().

Signed-off-by: Yang Wei <yang.wei9@zte.com.cn>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/wan/lmc/lmc_main.c