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 88958A056D; Tue, 3 Mar 2020 08:57:54 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 67DC51BFF2; Tue, 3 Mar 2020 08:57:54 +0100 (CET) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by dpdk.org (Postfix) with ESMTP id EA8D83B5 for ; Tue, 3 Mar 2020 08:57:52 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 02 Mar 2020 23:57:52 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.70,510,1574150400"; d="scan'208";a="274102500" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by fmsmga002.fm.intel.com with ESMTP; 02 Mar 2020 23:57:52 -0800 Received: from fmsmsx602.amr.corp.intel.com (10.18.126.82) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.439.0; Mon, 2 Mar 2020 23:57:51 -0800 Received: from fmsmsx602.amr.corp.intel.com (10.18.126.82) by fmsmsx602.amr.corp.intel.com (10.18.126.82) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Mon, 2 Mar 2020 23:57:51 -0800 Received: from shsmsx102.ccr.corp.intel.com (10.239.4.154) by fmsmsx602.amr.corp.intel.com (10.18.126.82) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256) id 15.1.1713.5 via Frontend Transport; Mon, 2 Mar 2020 23:57:51 -0800 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.43]) by shsmsx102.ccr.corp.intel.com ([169.254.2.50]) with mapi id 14.03.0439.000; Tue, 3 Mar 2020 15:57:49 +0800 From: "Tu, Lijuan" To: "Xie, WeiX" , "dts@dpdk.org" CC: "Xie, WeiX" Thread-Topic: [dts] [PATCH V3] conf/test_case_supportlist: this new case only supported ixgbe Thread-Index: AQHV8S/Qt7T0Pgtq+Umn5ALzjTjGjag2gHbQ Date: Tue, 3 Mar 2020 07:57:48 +0000 Message-ID: <8CE3E05A3F976642AAB0F4675D0AD20E0BBE943E@SHSMSX101.ccr.corp.intel.com> References: <1583221884-18911-1-git-send-email-weix.xie@intel.com> In-Reply-To: <1583221884-18911-1-git-send-email-weix.xie@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.2.0.6 dlp-reaction: no-action 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 V3] conf/test_case_supportlist: this new case only supported ixgbe 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 Xie Wei > Sent: Tuesday, March 3, 2020 3:51 PM > To: dts@dpdk.org > Cc: Xie, WeiX > Subject: [dts] [PATCH V3] conf/test_case_supportlist: this new case only > supported ixgbe >=20 > Signed-off-by: Xie Wei > --- > conf/test_case_supportlist.json | 15 +++++++++++++++ > 1 file changed, 15 insertions(+) >=20 > diff --git a/conf/test_case_supportlist.json b/conf/test_case_supportlist= .json > index 63aeb4e..46e0a82 100644 > --- a/conf/test_case_supportlist.json > +++ b/conf/test_case_supportlist.json > @@ -1734,5 +1734,20 @@ > "Bug ID": "", > "Comments": "this case only support on fortville" > } > + ], > + "ixgbe_vf_jumboframe": [ > + { > + "OS": [ > + "ALL" > + ], > + "NIC": [ > + "niantic" > + ], > + "Target": [ > + "ALL" > + ], > + "Bug ID": "", > + "Comments": "This case currently support for niantic" > + } > ] > } > -- > 2.17.2