[dpdk-dev] [PATCH] example/vhost: fix failed to allocate mbufs

2016-02-28 Thread Thomas Monjalon
2016-02-18 08:08, Jianfeng Tan: > In all, it fails to include master core's mbuf mempool cache. > > Signed-off-by: Jianfeng Tan > Reported-by: Qian Xu minor note: please keep the "people-tags" in the chronological order. Here the "Reported-by" is moved before the "Signed-off-by". [...] > +* **

[dpdk-dev] [PATCH] example/vhost: fix failed to allocate mbufs

2016-02-18 Thread Jianfeng Tan
How to reproduce: 1. Start vhost-switch ./examples/vhost/build/vhost-switch -c 0x3 -n 4 -- -p 1 --stat 0 2. Start VM with a virtio port $ $QEMU -smp cores=2,sockets=1 -m 4G -cpu host -enable-kvm \ -chardev socket,id=char1,path= \ -device virtio-net-pci,netdev=vhostuser1 \ -netdev vhost-user,