From: David Miller <da...@davemloft.net> Date: Thu, 24 Aug 2017 18:27:56 -0700 (PDT)
> From: Florian Fainelli <f.faine...@gmail.com> > 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 <f.faine...@gmail.com> > > Applied. -ENOCOMPILE? drivers/net/ethernet/marvell/mv643xx_eth.c: In function ‘txq_reclaim’: drivers/net/ethernet/marvell/mv643xx_eth.c:1124:5: error: implicit declaration of function ‘dev_consume_skb’; did you mean ‘dev_consume_skb_any’? [-Werror=implicit-function-declaration] dev_consume_skb(skb); ^~~~~~~~~~~~~~~ dev_consume_skb_any Reverted.