[v1] test_plans/vswitch_sample_cbdma_test_plan.rst

Message ID 20201224141755.616009-1-yinan.wang@intel.com (mailing list archive)
State Accepted
Headers
Series [v1] test_plans/vswitch_sample_cbdma_test_plan.rst |

Commit Message

Wang, Yinan Dec. 24, 2020, 2:17 p.m. UTC
  From: Yinan <yinan.wang@intel.com>

Give more forwarding packet core for multi-thread test.

Signed-off-by: Yinan <yinan.wang@intel.com>
---
 test_plans/vswitch_sample_cbdma_test_plan.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
  

Comments

Tu, Lijuan Dec. 24, 2020, 8:37 a.m. UTC | #1
> Give more forwarding packet core for multi-thread test.
> 
> Signed-off-by: Yinan <yinan.wang@intel.com

Applied with commit message changed.
  

Patch

diff --git a/test_plans/vswitch_sample_cbdma_test_plan.rst b/test_plans/vswitch_sample_cbdma_test_plan.rst
index f231b8af..b53b3d9e 100644
--- a/test_plans/vswitch_sample_cbdma_test_plan.rst
+++ b/test_plans/vswitch_sample_cbdma_test_plan.rst
@@ -137,7 +137,7 @@  Test Case3: VM2VM performance test with two CBDMA channels using vhost async dri
 
 2. On host, launch dpdk-vhost by below command::
 
-	./dpdk-vhost -l 27-28 -n 4 -- -p 0x1 --mergeable 1 --vm2vm 1 --dma-type ioat \
+	./dpdk-vhost -l 26-28 -n 4 -- -p 0x1 --mergeable 1 --vm2vm 1 --dma-type ioat \
 	--socket-file /tmp/vhost-net0 --socket-file /tmp/vhost-net1 --dmas [txd0@00:04.0,txd1@00:04.1]
 
 3. Launch virtio-user::
@@ -179,7 +179,7 @@  Test Case4: VM2VM test with 2 vhost device using vhost async driver
 
 2. On host, launch dpdk-vhost by below command::
 
-	./dpdk-vhost -l 27-28 -n 4 -- -p 0x1 --mergeable 1 --vm2vm 1 --dma-type ioat \
+	./dpdk-vhost -l 26-28 -n 4 -- -p 0x1 --mergeable 1 --vm2vm 1 --dma-type ioat \
 	--socket-file /tmp/vhost-net0 --socket-file /tmp/vhost-net1 --dmas [txd0@00:04.0,txd1@00:04.1]
 
 3. Start VM0::