Re: [PATCH net-next v2] net: mv643xx_eth: Be drop monitor friendly

From: David Miller
Date: Fri Aug 25 2017 - 00:30:03 EST


From: Florian Fainelli <f.fainelli@xxxxxxxxx>
Date: Thu, 24 Aug 2017 20:55:40 -0700

> 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@xxxxxxxxx>

Applied.