test suite reviews and discussions
 help / color / mirror / Atom feed
From: "Wang, Yinan" <yinan.wang@intel.com>
To: "Mo, YufengX" <yufengx.mo@intel.com>, "dts@dpdk.org" <dts@dpdk.org>
Cc: "Mo, YufengX" <yufengx.mo@intel.com>
Subject: Re: [dts] [PATCH V1]test_plan/vm2vm_virtio_net_perf: fix typo
Date: Wed, 3 Jul 2019 01:41:33 +0000	[thread overview]
Message-ID: <E0CBA5A1980F1F408E1F28F9991B5B1D50EBDD6F@SHSMSX104.ccr.corp.intel.com> (raw)
In-Reply-To: <1562055663-176316-2-git-send-email-yufengx.mo@intel.com>

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


  reply	other threads:[~2019-07-03  1:41 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-07-02  8:21 yufengmx
2019-07-02  8:21 ` yufengmx
2019-07-03  1:41   ` Wang, Yinan [this message]
2019-07-03  5:41   ` Tu, Lijuan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E0CBA5A1980F1F408E1F28F9991B5B1D50EBDD6F@SHSMSX104.ccr.corp.intel.com \
    --to=yinan.wang@intel.com \
    --cc=dts@dpdk.org \
    --cc=yufengx.mo@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).