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 E18D54C9C for ; Thu, 25 Oct 2018 11:10:47 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 25 Oct 2018 02:10:47 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.54,423,1534834800"; d="scan'208";a="100552326" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by fmsmga004.fm.intel.com with ESMTP; 25 Oct 2018 02:10:47 -0700 Received: from fmsmsx116.amr.corp.intel.com (10.18.116.20) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.319.2; Thu, 25 Oct 2018 02:10:46 -0700 Received: from shsmsx102.ccr.corp.intel.com (10.239.4.154) by fmsmsx116.amr.corp.intel.com (10.18.116.20) with Microsoft SMTP Server (TLS) id 14.3.319.2; Thu, 25 Oct 2018 02:10:47 -0700 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.102]) by shsmsx102.ccr.corp.intel.com ([169.254.2.84]) with mapi id 14.03.0415.000; Thu, 25 Oct 2018 17:10:44 +0800 From: "Tu, Lijuan" To: "Yao, BingX Y" , "dts@dpdk.org" CC: "Yao, BingX Y" Thread-Topic: [dts] [PATCH V1] tests/vlan_ethertype_config:hardware only supports fortville NIC Thread-Index: AQHUbCbhLZp2fpqxVUK2ifvvb178f6UvrJ8g Date: Thu, 25 Oct 2018 09:10:43 +0000 Message-ID: <8CE3E05A3F976642AAB0F4675D0AD20E0B9AC146@SHSMSX101.ccr.corp.intel.com> References: <1540446878-12493-1-git-send-email-bingx.y.yao@intel.com> In-Reply-To: <1540446878-12493-1-git-send-email-bingx.y.yao@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.400.15 dlp-reaction: no-action x-ctpclassification: CTP_NT x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNWU0Y2Y3YjktNzg0Ni00ZDM1LWI5YWYtNjcxZTllYTg2YjVlIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiWkM1ejRqc0lVT0hFaU95QjJUZmFyZjhyc0tLalpJdXk2VWNFcVo4WkZhaXJoK2xhcGxvWHprYmJRQUpkTTVkbiJ9 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] tests/vlan_ethertype_config:hardware only supports fortville NIC 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: Thu, 25 Oct 2018 09:10:48 -0000 Please align your script with your comments. > -----Original Message----- > From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of yaobing > Sent: Thursday, October 25, 2018 1:55 PM > To: dts@dpdk.org > Cc: Yao, BingX Y > Subject: [dts] [PATCH V1] tests/vlan_ethertype_config:hardware only > supports fortville NIC >=20 > check rst script find that hardware only supports Fortville NIC (4x 10G o= r > 2x10G or 2x40G or 1x10G) >=20 > Signed-off-by: yaobing > --- > conf/test_case_supportlist.json | 16 ++++++++++++++++ > 1 file changed, 16 insertions(+) >=20 > diff --git a/conf/test_case_supportlist.json > b/conf/test_case_supportlist.json index f97b90d..8e76521 100644 > --- a/conf/test_case_supportlist.json > +++ b/conf/test_case_supportlist.json > @@ -540,5 +540,21 @@ > "Bug ID": "", > "Comments": "This case only support i40e driver nic" > } > + ], > + "vlan_qinq_tpid": [ > + { > + "OS": [ > + "ALL" > + ], > + "NIC": [ > + "fortville_eagle", > + "fortville_spirit" > + ], > + "Target": [ > + "ALL" > + ], > + "Bug ID": "", > + "Comments": "This case only support fortville nic(4x 10G or > 2x10G or 2x40G or 1x10G)" > + } > ] > } > -- > 2.17.2