commit | b84caee8449e6e8a2e7da88bdb43958db82b26d8 | [log] [tgz] |
---|---|---|
author | Yang Wei <yang.wei9@zte.com.cn> | Mon Feb 25 22:57:40 2019 +0800 |
committer | David S. Miller <davem@davemloft.net> | Mon Feb 25 14:36:15 2019 -0800 |
tree | 96ea38b1d7344a405d4052fcdfb76fd59a898138 | |
parent | c9d0c6ebe34db397626dd97c037f05962a058b82 [diff] |
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>