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 E634AA0567; Fri, 13 Mar 2020 06:58:50 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id DCE422BAA; Fri, 13 Mar 2020 06:58:50 +0100 (CET) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id 9F113FEB for ; Fri, 13 Mar 2020 06:58:48 +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 fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 12 Mar 2020 22:58:47 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.70,547,1574150400"; d="scan'208";a="278102042" Received: from unknown (HELO dpdk-xiaoqimai-tester.sh.intel.com) ([10.239.250.141]) by fmsmga002.fm.intel.com with ESMTP; 12 Mar 2020 22:58:46 -0700 From: Zeng Xiaoxiao To: dts@dpdk.org Cc: Zeng Xiaoxiao Date: Fri, 13 Mar 2020 13:57:58 +0800 Message-Id: <1584079078-50219-1-git-send-email-xiaoxiaox.zeng@intel.com> X-Mailer: git-send-email 1.8.3.1 Subject: [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" Signed-off-by: Zeng Xiaoxiao --- test_plans/shutdown_api_test_plan.rst | 2 ++ 1 file changed, 2 insertions(+) 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) Test Case: Change Link Speed ---------------------------- +This case support all the nic with driver i40e and ixgbe. 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 without @@ -146,6 +147,7 @@ Test Case: Change Link Speed Test Case: Change Link Speed VF ---------------------------- +This case support all the nic with driver i40e and ixgbe. 1. bind a PF to DPDK:: ./usertools/dpdk-devbind.py -b igb_uio 1b:00.0 -- 1.8.3.1