]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
net: nuvoton: w90p910_ether: replace dev_kfree_skb_irq by dev_consume_skb_irq for...
authorYang Wei <yang.wei9@zte.com.cn>
Wed, 13 Feb 2019 15:21:02 +0000 (23:21 +0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 14 Feb 2019 16:56:36 +0000 (11:56 -0500)
commitae6279ecb786d9132da0315700580dc23f939986
treefd67443b0e151fc12b27f7c1553116c021032c1d
parent380ab7e3d59d790e05d39f3c1d4a6039ef0e3901
net: nuvoton: w90p910_ether: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profiles

dev_consume_skb_irq() should be called in w90p910_ether_start_xmit()
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/ethernet/nuvoton/w90p910_ether.c