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 4192BA0567; Fri, 13 Mar 2020 07:29:32 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 09C6A1C01F; Fri, 13 Mar 2020 07:29:32 +0100 (CET) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 70FA91BFBF for ; Fri, 13 Mar 2020 07:29:30 +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 fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 12 Mar 2020 23:29:29 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.70,547,1574150400"; d="scan'208";a="278111981" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by fmsmga002.fm.intel.com with ESMTP; 12 Mar 2020 23:29:29 -0700 Received: from fmsmsx123.amr.corp.intel.com (10.18.125.38) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.439.0; Thu, 12 Mar 2020 23:29:29 -0700 Received: from shsmsx153.ccr.corp.intel.com (10.239.6.53) by fmsmsx123.amr.corp.intel.com (10.18.125.38) with Microsoft SMTP Server (TLS) id 14.3.439.0; Thu, 12 Mar 2020 23:29:28 -0700 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.43]) by SHSMSX153.ccr.corp.intel.com ([169.254.12.96]) with mapi id 14.03.0439.000; Fri, 13 Mar 2020 14:29:26 +0800 From: "Tu, Lijuan" To: "Xie, WeiX" , "dts@dpdk.org" CC: "Xie, WeiX" Thread-Topic: [dts] [PATCH V1] conf/test_case_supportlist:only x550 and x540 support jumboframe Thread-Index: AQHV8eqlKMN677fkxEejTKAJfadWn6hGHZ0Q Date: Fri, 13 Mar 2020 06:29:25 +0000 Message-ID: <8CE3E05A3F976642AAB0F4675D0AD20E0BBEC6CC@SHSMSX101.ccr.corp.intel.com> References: <1583302096-37270-1-git-send-email-weix.xie@intel.com> In-Reply-To: <1583302096-37270-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 V1] conf/test_case_supportlist:only x550 and x540 support jumboframe 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: Wednesday, March 4, 2020 2:08 PM > To: dts@dpdk.org > Cc: Xie, WeiX > Subject: [dts] [PATCH V1] conf/test_case_supportlist:only x550 and x540 > support jumboframe >=20 >=20 > Signed-off-by: Xie Wei > --- > conf/test_case_supportlist.json | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) >=20 > diff --git a/conf/test_case_supportlist.json b/conf/test_case_supportlist= .json > index 8d30513..5e921ad 100644 > --- a/conf/test_case_supportlist.json > +++ b/conf/test_case_supportlist.json > @@ -1741,13 +1741,14 @@ > "ALL" > ], > "NIC": [ > - "niantic" > + "sageville", > + "twinpond" > ], > "Target": [ > "ALL" > ], > "Bug ID": "", > - "Comments": "This case currently support for niantic" > + "Comments": "This case currently support for x550/x540" > } > ], > "perf_kernel_pf_dpdk_iavf_perf_host_only": [ > -- > 2.17.2