From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 9C45F5A26 for ; Fri, 12 Aug 2016 18:02:31 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga104.fm.intel.com with ESMTP; 12 Aug 2016 09:02:28 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.28,511,1464678000"; d="scan'208";a="1040100545" Received: from imail001.iil.intel.com ([10.184.207.12]) by fmsmga002.fm.intel.com with ESMTP; 12 Aug 2016 09:02:02 -0700 Received: from rr.iil.intel.com (rr.iil.intel.com [143.185.141.149]) by imail001.iil.intel.com with ESMTP id u7CG1xYg019694; Fri, 12 Aug 2016 19:02:00 +0300 From: Rami Rosen To: dts@dpdk.org Cc: Rami Rosen Date: Fri, 12 Aug 2016 19:04:15 +0300 Message-Id: <1471017855-32248-1-git-send-email-rami.rosen@intel.com> X-Mailer: git-send-email 2.5.5 Subject: [dts] [PATCH] test_plans: vxlan - fix typos. 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: , X-List-Received-Date: Fri, 12 Aug 2016 16:02:32 -0000 This patch fixes trivial typos in test_plans/vxlan_test_plan.rst. Signed-off-by: Rami Rosen --- test_plans/vxlan_test_plan.rst | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/test_plans/vxlan_test_plan.rst b/test_plans/vxlan_test_plan.rst index b7961f9..bad6ffe 100644 --- a/test_plans/vxlan_test_plan.rst +++ b/test_plans/vxlan_test_plan.rst @@ -284,7 +284,7 @@ increased. | Yes | Ipv6 | Vxlan | Yes | Ipv4 | Bad Sctp | +------------+----------+-----------+------------+----------+-----------+ -Test Case: Clould Filter +Test Case: Cloud Filter ======================== Start testpmd with tunneling packet type to vxlan and disable receive side scale for hardware limitation:: @@ -319,20 +319,20 @@ Then send one packet and check packet was forwarded into right queue. +------------+------------+------------+----------+----------+--------+-------+ -Add Clould filter to max number will be failed. +Add Cloud filter to max number will be failed. -Remove Clould filter which has been added. Then send one packet and check +Remove Cloud filter which has been added. Then send one packet and check packet was received in queue 0. -Add Clould filter with invalid Mac address "00:00:00:00:01" will be failed. +Add Cloud filter with invalid Mac address "00:00:00:00:01" will be failed. -Add Clould filter with invalid ip address "192.168.1.256" will be failed. +Add Cloud filter with invalid ip address "192.168.1.256" will be failed. -Add Clould filter with invalid vlan "4097" will be failed. +Add Cloud filter with invalid vlan "4097" will be failed. -Add Clould filter with invalid vni "16777216" will be failed. +Add Cloud filter with invalid vni "16777216" will be failed. -Add Clould filter with invalid queue id "64" will be failed. +Add Cloud filter with invalid queue id "64" will be failed. Test Case: Vxlan Checksum Offload Performance Benchmarking ========================================================== -- 2.5.5