From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id B601A1BE5D for ; Sat, 22 Dec 2018 02:27:08 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 21 Dec 2018 17:27:07 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,383,1539673200"; d="scan'208";a="132033324" Received: from dts-maintain.sh.intel.com (HELO [10.67.119.110]) ([10.67.119.110]) by fmsmga001.fm.intel.com with ESMTP; 21 Dec 2018 17:27:06 -0800 To: Rami Rosen , dts@dpdk.org References: <20181218081216.10319-1-ramirose@gmail.com> From: Lijuan Tu Message-ID: Date: Sat, 22 Dec 2018 17:54:51 +0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0 MIME-Version: 1.0 In-Reply-To: <20181218081216.10319-1-ramirose@gmail.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: en-US Subject: Re: [dts] [PATCH] test_plans: fix VF vlan test plan 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: Sat, 22 Dec 2018 01:27:09 -0000 Applied, thanks On 2018年12月18日 16:12, Rami Rosen wrote: > Add more comeplete details (with wrong =>with wrong vlan id) > in step 4 in "Test Case 1: Add port based vlan on VF" section > of the VF vlan test plan. > > Signed-off-by: Rami Rosen > --- > test_plans/vf_vlan_test_plan.rst | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/test_plans/vf_vlan_test_plan.rst b/test_plans/vf_vlan_test_plan.rst > index 49d7c37..e60f253 100644 > --- a/test_plans/vf_vlan_test_plan.rst > +++ b/test_plans/vf_vlan_test_plan.rst > @@ -105,7 +105,7 @@ Linux network configuration tool only set pvid on VF devices. > > 3. Send packet without vlan and check VF can't receive > > -4. Send packet with wrong and check Vf can't receive > +4. Send packet with wrong vlan id and check Vf can't receive > > 5. Check pf device show correct pvid setting:: >