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

2017-08-24 Thread David Miller
From: David Miller Date: Thu, 24 Aug 2017 18:27:56 -0700 (PDT) > From: Florian Fainelli > Date: Thu, 24 Aug 2017 16:04:25 -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()

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

2017-08-24 Thread David Miller
From: Florian Fainelli Date: Thu, 24 Aug 2017 16:04:25 -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 Applied.

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

2017-08-24 Thread Florian Fainelli
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 --- drivers/net/ethernet/marvell/mv643xx_eth.c | 4 ++-- 1 file changed, 2 insertions(+