test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH v2] test_plans: add large packet payload check for vm2vm_virtio_pmd_test_plan
@ 2019-06-18  0:39 Yinan
  2019-06-26  7:20 ` Tu, Lijuan
  0 siblings, 1 reply; 2+ messages in thread
From: Yinan @ 2019-06-18  0:39 UTC (permalink / raw)
  To: dts; +Cc: Wang Yinan

From: Wang Yinan <yinan.wang@intel.com>

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

diff --git a/test_plans/vm2vm_virtio_pmd_test_plan.rst b/test_plans/vm2vm_virtio_pmd_test_plan.rst
index 3666751..bb9fc21 100644
--- a/test_plans/vm2vm_virtio_pmd_test_plan.rst
+++ b/test_plans/vm2vm_virtio_pmd_test_plan.rst
@@ -78,8 +78,8 @@ Test Case 1: VM2VM vhost-user/virtio-pmd with mergeable path
 3. On VM1, bind vdev with igb_uio driver,then run testpmd, set rxonly mode for virtio1::
 
     ./testpmd -c 0x3 -n 4 -- -i --tx-offloads=0x00 --enable-hw-vlan-strip --txd=1024 --rxd=1024
-    testpmd>set fwd rxonly 
-    testpmd>start 
+    testpmd>set fwd rxonly
+    testpmd>start
 
 4. On VM2, bind vdev with igb_uio driver,then run testpmd, set txonly for virtio2 and send 64B packets::
 
@@ -129,8 +129,8 @@ Test Case 2: VM2VM vhost-user/virtio-pmd with vector path
 3. On VM1, bind vdev with igb_uio driver,then run testpmd, set rxonly for virtio1::
 
     ./testpmd -c 0x3 -n 4 -- -i --txd=1024 --rxd=1024
-    testpmd>set fwd rxonly 
-    testpmd>start 
+    testpmd>set fwd rxonly
+    testpmd>start
 
 4. On VM2, bind vdev with igb_uio driver,then run testpmd, set txonly for virtio2 and send 64B packets::
 
@@ -180,8 +180,8 @@ Test Case 3: VM2VM vhost-user/virtio-pmd with normal path
 3. On VM1, bind vdev with igb_uio driver,then run testpmd, set rxonly for virtio1 ::
 
     ./testpmd -c 0x3 -n 4 -- -i --tx-offloads=0x00 --enable-hw-vlan-strip --txd=1024 --rxd=1024
-    testpmd>set fwd rxonly 
-    testpmd>start 
+    testpmd>set fwd rxonly
+    testpmd>start
 
 4. On VM2, bind vdev with igb_uio driver,then run testpmd, set rxonly for virtio2 and send 64B packets ::
 
@@ -231,8 +231,8 @@ Test Case 4: VM2VM vhost-user/virtio1.0-pmd with mergeable path
 3. On VM1, bind vdev with igb_uio driver,then run testpmd, set rxonly for virtio1 ::
 
     ./testpmd -c 0x3 -n 4 -- -i --tx-offloads=0x00 --enable-hw-vlan-strip --txd=1024 --rxd=1024
-    testpmd>set fwd rxonly 
-    testpmd>start 
+    testpmd>set fwd rxonly
+    testpmd>start
 
 4. On VM2, bind vdev with igb_uio driver,then run testpmd, set txonly for virtio2 ::
 
@@ -292,8 +292,8 @@ Test Case 5: VM2VM vhost-user/virtio-pmd mergeable path with payload valid check
 4. Bind virtio with igb_uio driver,then run testpmd, set rxonly mode for virtio-pmd on VM1::
 
     ./testpmd -c 0x3 -n 4 --file-prefix=test -- -i --txd=1024 --rxd=1024 --max-pkt-len=9600
-    testpmd>set fwd rxonly 
-    testpmd>start 
+    testpmd>set fwd rxonly
+    testpmd>start
 
 5. Bootup pdump in VM1::
 
@@ -355,8 +355,8 @@ Test Case 6: VM2VM vhost-user/virtio1.0-pmd mergeable path with payload valid ch
 4. Bind virtio with igb_uio driver,then run testpmd, set rxonly mode for virtio-pmd on VM1::
 
     ./testpmd -c 0x3 -n 4 --file-prefix=test -- -i --txd=1024 --rxd=1024 --max-pkt-len=9600
-    testpmd>set fwd rxonly 
-    testpmd>start 
+    testpmd>set fwd rxonly
+    testpmd>start
 
 5. Bootup pdump in VM1::
 
-- 
2.17.1


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [dts] [PATCH v2] test_plans: add large packet payload check for vm2vm_virtio_pmd_test_plan
  2019-06-18  0:39 [dts] [PATCH v2] test_plans: add large packet payload check for vm2vm_virtio_pmd_test_plan Yinan
@ 2019-06-26  7:20 ` Tu, Lijuan
  0 siblings, 0 replies; 2+ messages in thread
From: Tu, Lijuan @ 2019-06-26  7:20 UTC (permalink / raw)
  To: Wang, Yinan, dts; +Cc: Wang, Yinan

Hi Yinan,

Could you please rework your patch? applied failed.
Applying: test_plans: add large packet payload check for vm2vm_virtio_pmd_test_plan
error: patch failed: test_plans/vm2vm_virtio_pmd_test_plan.rst:78
error: test_plans/vm2vm_virtio_pmd_test_plan.rst: patch does not apply

