2023-04-25 13:33:58

by Cosmo Chou

[permalink] [raw]
Subject: [PATCH] net/ncsi: clear Tx enable mode when handling a Config required AEN

Clear the channel Tx enable flag before reconfiguring the channel
when handling a Configuration Required AEN. To avoid misjudging that
the channel Tx has been enabled, which results in the Enable Channel
Network Tx command not being sent during channel reconfiguration.

Signed-off-by: cchoux <[email protected]>
---
net/ncsi/ncsi-aen.c | 1 +
1 file changed, 1 insertion(+)

diff --git a/net/ncsi/ncsi-aen.c b/net/ncsi/ncsi-aen.c
index b635c194f0a8..62fb1031763d 100644
--- a/net/ncsi/ncsi-aen.c
+++ b/net/ncsi/ncsi-aen.c
@@ -165,6 +165,7 @@ static int ncsi_aen_handler_cr(struct ncsi_dev_priv *ndp,
nc->state = NCSI_CHANNEL_INACTIVE;
list_add_tail_rcu(&nc->link, &ndp->channel_queue);
spin_unlock_irqrestore(&ndp->lock, flags);
+ nc->modes[NCSI_MODE_TX_ENABLE].enable = 0;

return ncsi_process_next_channel(ndp);
}
--
2.34.1


2023-04-25 15:42:01

by Jakub Kicinski

[permalink] [raw]
Subject: Re: [PATCH] net/ncsi: clear Tx enable mode when handling a Config required AEN

On Tue, 25 Apr 2023 21:30:14 +0800 cchoux wrote:
> Clear the channel Tx enable flag before reconfiguring the channel
> when handling a Configuration Required AEN. To avoid misjudging that
> the channel Tx has been enabled, which results in the Enable Channel
> Network Tx command not being sent during channel reconfiguration.
>
> Signed-off-by: cchoux <[email protected]>

Please add a Fixes tag pointing to the commit which introduced
the problem.

Please use your legal name like you would for signing a legal document
(all UTF-8 characters are allowed).

--
pw-bot: cr

2023-04-26 08:23:05

by Cosmo Chou

[permalink] [raw]
Subject: [PATCH v2] net/ncsi: clear Tx enable mode when handling a Config required AEN

ncsi_channel_is_tx() determines whether a given channel should be
used for Tx or not. However, when reconfiguring the channel by
handling a Configuration Required AEN, there is a misjudgment that
the channel Tx has already been enabled, which results in the Enable
Channel Network Tx command not being sent.

Clear the channel Tx enable flag before reconfiguring the channel to
avoid the misjudgment.

Fixes: 8d951a75d022 ("net/ncsi: Configure multi-package, multi-channel modes with failover")
Signed-off-by: Cosmo Chou <[email protected]>
---
net/ncsi/ncsi-aen.c | 1 +
1 file changed, 1 insertion(+)

diff --git a/net/ncsi/ncsi-aen.c b/net/ncsi/ncsi-aen.c
index b635c194f0a8..62fb1031763d 100644
--- a/net/ncsi/ncsi-aen.c
+++ b/net/ncsi/ncsi-aen.c
@@ -165,6 +165,7 @@ static int ncsi_aen_handler_cr(struct ncsi_dev_priv *ndp,
nc->state = NCSI_CHANNEL_INACTIVE;
list_add_tail_rcu(&nc->link, &ndp->channel_queue);
spin_unlock_irqrestore(&ndp->lock, flags);
+ nc->modes[NCSI_MODE_TX_ENABLE].enable = 0;

return ncsi_process_next_channel(ndp);
}
--
2.34.1

2023-04-28 08:46:36

by patchwork-bot+netdevbpf

[permalink] [raw]
Subject: Re: [PATCH v2] net/ncsi: clear Tx enable mode when handling a Config required AEN

Hello:

This patch was applied to netdev/net.git (main)
by David S. Miller <[email protected]>:

On Wed, 26 Apr 2023 16:13:50 +0800 you wrote:
> ncsi_channel_is_tx() determines whether a given channel should be
> used for Tx or not. However, when reconfiguring the channel by
> handling a Configuration Required AEN, there is a misjudgment that
> the channel Tx has already been enabled, which results in the Enable
> Channel Network Tx command not being sent.
>
> Clear the channel Tx enable flag before reconfiguring the channel to
> avoid the misjudgment.
>
> [...]

Here is the summary with links:
- [v2] net/ncsi: clear Tx enable mode when handling a Config required AEN
https://git.kernel.org/netdev/net/c/6f75cd166a5a

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