RE: [PATCH] examples/vhost: add option to control mbuf pool size

2022-03-03 Thread Xia, Chenbo
Hi, > -Original Message- > From: Ma, WenwuX > Sent: Thursday, February 17, 2022 11:17 PM > To: maxime.coque...@redhat.com; Xia, Chenbo > Cc: dev@dpdk.org; Hu, Jiayu ; Wang, Yinan > ; He, Xingguang ; Ma, WenwuX > > Subject: [PATCH] examples/vhost: add option t

[PATCH] examples/vhost: add option to control mbuf pool size

2022-02-16 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. Signed-off-by: Wenwu Ma --- examples/vhost/main.c | 83 +++---