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 5FA0DA0567; Fri, 13 Mar 2020 07:33:20 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 55E1F1C029; Fri, 13 Mar 2020 07:33:20 +0100 (CET) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id A7B6B1C011 for ; Fri, 13 Mar 2020 07:33:18 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 12 Mar 2020 23:33:17 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.70,547,1574150400"; d="scan'208";a="243278669" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by orsmga003.jf.intel.com with ESMTP; 12 Mar 2020 23:33:17 -0700 Received: from fmsmsx154.amr.corp.intel.com (10.18.116.70) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.439.0; Thu, 12 Mar 2020 23:33:17 -0700 Received: from shsmsx154.ccr.corp.intel.com (10.239.6.54) by FMSMSX154.amr.corp.intel.com (10.18.116.70) with Microsoft SMTP Server (TLS) id 14.3.439.0; Thu, 12 Mar 2020 23:33:16 -0700 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.43]) by SHSMSX154.ccr.corp.intel.com ([169.254.7.145]) with mapi id 14.03.0439.000; Fri, 13 Mar 2020 14:33:14 +0800 From: "Tu, Lijuan" To: "Zeng, XiaoxiaoX" , "dts@dpdk.org" CC: "Zeng, XiaoxiaoX" Thread-Topic: [dts] [PATCH V1]test_plans/shutdown_api: add support driver Thread-Index: AQHV9eKqLlRv8KCo9EGFDXK4u/SeqKhGFsOg Date: Fri, 13 Mar 2020 06:33:14 +0000 Message-ID: <8CE3E05A3F976642AAB0F4675D0AD20E0BBEC7B3@SHSMSX101.ccr.corp.intel.com> References: <1583738131-109658-1-git-send-email-xiaoxiaox.zeng@intel.com> In-Reply-To: <1583738131-109658-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]test_plans/shutdown_api: add support driver 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]test_plans/shutdown_api: add support driver >=20 > Signed-off-by: Zeng Xiaoxiao > --- > test_plans/shutdown_api_test_plan.rst | 1 + > 1 file changed, 1 insertion(+) >=20 > diff --git a/test_plans/shutdown_api_test_plan.rst > b/test_plans/shutdown_api_test_plan.rst > index 0968644..f14c83c 100644 > --- a/test_plans/shutdown_api_test_plan.rst > +++ b/test_plans/shutdown_api_test_plan.rst > @@ -146,6 +146,7 @@ Test Case: Change Link Speed >=20 > Test Case: Change Link Speed VF > ---------------------------- > +This case support all the nic with driver i40e and ixgbe. >=20 > 1. bind a PF to DPDK:: > ./usertools/dpdk-devbind.py -b igb_uio 1b:00.0 > -- > 1.8.3.1