2021-02-04 06:13:37

by Song, Yoong Siang

[permalink] [raw]
Subject: [PATCH net 1/1] net: stmmac: set TxQ mode back to DCB after disabling CBS

From: Mohammad Athari Bin Ismail <[email protected]>

When disable CBS, mode_to_use parameter is not updated even the operation
mode of Tx Queue is changed to Data Centre Bridging (DCB). Therefore,
when tc_setup_cbs() function is called to re-enable CBS, the operation
mode of Tx Queue remains at DCB, which causing CBS fails to work.

This patch updates the value of mode_to_use parameter to MTL_QUEUE_DCB
after operation mode of Tx Queue is changed to DCB in stmmac_dma_qmode()
callback function.

Fixes: 1f705bc61aee ("net: stmmac: Add support for CBS QDISC")
Suggested-by: Gomes, Vinicius <[email protected]>
Signed-off-by: Mohammad Athari Bin Ismail <[email protected]>
Signed-off-by: Song, Yoong Siang <[email protected]>
---
drivers/net/ethernet/stmicro/stmmac/stmmac_tc.c | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/drivers/net/ethernet/stmicro/stmmac/stmmac_tc.c b/drivers/net/ethernet/stmicro/stmmac/stmmac_tc.c
index 8ed3b2c..5698554 100644
--- a/drivers/net/ethernet/stmicro/stmmac/stmmac_tc.c
+++ b/drivers/net/ethernet/stmicro/stmmac/stmmac_tc.c
@@ -324,7 +324,12 @@ static int tc_setup_cbs(struct stmmac_priv *priv,

priv->plat->tx_queues_cfg[queue].mode_to_use = MTL_QUEUE_AVB;
} else if (!qopt->enable) {
- return stmmac_dma_qmode(priv, priv->ioaddr, queue, MTL_QUEUE_DCB);
+ ret = stmmac_dma_qmode(priv, priv->ioaddr, queue,
+ MTL_QUEUE_DCB);
+ if (ret)
+ return ret;
+
+ priv->plat->tx_queues_cfg[queue].mode_to_use = MTL_QUEUE_DCB;
}

/* Port Transmit Rate and Speed Divider */
--
2.7.4


2021-02-05 02:02:53

by Jesse Brandeburg

[permalink] [raw]
Subject: Re: [PATCH net 1/1] net: stmmac: set TxQ mode back to DCB after disabling CBS

Song Yoong Siang wrote:

> From: Mohammad Athari Bin Ismail <[email protected]>
>
> When disable CBS, mode_to_use parameter is not updated even the operation
> mode of Tx Queue is changed to Data Centre Bridging (DCB). Therefore,
> when tc_setup_cbs() function is called to re-enable CBS, the operation
> mode of Tx Queue remains at DCB, which causing CBS fails to work.
>
> This patch updates the value of mode_to_use parameter to MTL_QUEUE_DCB
> after operation mode of Tx Queue is changed to DCB in stmmac_dma_qmode()
> callback function.
>
> Fixes: 1f705bc61aee ("net: stmmac: Add support for CBS QDISC")
> Suggested-by: Gomes, Vinicius <[email protected]>
> Signed-off-by: Mohammad Athari Bin Ismail <[email protected]>
> Signed-off-by: Song, Yoong Siang <[email protected]>

Reviewed-by: Jesse Brandeburg <[email protected]>

2021-02-06 04:10:41

by Vinicius Costa Gomes

[permalink] [raw]
Subject: Re: [PATCH net 1/1] net: stmmac: set TxQ mode back to DCB after disabling CBS

Song Yoong Siang <[email protected]> writes:

> From: Mohammad Athari Bin Ismail <[email protected]>
>
> When disable CBS, mode_to_use parameter is not updated even the operation
> mode of Tx Queue is changed to Data Centre Bridging (DCB). Therefore,
> when tc_setup_cbs() function is called to re-enable CBS, the operation
> mode of Tx Queue remains at DCB, which causing CBS fails to work.
>
> This patch updates the value of mode_to_use parameter to MTL_QUEUE_DCB
> after operation mode of Tx Queue is changed to DCB in stmmac_dma_qmode()
> callback function.
>
> Fixes: 1f705bc61aee ("net: stmmac: Add support for CBS QDISC")
> Suggested-by: Gomes, Vinicius <[email protected]>

Just a nitpick/formality, I would prefer if you used:

Suggested-by: Vinicius Costa Gomes <[email protected]>

> Signed-off-by: Mohammad Athari Bin Ismail <[email protected]>
> Signed-off-by: Song, Yoong Siang <[email protected]>

Patch looks good.

Acked-by: Vinicius Costa Gomes <[email protected]>

Cheers,
--
Vinicius

2021-02-06 05:10:51

by patchwork-bot+netdevbpf

[permalink] [raw]
Subject: Re: [PATCH net 1/1] net: stmmac: set TxQ mode back to DCB after disabling CBS

Hello:

This patch was applied to netdev/net.git (refs/heads/master):

On Thu, 4 Feb 2021 22:03:16 +0800 you wrote:
> From: Mohammad Athari Bin Ismail <[email protected]>
>
> When disable CBS, mode_to_use parameter is not updated even the operation
> mode of Tx Queue is changed to Data Centre Bridging (DCB). Therefore,
> when tc_setup_cbs() function is called to re-enable CBS, the operation
> mode of Tx Queue remains at DCB, which causing CBS fails to work.
>
> [...]

Here is the summary with links:
- [net,1/1] net: stmmac: set TxQ mode back to DCB after disabling CBS
https://git.kernel.org/netdev/net/c/f317e2ea8c88

You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html