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 46B00A0583; Fri, 20 Mar 2020 09:09:18 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 325582BF2; Fri, 20 Mar 2020 09:09:18 +0100 (CET) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 2D8502BB9 for ; Fri, 20 Mar 2020 09:09:15 +0100 (CET) IronPort-SDR: QbqC/3RXpttomC5yCUCiuDJ0KIcLMQnzwPM+ScjtepXfqBhkXPxdYzdZCfzelVFnV7oR6S3abr Mx+kucNnnlwQ== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Mar 2020 01:09:15 -0700 IronPort-SDR: yFytVe3VCpHzKnccqv5eBDFB4hLDfDDB8zlpsRFdCMh5BrFYqrRaAAHT3BhR+pH3Oi6CHNFLpc U4yOgPf7sUlw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.72,283,1580803200"; d="scan'208";a="245421155" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by orsmga003.jf.intel.com with ESMTP; 20 Mar 2020 01:09:15 -0700 Received: from fmsmsx102.amr.corp.intel.com (10.18.124.200) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.439.0; Fri, 20 Mar 2020 01:09:15 -0700 Received: from shsmsx153.ccr.corp.intel.com (10.239.6.53) by FMSMSX102.amr.corp.intel.com (10.18.124.200) with Microsoft SMTP Server (TLS) id 14.3.439.0; Fri, 20 Mar 2020 01:09:14 -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, 20 Mar 2020 16:09:12 +0800 From: "Tu, Lijuan" To: "Zeng, XiaoxiaoX" , "dts@dpdk.org" CC: "Zeng, XiaoxiaoX" Thread-Topic: [dts] [PATCH V3] conf/checklist: add change_linkspeed support Thread-Index: AQHV/FFN0zFB/htZpU6k5V7bG9HMpahRJQRQ Date: Fri, 20 Mar 2020 08:09:11 +0000 Message-ID: <8CE3E05A3F976642AAB0F4675D0AD20E0BBEFAE7@SHSMSX101.ccr.corp.intel.com> References: <1584445333-87591-1-git-send-email-xiaoxiaox.zeng@intel.com> In-Reply-To: <1584445333-87591-1-git-send-email-xiaoxiaox.zeng@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/checklist: add change_linkspeed support 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 Zeng Xiaoxiao > Sent: Tuesday, March 17, 2020 7:42 PM > To: dts@dpdk.org > Cc: Zeng, XiaoxiaoX > Subject: [dts] [PATCH V3] conf/checklist: add change_linkspeed support >=20 > Signed-off-by: Zeng Xiaoxiao > --- > conf/test_case_checklist.json | 18 ++++++++++++++++++ > 1 file changed, 18 insertions(+) >=20 > diff --git a/conf/test_case_checklist.json b/conf/test_case_checklist.jso= n > index ba4e201..7679049 100644 > --- a/conf/test_case_checklist.json > +++ b/conf/test_case_checklist.json > @@ -2664,6 +2664,24 @@ > "Comments": "the nic not support this case" > } > ], > + "change_linkspeed": [ > + { > + "OS": [ > + "ALL" > + ], > + "NIC": [ > + "powerville", > + "springville", > + "columbiaville_25g", > + "columbiaville_100g" > + ], > + "Target": [ > + "ALL" > + ], > + "Bug ID": "", > + "Comments": "only i40e and ixgbe driver support this case" > + } > + ], > "change_linkspeed_vf": [ > { > "OS": [ > -- > 1.8.3.1