commit | d1441d4782f2d3d7b9596df8076a2f213a34dcf5 | [log] [tgz] |
---|---|---|
author | Yang Wei <yang.wei9@zte.com.cn> | Thu Feb 14 22:50:58 2019 +0800 |
committer | David S. Miller <davem@davemloft.net> | Thu Feb 14 12:43:15 2019 -0500 |
tree | 26800c77bf35c7ed0cc47495a87d4ed14ec893e0 | |
parent | baff7b09ffa9055d54a366f26b02269ea579b268 [diff] |
net: xilinx: 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>