2024-03-12 07:07:34

by Linu Cherian

[permalink] [raw]
Subject: [net PATCH] octeontx2-af: Use matching wake_up API variant in CGX command interface

Use wake_up API instead of wake_up_interruptible, since
wait_event_timeout API is used for waiting on command completion.

Fixes: 1463f382f58d ("octeontx2-af: Add support for CGX link management")
Signed-off-by: Linu Cherian <[email protected]>
Signed-off-by: Sunil Goutham <[email protected]>
Signed-off-by: Subbaraya Sundeep <[email protected]>
---
drivers/net/ethernet/marvell/octeontx2/af/cgx.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/ethernet/marvell/octeontx2/af/cgx.c b/drivers/net/ethernet/marvell/octeontx2/af/cgx.c
index 6c70c8498690..3c0f55b3e48e 100644
--- a/drivers/net/ethernet/marvell/octeontx2/af/cgx.c
+++ b/drivers/net/ethernet/marvell/octeontx2/af/cgx.c
@@ -1338,7 +1338,7 @@ static irqreturn_t cgx_fwi_event_handler(int irq, void *data)

/* Release thread waiting for completion */
lmac->cmd_pend = false;
- wake_up_interruptible(&lmac->wq_cmd_cmplt);
+ wake_up(&lmac->wq_cmd_cmplt);
break;
case CGX_EVT_ASYNC:
if (cgx_event_is_linkevent(event))
--
2.34.1



2024-03-13 08:20:48

by patchwork-bot+netdevbpf

[permalink] [raw]
Subject: Re: [net PATCH] octeontx2-af: Use matching wake_up API variant in CGX command interface

Hello:

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

On Tue, 12 Mar 2024 12:36:22 +0530 you wrote:
> Use wake_up API instead of wake_up_interruptible, since
> wait_event_timeout API is used for waiting on command completion.
>
> Fixes: 1463f382f58d ("octeontx2-af: Add support for CGX link management")
> Signed-off-by: Linu Cherian <[email protected]>
> Signed-off-by: Sunil Goutham <[email protected]>
> Signed-off-by: Subbaraya Sundeep <[email protected]>
>
> [...]

Here is the summary with links:
- [net] octeontx2-af: Use matching wake_up API variant in CGX command interface
https://git.kernel.org/netdev/net/c/e642921dfeed

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