From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 085CEA6A for ; Mon, 15 Aug 2016 04:28:24 +0200 (CEST) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga102.fm.intel.com with ESMTP; 14 Aug 2016 19:28:21 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.28,522,1464678000"; d="scan'208";a="155737582" Received: from stv-crb-56.sh.intel.com (HELO [10.239.128.116]) ([10.239.128.116]) by fmsmga004.fm.intel.com with ESMTP; 14 Aug 2016 19:28:20 -0700 Message-ID: <57B1296C.8050601@intel.com> Date: Mon, 15 Aug 2016 10:31:08 +0800 From: "Liu, Yong" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: Rami Rosen , dts@dpdk.org References: <1471017855-32248-1-git-send-email-rami.rosen@intel.com> In-Reply-To: <1471017855-32248-1-git-send-email-rami.rosen@intel.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [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: Mon, 15 Aug 2016 02:28:25 -0000 Thanks Rami, applied. On 08/13/2016 12:04 AM, Rami Rosen wrote: > 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 > ==========================================================