commit | 1bba6de1a67f10270dd0f0951050d0470514c2a5 | [log] [tgz] |
---|---|---|
author | Yang Wei <yang.wei9@zte.com.cn> | Thu Feb 14 22:52:28 2019 +0800 |
committer | David S. Miller <davem@davemloft.net> | Thu Feb 14 12:43:15 2019 -0500 |
tree | 28b3953138d304c4aa94d51da19898ea2bca7afb | |
parent | d1441d4782f2d3d7b9596df8076a2f213a34dcf5 [diff] |
net: packetengines: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profiles dev_consume_skb_irq() should be called 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>