Re: [dpdk-dev] [PATCH v2] examples/vhost: change the default value of NIC's max queues

2021-10-15 Thread Xia, Chenbo
> -Original Message- > From: Ma, WenwuX > Sent: Saturday, October 16, 2021 4:01 AM Is your server time incorrect? You are sending patch from future > To: dev@dpdk.org > Cc: maxime.coque...@redhat.com; Xia, Chenbo ; Jiang, > Cheng1 ; Hu, Jiayu ; Yang, YvonneX > ; Ma, WenwuX > Subject: [P

[dpdk-dev] [PATCH v2] examples/vhost: change the default value of NIC's max queues

2021-10-15 Thread Wenwu Ma
vswitch can't launch with a 40G i40e port 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 --- examples/vhost/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/vh