numam-dpdk/examples/vhost
Wenwu Ma 917229c24e examples/vhost: fix launch 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: 4796ad63ba ("examples/vhost: import userspace vhost application")
Cc: stable@dpdk.org

Signed-off-by: Wenwu Ma <wenwux.ma@intel.com>
Reviewed-by: Chenbo Xia <chenbo.xia@intel.com>
2022-03-04 15:14:30 +01:00
..
main.c examples/vhost: fix launch with physical port 2022-03-04 15:14:30 +01:00
main.h vhost: integrate dmadev in asynchronous data-path 2022-02-10 15:59:17 +01:00
Makefile vhost: integrate dmadev in asynchronous data-path 2022-02-10 15:59:17 +01:00
meson.build vhost: integrate dmadev in asynchronous data-path 2022-02-10 15:59:17 +01:00
virtio_net.c examples/vhost: check memory table query 2021-03-31 08:46:32 +02:00