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 57933A00E6 for ; Tue, 6 Aug 2019 11:59:25 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 0D6341BE29; Tue, 6 Aug 2019 11:59:25 +0200 (CEST) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 224C31B957 for ; Tue, 6 Aug 2019 11:59:23 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 06 Aug 2019 02:59:23 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,353,1559545200"; d="scan'208";a="349378873" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by orsmga005.jf.intel.com with ESMTP; 06 Aug 2019 02:59:22 -0700 Received: from fmsmsx153.amr.corp.intel.com (10.18.125.6) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.439.0; Tue, 6 Aug 2019 02:59:19 -0700 Received: from shsmsx104.ccr.corp.intel.com (10.239.4.70) by FMSMSX153.amr.corp.intel.com (10.18.125.6) with Microsoft SMTP Server (TLS) id 14.3.439.0; Tue, 6 Aug 2019 02:59:19 -0700 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.80]) by SHSMSX104.ccr.corp.intel.com ([169.254.5.112]) with mapi id 14.03.0439.000; Tue, 6 Aug 2019 17:59:17 +0800 From: "Tu, Lijuan" To: "Zhao, MeijuanX" , "dts@dpdk.org" CC: "Zhao, MeijuanX" Thread-Topic: [dts] [PATCH V1] test_plans/kernelpf_iavf change verify describe error Thread-Index: AQHVO6lEqNiKfYC2ZUqpn9w6Cyzi1abuA9nA Date: Tue, 6 Aug 2019 09:59:17 +0000 Message-ID: <8CE3E05A3F976642AAB0F4675D0AD20E0BAFD54C@SHSMSX101.ccr.corp.intel.com> References: <20190716153719.60783-1-meijuanx.zhao@intel.com> In-Reply-To: <20190716153719.60783-1-meijuanx.zhao@intel.com> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.0.600.7 dlp-reaction: no-action x-ctpclassification: CTP_NT x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMzAwZmIzYTctZDdmZS00MzI1LThiOTctOTg5OWU4ZjMzZDgyIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiSHplK1hlT1NMc3lmQWoybGRjd0Y0d3YyWU5yUXQ0WExDUDBLQUREWWRySkhcL2lPaTZYV0VlWGNMRGNOcGZMSFAifQ== x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dts] [PATCH V1] test_plans/kernelpf_iavf change verify describe error 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" Applied, thanks > -----Original Message----- > From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of zhaomeijuan > Sent: Tuesday, July 16, 2019 11:37 PM > To: dts@dpdk.org > Cc: Zhao, MeijuanX > Subject: [dts] [PATCH V1] test_plans/kernelpf_iavf change verify describe > error >=20 > Signed-off-by: zhaomeijuan > --- > test_plans/kernelpf_iavf_test_plan.rst | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) >=20 > diff --git a/test_plans/kernelpf_iavf_test_plan.rst > b/test_plans/kernelpf_iavf_test_plan.rst > index 1699ef2..31ba975 100644 > --- a/test_plans/kernelpf_iavf_test_plan.rst > +++ b/test_plans/kernelpf_iavf_test_plan.rst > @@ -217,7 +217,7 @@ Start testpmd and send packet without vlan and > check VF can receive >=20 > Set packet with vlan id 0 and check VF can receive >=20 > -Set packet with random id 1-4095 and check VF can't receive > +Set packet with random id 1-4095 and check VF can receive >=20 > Check PF device doesn't show pvid setting:: >=20 > @@ -254,7 +254,7 @@ Send packet with vlan 0 and check VF can receive >=20 > Send packet without vlan and check VF can receive >=20 > -Send packet with vlan 1 and check VF can't receive > +Send packet with vlan 1 and check VF can receive >=20 > Test case: VF vlan insertion > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > -- > 2.17.1