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 C7DDEA046B for ; Thu, 25 Jul 2019 13:36:01 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id BF1FF1C30D; Thu, 25 Jul 2019 13:36:01 +0200 (CEST) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id 3BA7B1C309 for ; Thu, 25 Jul 2019 13:36:00 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 25 Jul 2019 04:35:59 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,306,1559545200"; d="scan'208";a="189301922" Received: from unknown (HELO localhost.localdomain.sh.intel.com) ([10.240.176.135]) by fmsmga001.fm.intel.com with ESMTP; 25 Jul 2019 04:35:58 -0700 From: Wenjie Li To: dts@dpdk.org Cc: Wenjie Li Date: Thu, 25 Jul 2019 19:40:37 +0800 Message-Id: <1564054837-58879-1-git-send-email-wenjiex.a.li@intel.com> X-Mailer: git-send-email 1.9.3 Subject: [dts] [PATCH V1] test_plans/enable_package_download_in_ice_driver: align changes with dpdk 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" align changes with dpdk 603beeb970b5d87, use "-w PORT_PCI,safe-mode-support=1" to enter safe mode Signed-off-by: Wenjie Li --- .../enable_package_download_in_ice_driver_test_plan.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/test_plans/enable_package_download_in_ice_driver_test_plan.rst b/test_plans/enable_package_download_in_ice_driver_test_plan.rst index a6dcfc2..e72f876 100644 --- a/test_plans/enable_package_download_in_ice_driver_test_plan.rst +++ b/test_plans/enable_package_download_in_ice_driver_test_plan.rst @@ -112,6 +112,12 @@ Test case 2: failed to download pkg The driver need to go to safe mode. + After DPDK 603beeb970b5d87, start testpmd with:: + + ./testpmd -c 0x3fe -n 6 \ + -w PORT0_PCI,safe-mode-support=1 -w PORT1_PCI,safe-mode-support=1 \ + -- -i --nb-cores=8 --rxq=8 --txq=8 --port-topology=chained + 3. Normal forward Set forward mode:: -- 2.17.1