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 9F502A6A for ; Mon, 15 Aug 2016 04:28:34 +0200 (CEST) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga102.fm.intel.com with ESMTP; 14 Aug 2016 19:28:33 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.28,522,1464678000"; d="scan'208";a="155737663" 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:33 -0700 Message-ID: <57B12979.9070400@intel.com> Date: Mon, 15 Aug 2016 10:31:21 +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: <1471018146-32385-1-git-send-email-rami.rosen@intel.com> In-Reply-To: <1471018146-32385-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: nvgre - 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:35 -0000 Thanks Rami, applied. On 08/13/2016 12:09 AM, Rami Rosen wrote: > This patch fixes trivial typos in test_plans/vxlan_test_plan.rst. > > Signed-off-by: Rami Rosen > --- > test_plans/nvgre_test_plan.rst | 10 +++++----- > 1 file changed, 5 insertions(+), 5 deletions(-) > > diff --git a/test_plans/nvgre_test_plan.rst b/test_plans/nvgre_test_plan.rst > index 4e4a9f4..061682b 100644 > --- a/test_plans/nvgre_test_plan.rst > +++ b/test_plans/nvgre_test_plan.rst > @@ -184,15 +184,15 @@ Add NVGRE filter as table listed first:: > > Validte the filter command with wrong parameter:: > > -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: NVGRE IPv6 Filter > ========================