test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V1]test_plan/vm2vm_virtio_net_perf: fix typo
@ 2019-07-02  8:21 yufengmx
  2019-07-02  8:21 ` yufengmx
  0 siblings, 1 reply; 4+ messages in thread
From: yufengmx @ 2019-07-02  8:21 UTC (permalink / raw)
  To: dts; +Cc: yufengmx

 fix typo issue. 

yufengmx (1):
  test_plan/vm2vm_virtio_net_perf: fix typo

 test_plans/vm2vm_virtio_net_perf_test_plan.rst | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

-- 
1.9.3


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

* [dts] [PATCH V1]test_plan/vm2vm_virtio_net_perf: fix typo
  2019-07-02  8:21 [dts] [PATCH V1]test_plan/vm2vm_virtio_net_perf: fix typo yufengmx
@ 2019-07-02  8:21 ` yufengmx
  2019-07-03  1:41   ` Wang, Yinan
  2019-07-03  5:41   ` Tu, Lijuan
  0 siblings, 2 replies; 4+ messages in thread
From: yufengmx @ 2019-07-02  8:21 UTC (permalink / raw)
  To: dts; +Cc: yufengmx


fix typo issue.

Signed-off-by: yufengmx <yufengx.mo@intel.com>
---
 test_plans/vm2vm_virtio_net_perf_test_plan.rst | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/test_plans/vm2vm_virtio_net_perf_test_plan.rst b/test_plans/vm2vm_virtio_net_perf_test_plan.rst
index 77930dc..96f0cc4 100644
--- a/test_plans/vm2vm_virtio_net_perf_test_plan.rst
+++ b/test_plans/vm2vm_virtio_net_perf_test_plan.rst
@@ -8,7 +8,7 @@
    - Redistributions of source code must retain the above copyright
      notice, this list of conditions and the following disclaimer.
 
-   - Redistributions in binary forim must reproduce the above copyright
+   - Redistributions in binary form must reproduce the above copyright
      notice, this list of conditions and the following disclaimer in
      the documentation and/or other materials provided with the
      distribution.
@@ -74,12 +74,12 @@ Test Case 1: VM2VM vhost-user/virtio-net test with tcp traffic
      -device virtio-net-pci,mac=52:54:00:00:00:02,netdev=mynet2,mrg_rxbuf=off,csum=on,guest_csum=on,host_tso4=on,guest_tso4=on,guest_ecn=on \
      -vnc :11 -daemonize
 
-3. On VM1, set virtio device IP and run arp protocal::
+3. On VM1, set virtio device IP and run arp protocol::
 
     ifconfig ens3 1.1.1.2
     arp -s 1.1.1.8 52:54:00:00:00:02
 
-4. On VM2, set virtio device IP and run arp protocal::
+4. On VM2, set virtio device IP and run arp protocol::
 
     ifconfig ens3 1.1.1.8
     arp -s 1.1.1.2 52:54:00:00:00:01
@@ -124,12 +124,12 @@ Test Case 2: VM2VM vhost-user/virtio-net zero-copy test with tcp traffic
      -device virtio-net-pci,mac=52:54:00:00:00:02,netdev=mynet2,mrg_rxbuf=off,csum=on,guest_csum=on,host_tso4=on,guest_tso4=on,guest_ecn=on \
      -vnc :11 -daemonize
 
-3. On VM1, set virtio device IP and run arp protocal::
+3. On VM1, set virtio device IP and run arp protocol::
 
     ifconfig ens3 1.1.1.2
     arp -s 1.1.1.8 52:54:00:00:00:02
 
-4. On VM2, set virtio device IP and run arp protocal::
+4. On VM2, set virtio device IP and run arp protocol::
 
     ifconfig ens3 1.1.1.8
     arp -s 1.1.1.2 52:54:00:00:00:01
@@ -171,12 +171,12 @@ Test Case 3: VM2VM vhost-user/virtio-net test with udp traffic
      -chardev socket,id=char1,path=./vhost-net1 -netdev type=vhost-user,id=mynet2,chardev=char1,vhostforce \
      -device virtio-net-pci,mac=52:54:00:00:00:02,netdev=mynet2,mrg_rxbuf=off,csum=on,guest_csum=on,host_tso4=on,guest_tso4=on,guest_ecn=on,guest_ufo=on,host_ufo=on -vnc :11 -daemonize
 
