[V1,1/2] test_plans/pvp_virtio_user_4k_pages: modify testplan by DPDK changed
Commit Message
As the DPDK commit a399d7b5(vfio: do not coalesce DMA mappings) changed,
We need to delete the `--no-huge -m 1024` parameter when start the
vhost-user as back-end side. So delete `--no-huge -m 1024` parameter
in testplan.
Signed-off-by: Wei Ling <weix.ling@intel.com>
---
test_plans/pvp_virtio_user_4k_pages_test_plan.rst | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
@@ -18,7 +18,7 @@ Test Case1: Basic test vhost/virtio-user split ring with 4K-pages
modprobe vfio-pci
./usertools/dpdk-devbind.py --bind=vfio-pci xx:xx.x
- ./x86_64-native-linuxapp-gcc/app/dpdk-testpmd -l 3-4 -n 4 -m 1024 --no-huge --file-prefix=vhost \
+ ./x86_64-native-linuxapp-gcc/app/dpdk-testpmd -l 3-4 -n 4 --file-prefix=vhost \
--vdev 'net_vhost0,iface=/tmp/vhost-net,queues=1' -- -i --no-numa --socket-num=0
testpmd>start
@@ -44,7 +44,7 @@ Test Case2: Basic test vhost/virtio-user packed ring with 4K-pages
modprobe vfio-pci
./usertools/dpdk-devbind.py --bind=vfio-pci xx:xx.x
- ./x86_64-native-linuxapp-gcc/app/dpdk-testpmd -l 3-4 -n 4 -m 1024 --no-huge --file-prefix=vhost \
+ ./x86_64-native-linuxapp-gcc/app/dpdk-testpmd -l 3-4 -n 4 --file-prefix=vhost \
--vdev 'net_vhost0,iface=/tmp/vhost-net,queues=1' -- -i --no-numa --socket-num=0
testpmd>start
@@ -61,4 +61,4 @@ Test Case2: Basic test vhost/virtio-user packed ring with 4K-pages
4. Send packet with packet generator with different packet size,includes [64, 128, 256, 512, 1024, 1518], check the throughput with below command::
- testpmd>show port stats all
\ No newline at end of file
+ testpmd>show port stats all