commit | 7a4b813cb739ce598ffbad2e84d19d13fa23e25d | [log] [tgz] |
---|---|---|
author | Florian Fainelli <f.fainelli@gmail.com> | Thu Aug 24 18:34:44 2017 -0700 |
committer | David S. Miller <davem@davemloft.net> | Fri Aug 25 19:13:27 2017 -0700 |
tree | 404ad71042e212734fb4c5cbf9db7c45a00f4f78 | |
parent | 1089650d8837095f63e001bbf14d7b48043d67ad [diff] |
r8169: Be drop monitor friendly rtl_tx() is the TX reclamation process whereas rtl8169_tx_clear_range() does the TX ring cleaning during shutdown, both of these functions should call dev_consume_skb_any() to be drop monitor friendly. Fixes: cac4b22f3d6a ("r8169: do not account fragments as packets") Fixes: eb781397904e ("r8169: Do not use dev_kfree_skb in xmit path") Signed-off-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>