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 A639DA0559; Mon, 16 Mar 2020 06:42:37 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 5CC5F2BF9; Mon, 16 Mar 2020 06:42:37 +0100 (CET) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id C94CB25D9 for ; Mon, 16 Mar 2020 06:42:35 +0100 (CET) IronPort-SDR: J7jWItMJxSD26+IUWVBJo/ciX2TWpsCQYhMiC2juGUmBUVnwClD7SEtdM1VsnCyNAEQYisGUyP UKd7k625EA2Q== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Mar 2020 22:42:34 -0700 IronPort-SDR: qucJWOUxgkJe7q0MhxsZJdm1RoI9S0bNGpq/GauI797HdYHdoeh/Vjr9STN2la9R0XRik3Ahpj vN6hfFcQmJ+Q== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.70,559,1574150400"; d="scan'208";a="244031064" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by orsmga003.jf.intel.com with ESMTP; 15 Mar 2020 22:42:34 -0700 Received: from fmsmsx118.amr.corp.intel.com (10.18.116.18) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.439.0; Sun, 15 Mar 2020 22:42:33 -0700 Received: from shsmsx104.ccr.corp.intel.com (10.239.4.70) by fmsmsx118.amr.corp.intel.com (10.18.116.18) with Microsoft SMTP Server (TLS) id 14.3.439.0; Sun, 15 Mar 2020 22:42:33 -0700 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.43]) by SHSMSX104.ccr.corp.intel.com ([169.254.5.206]) with mapi id 14.03.0439.000; Mon, 16 Mar 2020 13:42:31 +0800 From: "Tu, Lijuan" To: "Zeng, XiaoxiaoX" , "dts@dpdk.org" CC: "Zeng, XiaoxiaoX" Thread-Topic: [dts] [PATCH V2]test_plans: shutdown_api_testplan add support driver Thread-Index: AQHV+Px/XVBvL83adEic6t//2xgHB6hKuVuQ Date: Mon, 16 Mar 2020 05:42:30 +0000 Message-ID: <8CE3E05A3F976642AAB0F4675D0AD20E0BBED38A@SHSMSX101.ccr.corp.intel.com> References: <1584079078-50219-1-git-send-email-xiaoxiaox.zeng@intel.com> In-Reply-To: <1584079078-50219-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 V2]test_plans: shutdown_api_testplan 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 failed, thanks > -----Original Message----- > From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of Zeng Xiaoxiao > Sent: Friday, March 13, 2020 1:58 PM > To: dts@dpdk.org > Cc: Zeng, XiaoxiaoX > Subject: [dts] [PATCH V2]test_plans: shutdown_api_testplan add support > driver >=20 > Signed-off-by: Zeng Xiaoxiao > --- > test_plans/shutdown_api_test_plan.rst | 2 ++ > 1 file changed, 2 insertions(+) >=20 > diff --git a/test_plans/shutdown_api_test_plan.rst > b/test_plans/shutdown_api_test_plan.rst > index 0968644..ed27255 100644 > --- a/test_plans/shutdown_api_test_plan.rst > +++ b/test_plans/shutdown_api_test_plan.rst > @@ -131,6 +131,7 @@ Test Case: Reconfigure All Ports With The Same > Configurations (CRC) >=20 > Test Case: Change Link Speed > ---------------------------- > +This case support all the nic with driver i40e and ixgbe. >=20 > 1. If the testpmd application is not launched, run it as above command. > Follow > below steps to check if it works well after reconfiguring all ports w= ithout > @@ -146,6 +147,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