[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20170824.185200.809354587649786034.davem@davemloft.net>
Date: Thu, 24 Aug 2017 18:52:00 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: f.fainelli@...il.com
Cc: netdev@...r.kernel.org, edumazet@...il.com, andrew@...n.ch,
sebastian.hesselbarth@...il.com, linux-kernel@...r.kernel.org
Subject: Re: [PATCH net-next] net: mv643xx_eth: Be drop monitor friendly
From: David Miller <davem@...emloft.net>
Date: Thu, 24 Aug 2017 18:27:56 -0700 (PDT)
> From: Florian Fainelli <f.fainelli@...il.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.fainelli@...il.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.
Powered by blists - more mailing lists