patches for DPDK stable branches
 help / color / mirror / Atom feed
* [PATCH v0 1/1] net/octeon_ep: fix increase mbox timeout
@ 2025-06-27 10:18 Mohamed Feroz Abdul Majeeth
  2025-07-02 12:48 ` Jerin Jacob
  0 siblings, 1 reply; 2+ messages in thread
From: Mohamed Feroz Abdul Majeeth @ 2025-06-27 10:18 UTC (permalink / raw)
  To: dev; +Cc: jerinj, vattunuru, Mohamed Feroz Abdul Majeeth, stable

Extend the mailbox timeout to 2500 ms in the Octeon driver
to ensure firmware responses are received, preventing premature
timeouts in mailbox request handling. This improves reliability
of control network APIs, addressing issues where the previous
timeout was too short for consistent operation.

Fixes: c836a7ba33ee ("net/octeon_ep: support mailbox between VF and PF")
Cc: stable@dpdk.org

Signed-off-by: Mohamed Feroz Abdul Majeeth <mabdulmajeet@marvell.com>
---
 .mailmap                            | 1 +
 drivers/net/octeon_ep/otx_ep_mbox.h | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/.mailmap b/.mailmap
index 8483d96ec5..753853b396 100644
--- a/.mailmap
+++ b/.mailmap
@@ -1850,3 +1850,4 @@ Ziye Yang <ziye.yang@intel.com>
 Zoltan Kiss <zoltan.kiss@schaman.hu> <zoltan.kiss@linaro.org>
 Zorik Machulsky <zorik@amazon.com>
 Zyta Szpak <zyta@marvell.com> <zr@semihalf.com> <zyta.szpak@semihalf.com>
+Mohamed Feroz Abdul Majeeth <mabdulmajeet@marvell.com>
diff --git a/drivers/net/octeon_ep/otx_ep_mbox.h b/drivers/net/octeon_ep/otx_ep_mbox.h
index 4f7afe7635..1a49780ce1 100644
--- a/drivers/net/octeon_ep/otx_ep_mbox.h
+++ b/drivers/net/octeon_ep/otx_ep_mbox.h
@@ -69,7 +69,7 @@ enum otx_ep_link_autoneg {
 	OTX_EP_LINK_AUTONEG,
 };
 
-#define OTX_EP_MBOX_TIMEOUT_MS     1200
+#define OTX_EP_MBOX_TIMEOUT_MS     2500
 #define OTX_EP_MBOX_MAX_RETRIES    2
 #define OTX_EP_MBOX_MAX_DATA_SIZE  6
 #define OTX_EP_MBOX_MAX_DATA_BUF_SIZE 256
-- 
2.34.1


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH v0 1/1] net/octeon_ep: fix increase mbox timeout
  2025-06-27 10:18 [PATCH v0 1/1] net/octeon_ep: fix increase mbox timeout Mohamed Feroz Abdul Majeeth
@ 2025-07-02 12:48 ` Jerin Jacob
  0 siblings, 0 replies; 2+ messages in thread
From: Jerin Jacob @ 2025-07-02 12:48 UTC (permalink / raw)
  To: Mohamed Feroz Abdul Majeeth; +Cc: dev, jerinj, vattunuru, stable

On Fri, Jun 27, 2025 at 3:49 PM Mohamed Feroz Abdul Majeeth
<mabdulmajeet@marvell.com> wrote:
>
> Extend the mailbox timeout to 2500 ms in the Octeon driver
> to ensure firmware responses are received, preventing premature
> timeouts in mailbox request handling. This improves reliability
> of control network APIs, addressing issues where the previous
> timeout was too short for consistent operation.
>
> Fixes: c836a7ba33ee ("net/octeon_ep: support mailbox between VF and PF")
> Cc: stable@dpdk.org
>
> Signed-off-by: Mohamed Feroz Abdul Majeeth <mabdulmajeet@marvell.com>
> ---
>  .mailmap                            | 1 +
>  drivers/net/octeon_ep/otx_ep_mbox.h | 2 +-
>  2 files changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/.mailmap b/.mailmap
> index 8483d96ec5..753853b396 100644
> --- a/.mailmap
> +++ b/.mailmap
> @@ -1850,3 +1850,4 @@ Ziye Yang <ziye.yang@intel.com>
>  Zoltan Kiss <zoltan.kiss@schaman.hu> <zoltan.kiss@linaro.org>
>  Zorik Machulsky <zorik@amazon.com>
>  Zyta Szpak <zyta@marvell.com> <zr@semihalf.com> <zyta.szpak@semihalf.com>
> +Mohamed Feroz Abdul Majeeth <mabdulmajeet@marvell.com>

I have sorted this in alphabetical order.

Applied to dpdk-next-net-mrvl/for-main. Thanks

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-07-02 12:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-06-27 10:18 [PATCH v0 1/1] net/octeon_ep: fix increase mbox timeout Mohamed Feroz Abdul Majeeth
2025-07-02 12:48 ` Jerin Jacob

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).