patches for DPDK stable branches
 help / color / mirror / Atom feed
* [PATCH] net/iavf: increase the reset complete wait count
@ 2022-05-27  2:13 Qiming Yang
  2022-05-27  4:27 ` Zhang, Qi Z
  2022-05-30  5:34 ` [PATCH v2] " Qiming Yang
  0 siblings, 2 replies; 5+ messages in thread
From: Qiming Yang @ 2022-05-27  2:13 UTC (permalink / raw)
  To: dev; +Cc: beilei.xing, Qiming Yang, stable

Kernel iavf driver has sent patch to increase the completion
wait time to reduce the "Reset never finished" case.
Follow this action in DPDK iavf driver.

Fixes: 22b123a36d07 ("net/avf: initialize PMD")
Cc: stable@dpdk.org

Signed-off-by: Qiming Yang <qiming.yang@intel.com>
---
 drivers/net/iavf/iavf.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/iavf/iavf.h b/drivers/net/iavf/iavf.h
index f1c2daa06e..025ab3ff60 100644
--- a/drivers/net/iavf/iavf.h
+++ b/drivers/net/iavf/iavf.h
@@ -18,7 +18,7 @@
 
 #define IAVF_AQ_LEN               32
 #define IAVF_AQ_BUF_SZ            4096
-#define IAVF_RESET_WAIT_CNT       50
+#define IAVF_RESET_WAIT_CNT       500
 #define IAVF_BUF_SIZE_MIN         1024
 #define IAVF_FRAME_SIZE_MAX       9728
 #define IAVF_QUEUE_BASE_ADDR_UNIT 128
-- 
2.17.1


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

end of thread, other threads:[~2022-05-30 11:41 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-27  2:13 [PATCH] net/iavf: increase the reset complete wait count Qiming Yang
2022-05-27  4:27 ` Zhang, Qi Z
2022-05-27  4:49   ` Yang, Qiming
2022-05-30  5:34 ` [PATCH v2] " Qiming Yang
2022-05-30 11:41   ` Zhang, Qi Z

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).