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 8D3BEA0567; Fri, 13 Mar 2020 07:33:24 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 8537D1C02B; Fri, 13 Mar 2020 07:33:24 +0100 (CET) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 954E71C011 for ; Fri, 13 Mar 2020 07:33:22 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 12 Mar 2020 23:33:21 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.70,547,1574150400"; d="scan'208";a="235246996" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by fmsmga007.fm.intel.com with ESMTP; 12 Mar 2020 23:33:21 -0700 Received: from fmsmsx111.amr.corp.intel.com (10.18.116.5) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.439.0; Thu, 12 Mar 2020 23:33:21 -0700 Received: from shsmsx108.ccr.corp.intel.com (10.239.4.97) by fmsmsx111.amr.corp.intel.com (10.18.116.5) with Microsoft SMTP Server (TLS) id 14.3.439.0; Thu, 12 Mar 2020 23:33:20 -0700 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.43]) by SHSMSX108.ccr.corp.intel.com ([169.254.8.235]) with mapi id 14.03.0439.000; Fri, 13 Mar 2020 14:33:19 +0800 From: "Tu, Lijuan" To: "Zeng, XiaoxiaoX" , "dts@dpdk.org" CC: "Zeng, XiaoxiaoX" Thread-Topic: [dts] [PATCH V1] conf/checklist:add shutdownapi_change_linkspeed_vf_checklist Thread-Index: AQHV9eLJAIwGpLqcy0Sda79fQex7KqhGFsew Date: Fri, 13 Mar 2020 06:33:18 +0000 Message-ID: <8CE3E05A3F976642AAB0F4675D0AD20E0BBEC7BC@SHSMSX101.ccr.corp.intel.com> References: <1583738178-109987-1-git-send-email-xiaoxiaox.zeng@intel.com> In-Reply-To: <1583738178-109987-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 V1] conf/checklist:add shutdownapi_change_linkspeed_vf_checklist 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: Monday, March 9, 2020 3:16 PM > To: dts@dpdk.org > Cc: Zeng, XiaoxiaoX > Subject: [dts] [PATCH V1] conf/checklist:add > shutdownapi_change_linkspeed_vf_checklist >=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 5c84004..ba4e201 100644 > --- a/conf/test_case_checklist.json > +++ b/conf/test_case_checklist.json > @@ -2663,6 +2663,24 @@ > "Bug ID": "", > "Comments": "the nic not support this case" > } > + ], > + "change_linkspeed_vf": [ > + { > + "OS": [ > + "ALL" > + ], > + "NIC": [ > + "powerville", > + "springville", > + "columbiaville_25g", > + "columbiaville_100g" > + ], > + "Target": [ > + "ALL" > + ], > + "Bug ID": "", > + "Comments": "only i40e and ixgbe driver support this case" > + } > ] >=20 > } > -- > 1.8.3.1