* [PATCH] net/ivaf: make reset wait time longer
@ 2022-04-26 11:53 wenxuanx.wu
0 siblings, 0 replies; only message in thread
From: wenxuanx.wu @ 2022-04-26 11:53 UTC (permalink / raw)
To: jingjing.wu, beilei.xing, dev; +Cc: wenxuanx.wu
From: Wenxuan Wu <wenxuanx.wu@intel.com>
In 810 CA series, reset time would be longer to wait the kernel return
value.
this patch enable reset wait time longer to finish kernel reset
operation.
Signed-off-by: Wenxuan Wu <wenxuanx.wu@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 a01d18e61b..6183fc40d6 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 100
#define IAVF_BUF_SIZE_MIN 1024
#define IAVF_FRAME_SIZE_MAX 9728
#define IAVF_QUEUE_BASE_ADDR_UNIT 128
--
2.25.1
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2022-04-26 12:16 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-26 11:53 [PATCH] net/ivaf: make reset wait time longer wenxuanx.wu
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).