From patchwork Tue Aug 11 14:49:44 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Peng, Yuan" X-Patchwork-Id: 75375 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 8203DA04C5; Tue, 11 Aug 2020 09:43:48 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 75EBA1C025; Tue, 11 Aug 2020 09:43:48 +0200 (CEST) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 0D4A21C022 for ; Tue, 11 Aug 2020 09:43:46 +0200 (CEST) IronPort-SDR: TkX0w5/eOSjED6zNimSGlN2xJVG4FU5yccHk+WZthbiV+/NrUgOLBsOWWrwf+lNxdQbbxuNJb9 kZ4iOstmsFGQ== X-IronPort-AV: E=McAfee;i="6000,8403,9709"; a="141542932" X-IronPort-AV: E=Sophos;i="5.75,460,1589266800"; d="scan'208";a="141542932" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 11 Aug 2020 00:43:45 -0700 IronPort-SDR: Tq0ViBlrnaXo9WM4D01K863aBH7tVOt6pkTR8FfJgyKLXBh/GYzdt3Bbec+ZLaSOmSKRvlh61a sVZFnThED5SQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.75,460,1589266800"; d="scan'208";a="290614836" Received: from npg_dpdk_nic_yuanpeng_tester62.sh.intel.com ([10.67.119.61]) by orsmga003.jf.intel.com with ESMTP; 11 Aug 2020 00:43:42 -0700 From: Peng Yuan To: dts@dpdk.org Cc: Peng Yuan Date: Tue, 11 Aug 2020 14:49:44 +0000 Message-Id: <1597157384-169834-1-git-send-email-yuan.peng@intel.com> X-Mailer: git-send-email 2.7.4 Subject: [dts] [PATCH]test_plans: add port infomation change to firmware.cli 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" add port infomation change to firmware.cli Signed-off-by: Peng Yuan diff --git a/test_plans/softnic_test_plan.rst b/test_plans/softnic_test_plan.rst index 59cfde6d..633b0329 100644 --- a/test_plans/softnic_test_plan.rst +++ b/test_plans/softnic_test_plan.rst @@ -55,6 +55,9 @@ Prerequisites ./usertools/dpdk-devbind.py -b igb_uio 05:00.0 2. Change ./drivers/net/softnic/firmware.cli to meet the specific test environment. + Change the DUT port info to the actual port info in your test environment:: + + link LINK dev 0000:05:00.0 3. Start softnic with following command line::