-3. On VM1, set virtio device IP and run arp protocal::
+3. On VM1, set virtio device IP and run arp protocol::
 
     ifconfig ens3 1.1.1.2
     arp -s 1.1.1.8 52:54:00:00:00:02
 
-4. On VM2, set virtio device IP and run arp protocal::
+4. On VM2, set virtio device IP and run arp protocol::
 
     ifconfig ens3 1.1.1.8
     arp -s 1.1.1.2 52:54:00:00:00:01
@@ -261,12 +261,12 @@ Test Case 5: VM2VM vhost-user/virtio-net test with large packet payload valid ch
      -device virtio-net-pci,mac=52:54:00:00:00:02,netdev=mynet2,mrg_rxbuf=on  \
      -vnc :11 -daemonize
 
-3. On VM1, set virtio device IP and run arp protocal::
+3. On VM1, set virtio device IP and run arp protocol::
 
     ifconfig ens3 1.1.1.2
     arp -s 1.1.1.8 52:54:00:00:00:02
 
-4. On VM2, set virtio device IP and run arp protocal::
+4. On VM2, set virtio device IP and run arp protocol::
 
     ifconfig ens3 1.1.1.8
     arp -s 1.1.1.2 52:54:00:00:00:01
-- 
1.9.3


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

* Re: [dts] [PATCH V1]test_plan/vm2vm_virtio_net_perf: fix typo
  2019-07-02  8:21 ` yufengmx
@ 2019-07-03  1:41   ` Wang, Yinan
  2019-07-03  5:41   ` Tu, Lijuan
  1 sibling, 0 replies; 4+ messages in thread
From: Wang, Yinan @ 2019-07-03  1:41 UTC (permalink / raw)
  To: Mo, YufengX, dts; +Cc: Mo, YufengX

Acked-by: Wang, Yinan <yinan.wang@intel.com>

> -----Original Message-----
> From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of yufengmx
> Sent: 2019年7月2日 16:21
> To: dts@dpdk.org
> Cc: Mo, YufengX <yufengx.mo@intel.com>
> Subject: [dts] [PATCH V1]test_plan/vm2vm_virtio_net_perf: fix typo
> 
> 
> fix typo issue.
> 
> Signed-off-by: yufengmx <yufengx.mo@intel.com>
> ---
>  test_plans/vm2vm_virtio_net_perf_test_plan.rst | 18 +++++++++---------
>  1 file changed, 9 insertions(+), 9 deletions(-)
> 
> diff --git a/test_plans/vm2vm_virtio_net_perf_test_plan.rst
> b/test_plans/vm2vm_virtio_net_perf_test_plan.rst
> index 77930dc..96f0cc4 100644
> --- a/test_plans/vm2vm_virtio_net_perf_test_plan.rst
> +++ b/test_plans/vm2vm_virtio_net_perf_test_plan.rst
> @@ -8,7 +8,7 @@
>     - Redistributions of source code must retain the above copyright
>       notice, this list of conditions and the following disclaimer.
> 
> -   - Redistributions in binary forim must reproduce the above copyright
> +   - Redistributions in binary form must reproduce the above copyright
>       notice, this list of conditions and the following disclaimer in
>       the documentation and/or other materials provided with the
>       distribution.
> @@ -74,12 +74,12 @@ Test Case 1: VM2VM vhost-user/virtio-net test with tcp
> traffic
>       -device
> virtio-net-pci,mac=52:54:00:00:00:02,netdev=mynet2,mrg_rxbuf=off,csum=on,g
> uest_csum=on,host_tso4=on,guest_tso4=on,guest_ecn=on \
>       -vnc :11 -daemonize
> 
> -3. On VM1, set virtio device IP and run arp protocal::
> +3. On VM1, set virtio device IP and run arp protocol::
> 
>      ifconfig ens3 1.1.1.2
>      arp -s 1.1.1.8 52:54:00:00:00:02
> 
> -4. On VM2, set virtio device IP and run arp protocal::
> +4. On VM2, set virtio device IP and run arp protocol::
> 
>      ifconfig ens3 1.1.1.8
>      arp -s 1.1.1.2 52:54:00:00:00:01
> @@ -124,12 +124,12 @@ Test Case 2: VM2VM vhost-user/virtio-net zero-copy
> test with tcp traffic
>       -device
> virtio-net-pci,mac=52:54:00:00:00:02,netdev=mynet2,mrg_rxbuf=off,csum=on,g
> uest_csum=on,host_tso4=on,guest_tso4=on,guest_ecn=on \
>       -vnc :11 -daemonize
> 
> -3. On VM1, set virtio device IP and run arp protocal::
> +3. On VM1, set virtio device IP and run arp protocol::
> 
>      ifconfig ens3 1.1.1.2
>      arp -s 1.1.1.8 52:54:00:00:00:02
> 
> -4. On VM2, set virtio device IP and run arp protocal::
> +4. On VM2, set virtio device IP and run arp protocol::
> 
>      ifconfig ens3 1.1.1.8
>      arp -s 1.1.1.2 52:54:00:00:00:01
> @@ -171,12 +171,12 @@ Test Case 3: VM2VM vhost-user/virtio-net test with
> udp traffic
>       -chardev socket,id=char1,path=./vhost-net1 -netdev
> type=vhost-user,id=mynet2,chardev=char1,vhostforce \
>       -device
> virtio-net-pci,mac=52:54:00:00:00:02,netdev=mynet2,mrg_rxbuf=off,csum=on,g
> uest_csum=on,host_tso4=on,guest_tso4=on,guest_ecn=on,guest_ufo=on,host
> _ufo=on -vnc :11 -daemonize
> 
> -3. On VM1, set virtio device IP and run arp protocal::
> +3. On VM1, set virtio device IP and run arp protocol::
> 
>      ifconfig ens3 1.1.1.2
>      arp -s 1.1.1.8 52:54:00:00:00:02
> 
> -4. On VM2, set virtio device IP and run arp protocal::
> +4. On VM2, set virtio device IP and run arp protocol::
> 
>      ifconfig ens3 1.1.1.8
>      arp -s 1.1.1.2 52:54:00:00:00:01
> @@ -261,12 +261,12 @@ Test Case 5: VM2VM vhost-user/virtio-net test with
> large packet payload valid ch
>       -device
> virtio-net-pci,mac=52:54:00:00:00:02,netdev=mynet2,mrg_rxbuf=on  \
>       -vnc :11 -daemonize
> 
> -3. On VM1, set virtio device IP and run arp protocal::
> +3. On VM1, set virtio device IP and run arp protocol::
> 
>      ifconfig ens3 1.1.1.2
>      arp -s 1.1.1.8 52:54:00:00:00:02
> 
> -4. On VM2, set virtio device IP and run arp protocal::
> +4. On VM2, set virtio device IP and run arp protocol::
> 
>      ifconfig ens3 1.1.1.8
>      arp -s 1.1.1.2 52:54:00:00:00:01
> --
> 1.9.3


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

* Re: [dts] [PATCH V1]test_plan/vm2vm_virtio_net_perf: fix typo
  2019-07-02  8:21 ` yufengmx
  2019-07-03  1:41   ` Wang, Yinan
@ 2019-07-03  5:41   ` Tu, Lijuan
  1 sibling, 0 replies; 4+ messages in thread
