DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] examples/vhost: change the default value of NIC's max queues
@ 2021-09-10 13:52 Wenwu Ma
  2021-09-10  2:12 ` Jiang, Cheng1
                   ` (3 more replies)
  0 siblings, 4 replies; 15+ messages in thread
From: Wenwu Ma @ 2021-09-10 13:52 UTC (permalink / raw)
  To: dev
  Cc: maxime.coquelin, chenbo.xia, cheng1.jiang, jiayu.hu, yinan.wang,
	Wenwu Ma

vswitch can't launch with 40G FTV due to Device start fails
if NIC’s max queues > the default number of 128,
so, we changed the default value from 128 to 512.

Signed-off-by: Wenwu Ma <wenwux.ma@intel.com>
---
 examples/vhost/main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/vhost/main.c b/examples/vhost/main.c
index bc3d71c898..36969a4de5 100644
--- a/examples/vhost/main.c
+++ b/examples/vhost/main.c
@@ -29,7 +29,7 @@
 #include "main.h"
 
 #ifndef MAX_QUEUES
-#define MAX_QUEUES 128
+#define MAX_QUEUES 512
 #endif
 
 /* the maximum number of external ports supported */
-- 
2.25.1


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

end of thread, other threads:[~2021-11-03  8:07 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-10 13:52 [dpdk-dev] [PATCH] examples/vhost: change the default value of NIC's max queues Wenwu Ma
2021-09-10  2:12 ` Jiang, Cheng1
2021-09-10  3:17 ` Xia, Chenbo
2021-09-13 15:49   ` Maxime Coquelin
2021-10-15  7:30   ` Maxime Coquelin
2021-10-15  8:52   ` David Marchand
2021-10-15 16:48 ` [dpdk-dev] [PATCH v3] " Wenwu Ma
2021-10-21 11:29   ` Maxime Coquelin
2021-10-21 12:34   ` Maxime Coquelin
2021-10-21 17:10   ` Ferruh Yigit
2021-11-03 14:17   ` [dpdk-dev] [PATCH v4] examples/vhost: fix failure to launch dpdk-vhost Wenwu Ma
2021-11-03  4:58     ` Xia, Chenbo
2021-11-03  8:07       ` Maxime Coquelin
2021-10-15 20:01 ` [dpdk-dev] [PATCH v2] examples/vhost: change the default value of NIC's max queues Wenwu Ma
2021-10-15  8:21   ` Xia, Chenbo

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