Re: [PATCH v2] examples/vhost: fix launch failure with physical port

2022-03-04 Thread Ferruh Yigit
: fix launch failure with physical port dpdk-vhost will fail to launch with a 40G i40e port because there are not enough mbufs. This patch adds a new option --total-num-mbufs, through which the user can set larger mbuf pool to avoid this problem. Fixes: 4796ad63ba1f ("examples/vhost: import user

RE: [PATCH v2] examples/vhost: fix launch failure with physical port

2022-03-04 Thread Xia, Chenbo
> -Original Message- > From: Ma, WenwuX > Sent: Saturday, March 5, 2022 12:24 AM > To: maxime.coque...@redhat.com; Xia, Chenbo ; > dev@dpdk.org > Cc: Hu, Jiayu ; Wang, Yinan ; He, > Xingguang ; Ma, WenwuX ; > sta...@dpdk.org > Subject: [PATCH v2] examples/vho

[PATCH v2] examples/vhost: fix launch failure with physical port

2022-03-04 Thread Wenwu Ma
dpdk-vhost will fail to launch with a 40G i40e port because there are not enough mbufs. This patch adds a new option --total-num-mbufs, through which the user can set larger mbuf pool to avoid this problem. Fixes: 4796ad63ba1f ("examples/vhost: import userspace vhost application") Cc: sta...@dpdk.