Re: [PATCH] [net-next] stmmac: use netif_set_real_num_{rx,tx}_queues
From: Corentin Labbe <clabbe.montjoie@gmail.com>
Date: 2017-03-30 07:45:45
Also in:
lkml
From: Corentin Labbe <clabbe.montjoie@gmail.com>
Date: 2017-03-30 07:45:45
Also in:
lkml
On Tue, Mar 28, 2017 at 06:01:05PM -0700, David Miller wrote:
From: Arnd Bergmann <arnd@arndb.de> Date: Tue, 28 Mar 2017 11:48:21 +0200quoted
A driver must not access the two fields directly but should instead use the helper functions to set the values and keep a consistent internal state: ethernet/stmicro/stmmac/stmmac_main.c: In function 'stmmac_dvr_probe': ethernet/stmicro/stmmac/stmmac_main.c:4083:8: error: 'struct net_device' has no member named 'real_num_rx_queues'; did you mean 'real_num_tx_queues'? Fixes: a8f5102af2a7 ("net: stmmac: TX and RX queue priority configuration") Signed-off-by: Arnd Bergmann <arnd@arndb.de>Applied.
This break my revert patch. (since it patch ("net: stmmac: enable multiple buffers").
Since dwmac-sunxi is still broken, what can I do ? send two revert patch ? or adapt the reverting patch.