From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id E6E93A0487 for ; Tue, 2 Jul 2019 10:46:47 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id E02465B34; Tue, 2 Jul 2019 10:46:47 +0200 (CEST) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id BCF6C5B34 for ; Tue, 2 Jul 2019 10:46:46 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 02 Jul 2019 01:19:55 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.63,442,1557212400"; d="scan'208";a="166103573" Received: from itecstvdts01.sh.intel.com ([10.67.111.114]) by orsmga003.jf.intel.com with ESMTP; 02 Jul 2019 01:19:54 -0700 From: yufengmx To: dts@dpdk.org Cc: yufengmx Date: Tue, 2 Jul 2019 16:21:03 +0800 Message-Id: <1562055663-176316-2-git-send-email-yufengx.mo@intel.com> X-Mailer: git-send-email 1.9.3 In-Reply-To: <1562055663-176316-1-git-send-email-yufengx.mo@intel.com> References: <1562055663-176316-1-git-send-email-yufengx.mo@intel.com> Subject: [dts] [PATCH V1]test_plan/vm2vm_virtio_net_perf: fix typo X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dts-bounces@dpdk.org Sender: "dts" fix typo issue. Signed-off-by: yufengmx --- 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