[v1] test_plans/vhost_virtio_user_interrupt_test_plan.rst

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

Commit Message

Wang, Yinan Sept. 10, 2020, 10:55 a.m. UTC
  Update typo issue.

Signed-off-by: Yinan Wang <yinan.wang@intel.com>
---
 test_plans/vhost_virtio_user_interrupt_test_plan.rst | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
  

Comments

Tu, Lijuan Sept. 10, 2020, 2:29 a.m. UTC | #1
> Subject: [dts] [PATCH v1] test_plans/vhost_virtio_user_interrupt_test_plan.rst
> 
> Update typo issue.
> 
> Signed-off-by: Yinan Wang <yinan.wang@intel.com>

Applied
  

Patch

diff --git a/test_plans/vhost_virtio_user_interrupt_test_plan.rst b/test_plans/vhost_virtio_user_interrupt_test_plan.rst
index 0786fb5..07c1d88 100644
--- a/test_plans/vhost_virtio_user_interrupt_test_plan.rst
+++ b/test_plans/vhost_virtio_user_interrupt_test_plan.rst
@@ -204,9 +204,9 @@  Test Case7: LSC event between vhost-user and virtio-user with split ring and cbd
 
 flow: Vhost <--> Virtio
 
-1. Start vhost-user side::
+1. Bind one cbdma port to igb_uio driver, then start vhost-user side::
 
-    ./testpmd -c 0x3000 -n 4 --no-pci --file-prefix=vhost --vdev 'net_vhost0,iface=vhost-net,queues=1,client=0,dmas=[txq0@00:04.0]' -- -i
+    ./testpmd -c 0x3000 -n 4 -w 00:04.0 --file-prefix=vhost --vdev 'net_vhost0,iface=vhost-net,queues=1,client=0,dmas=[txq0@00:04.0]' -- -i
     testpmd>set fwd mac
     testpmd>start
 
@@ -245,4 +245,4 @@  flow: TG --> NIC --> Vhost --> Virtio
 
 4. Stop sending packets with packet generator, check virtio-user related core change to sleep status.
 
-5. Restart sending packets with packet generator, check virtio-user related core change to wakeup status again.
\ No newline at end of file
+5. Restart sending packets with packet generator, check virtio-user related core change to wakeup status again.