[v1] test_plans/vhost_virtio_user_interrupt_test_plan.rst
Commit Message
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
> 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
@@ -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.