From: Tu, Lijuan @ 2019-07-03  5:41 UTC (permalink / raw)
  To: Mo, YufengX, dts; +Cc: Mo, YufengX

Applied, thanks

> -----Original Message-----
> From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of yufengmx
> Sent: Tuesday, July 2, 2019 4:21 PM
> To: dts@dpdk.org
> Cc: Mo, YufengX <yufengx.mo@intel.com>
> Subject: [dts] [PATCH V1]test_plan/vm2vm_virtio_net_perf: fix typo
> 
> 
> fix typo issue.
> 
> Signed-off-by: yufengmx <yufengx.mo@intel.com>
> ---
>  test_plans/vm2vm_virtio_net_perf_test_plan.rst | 18 +++++++++---------
>  1 file changed, 9 insertions(+), 9 deletions(-)
> 
> diff --git a/test_plans/vm2vm_virtio_net_perf_test_plan.rst
> b/test_plans/vm2vm_virtio_net_perf_test_plan.rst
> index 77930dc..96f0cc4 100644
> --- a/test_plans/vm2vm_virtio_net_perf_test_plan.rst
> +++ b/test_plans/vm2vm_virtio_net_perf_test_plan.rst
> @@ -8,7 +8,7 @@
>     - Redistributions of source code must retain the above copyright
>       notice, this list of conditions and the following disclaimer.
> 
> -   - Redistributions in binary forim must reproduce the above copyright
> +   - Redistributions in binary form must reproduce the above copyright
>       notice, this list of conditions and the following disclaimer in
>       the documentation and/or other materials provided with the
>       distribution.
> @@ -74,12 +74,12 @@ Test Case 1: VM2VM vhost-user/virtio-net test with
> tcp traffic
>       -device virtio-net-
> pci,mac=52:54:00:00:00:02,netdev=mynet2,mrg_rxbuf=off,csum=on,guest_csu
> m=on,host_tso4=on,guest_tso4=on,guest_ecn=on \
>       -vnc :11 -daemonize
> 
> -3. On VM1, set virtio device IP and run arp protocal::
> +3. On VM1, set virtio device IP and run arp protocol::
> 
>      ifconfig ens3 1.1.1.2
>      arp -s 1.1.1.8 52:54:00:00:00:02
> 
> -4. On VM2, set virtio device IP and run arp protocal::
> +4. On VM2, set virtio device IP and run arp protocol::
> 
>      ifconfig ens3 1.1.1.8
>      arp -s 1.1.1.2 52:54:00:00:00:01
> @@ -124,12 +124,12 @@ Test Case 2: VM2VM vhost-user/virtio-net zero-
> copy test with tcp traffic
>       -device virtio-net-
> pci,mac=52:54:00:00:00:02,netdev=mynet2,mrg_rxbuf=off,csum=on,guest_csu
> m=on,host_tso4=on,guest_tso4=on,guest_ecn=on \
>       -vnc :11 -daemonize
> 
> -3. On VM1, set virtio device IP and run arp protocal::
> +3. On VM1, set virtio device IP and run arp protocol::
> 
>      ifconfig ens3 1.1.1.2
>      arp -s 1.1.1.8 52:54:00:00:00:02
> 
> -4. On VM2, set virtio device IP and run arp protocal::
> +4. On VM2, set virtio device IP and run arp protocol::
> 
>      ifconfig ens3 1.1.1.8
>      arp -s 1.1.1.2 52:54:00:00:00:01
> @@ -171,12 +171,12 @@ Test Case 3: VM2VM vhost-user/virtio-net test with
> udp traffic
>       -chardev socket,id=char1,path=./vhost-net1 -netdev type=vhost-
> user,id=mynet2,chardev=char1,vhostforce \
>       -device virtio-net-
> pci,mac=52:54:00:00:00:02,netdev=mynet2,mrg_rxbuf=off,csum=on,guest_csu
> m=on,host_tso4=on,guest_tso4=on,guest_ecn=on,guest_ufo=on,host_ufo=o
> n -vnc :11 -daemonize
> 
> -3. On VM1, set virtio device IP and run arp protocal::
> +3. On VM1, set virtio device IP and run arp protocol::
> 
>      ifconfig ens3 1.1.1.2
>      arp -s 1.1.1.8 52:54:00:00:00:02
> 
> -4. On VM2, set virtio device IP and run arp protocal::
> +4. On VM2, set virtio device IP and run arp protocol::
> 
>      ifconfig ens3 1.1.1.8
>      arp -s 1.1.1.2 52:54:00:00:00:01
> @@ -261,12 +261,12 @@ Test Case 5: VM2VM vhost-user/virtio-net test with
> large packet payload valid ch
>       -device virtio-net-
> pci,mac=52:54:00:00:00:02,netdev=mynet2,mrg_rxbuf=on  \
>       -vnc :11 -daemonize
> 
> -3. On VM1, set virtio device IP and run arp protocal::
> +3. On VM1, set virtio device IP and run arp protocol::
> 
>      ifconfig ens3 1.1.1.2
>      arp -s 1.1.1.8 52:54:00:00:00:02
> 
> -4. On VM2, set virtio device IP and run arp protocal::
> +4. On VM2, set virtio device IP and run arp protocol::
> 
>      ifconfig ens3 1.1.1.8
>      arp -s 1.1.1.2 52:54:00:00:00:01
> --
> 1.9.3


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

end of thread, other threads:[~2019-07-03  5:42 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-02  8:21 [dts] [PATCH V1]test_plan/vm2vm_virtio_net_perf: fix typo yufengmx
2019-07-02  8:21 ` yufengmx
2019-07-03  1:41   ` Wang, Yinan
2019-07-03  5:41   ` 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).