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 7546FA052E; Mon, 9 Mar 2020 08:16:15 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 494D81BFF2; Mon, 9 Mar 2020 08:16:15 +0100 (CET) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 7348FFEB for ; Mon, 9 Mar 2020 08:16:14 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 09 Mar 2020 00:16:13 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.70,518,1574150400"; d="scan'208";a="321348256" Received: from unknown (HELO dpdk-xiaoqimai-tester.sh.intel.com) ([10.239.250.141]) by orsmga001.jf.intel.com with ESMTP; 09 Mar 2020 00:16:11 -0700 From: Zeng Xiaoxiao To: dts@dpdk.org Cc: Zeng Xiaoxiao Date: Mon, 9 Mar 2020 15:15:31 +0800 Message-Id: <1583738131-109658-1-git-send-email-xiaoxiaox.zeng@intel.com> X-Mailer: git-send-email 1.8.3.1 Subject: [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" Signed-off-by: Zeng Xiaoxiao --- test_plans/shutdown_api_test_plan.rst | 1 + 1 file changed, 1 insertion(+) 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 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