commit | 43cee2d2465cab8289dc1d9206b90fcf975a604f | [log] [tgz] |
---|---|---|
author | Florian Fainelli <f.fainelli@gmail.com> | Thu Aug 24 20:55:40 2017 -0700 |
committer | David S. Miller <davem@davemloft.net> | Thu Aug 24 21:27:09 2017 -0700 |
tree | 1841b5a9a13935fde70db56bea515100dae88474 | |
parent | 1e9d8e7ad3acd379d071e276f930f39bdebe3727 [diff] |
net: mv643xx_eth: Be drop monitor friendly txq_reclaim() does the normal transmit queue reclamation and rxq_deinit() does the RX ring cleanup, none of these are packet drops, so use dev_consume_skb() for both locations. Signed-off-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>