> -----Original Message-----
> From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of Yinan
> Sent: Tuesday, June 18, 2019 8:40 AM
> To: dts@dpdk.org
> Cc: Wang, Yinan <yinan.wang@intel.com>
> Subject: [dts] [PATCH v2] test_plans: add large packet payload check for
> vm2vm_virtio_pmd_test_plan
> 
> From: Wang Yinan <yinan.wang@intel.com>
> 
> Signed-off-by: Wang Yinan <yinan.wang@intel.com>
> ---
>  test_plans/vm2vm_virtio_pmd_test_plan.rst | 24 +++++++++++------------
>  1 file changed, 12 insertions(+), 12 deletions(-)
> 
> diff --git a/test_plans/vm2vm_virtio_pmd_test_plan.rst
> b/test_plans/vm2vm_virtio_pmd_test_plan.rst
> index 3666751..bb9fc21 100644
> --- a/test_plans/vm2vm_virtio_pmd_test_plan.rst
> +++ b/test_plans/vm2vm_virtio_pmd_test_plan.rst
> @@ -78,8 +78,8 @@ Test Case 1: VM2VM vhost-user/virtio-pmd with
> mergeable path  3. On VM1, bind vdev with igb_uio driver,then run testpmd,
> set rxonly mode for virtio1::
> 
>      ./testpmd -c 0x3 -n 4 -- -i --tx-offloads=0x00 --enable-hw-vlan-strip --
> txd=1024 --rxd=1024
> -    testpmd>set fwd rxonly
> -    testpmd>start
> +    testpmd>set fwd rxonly
> +    testpmd>start
> 
>  4. On VM2, bind vdev with igb_uio driver,then run testpmd, set txonly for
> virtio2 and send 64B packets::
> 
> @@ -129,8 +129,8 @@ Test Case 2: VM2VM vhost-user/virtio-pmd with
> vector path  3. On VM1, bind vdev with igb_uio driver,then run testpmd, set
> rxonly for virtio1::
> 
>      ./testpmd -c 0x3 -n 4 -- -i --txd=1024 --rxd=1024
> -    testpmd>set fwd rxonly
> -    testpmd>start
> +    testpmd>set fwd rxonly
> +    testpmd>start
> 
>  4. On VM2, bind vdev with igb_uio driver,then run testpmd, set txonly for
> virtio2 and send 64B packets::
> 
> @@ -180,8 +180,8 @@ Test Case 3: VM2VM vhost-user/virtio-pmd with
> normal path  3. On VM1, bind vdev with igb_uio driver,then run testpmd, set
> rxonly for virtio1 ::
> 
>      ./testpmd -c 0x3 -n 4 -- -i --tx-offloads=0x00 --enable-hw-vlan-strip --
> txd=1024 --rxd=1024
> -    testpmd>set fwd rxonly
> -    testpmd>start
> +    testpmd>set fwd rxonly
> +    testpmd>start
> 
>  4. On VM2, bind vdev with igb_uio driver,then run testpmd, set rxonly for
> virtio2 and send 64B packets ::
> 
> @@ -231,8 +231,8 @@ Test Case 4: VM2VM vhost-user/virtio1.0-pmd with
> mergeable path  3. On VM1, bind vdev with igb_uio driver,then run testpmd,
> set rxonly for virtio1 ::
> 
>      ./testpmd -c 0x3 -n 4 -- -i --tx-offloads=0x00 --enable-hw-vlan-strip --
> txd=1024 --rxd=1024
> -    testpmd>set fwd rxonly
> -    testpmd>start
> +    testpmd>set fwd rxonly
> +    testpmd>start
> 
>  4. On VM2, bind vdev with igb_uio driver,then run testpmd, set txonly for
> virtio2 ::
> 
> @@ -292,8 +292,8 @@ Test Case 5: VM2VM vhost-user/virtio-pmd
> mergeable path with payload valid check  4. Bind virtio with igb_uio
> driver,then run testpmd, set rxonly mode for virtio-pmd on VM1::
> 
>      ./testpmd -c 0x3 -n 4 --file-prefix=test -- -i --txd=1024 --rxd=1024 --max-
> pkt-len=9600
> -    testpmd>set fwd rxonly
> -    testpmd>start
> +    testpmd>set fwd rxonly
> +    testpmd>start
> 
>  5. Bootup pdump in VM1::
> 
> @@ -355,8 +355,8 @@ Test Case 6: VM2VM vhost-user/virtio1.0-pmd
> mergeable path with payload valid ch  4. Bind virtio with igb_uio driver,then
> run testpmd, set rxonly mode for virtio-pmd on VM1::
> 
>      ./testpmd -c 0x3 -n 4 --file-prefix=test -- -i --txd=1024 --rxd=1024 --max-
> pkt-len=9600
> -    testpmd>set fwd rxonly
> -    testpmd>start
> +    testpmd>set fwd rxonly
> +    testpmd>start
> 
>  5. Bootup pdump in VM1::
> 
> --
> 2.17.1


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-06-26  7:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-18  0:39 [dts] [PATCH v2] test_plans: add large packet payload check for vm2vm_virtio_pmd_test_plan Yinan
2019-06-26  7:20 ` Tu, Lijuan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).