From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 623341E20 for ; Mon, 16 Jan 2017 09:13:25 +0100 (CET) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga105.fm.intel.com with ESMTP; 16 Jan 2017 00:13:25 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,238,1477983600"; d="scan'208";a="1094628073" Received: from shecgisg006.sh.intel.com ([10.239.39.68]) by fmsmga001.fm.intel.com with ESMTP; 16 Jan 2017 00:13:20 -0800 Received: from shecgisg006.sh.intel.com (localhost [127.0.0.1]) by shecgisg006.sh.intel.com with ESMTP id v0G8DJ5q020913; Mon, 16 Jan 2017 16:13:19 +0800 Received: (from yufengmx@localhost) by shecgisg006.sh.intel.com with œ id v0G8DJ0Q020909; Mon, 16 Jan 2017 16:13:19 +0800 From: Yufen Mo To: dts@dpdk.org Cc: yufengmx Date: Mon, 16 Jan 2017 16:13:16 +0800 Message-Id: <1484554397-20716-2-git-send-email-yufengx.mo@intel.com> X-Mailer: git-send-email 1.7.0.7 In-Reply-To: <1484554397-20716-1-git-send-email-yufengx.mo@intel.com> References: <1484554397-20716-1-git-send-email-yufengx.mo@intel.com> Subject: [dts] [PATCH V2 1/2] userspace_ethtool: update test plan. 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: , X-List-Received-Date: Mon, 16 Jan 2017 08:13:26 -0000 From: yufengmx *. add nic's firmware/bus-info information query checking Signed-off-by: yufengmx --- test_plans/userspace_ethtool_test_plan.rst | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/test_plans/userspace_ethtool_test_plan.rst b/test_plans/userspace_ethtool_test_plan.rst index 83e7fac..498cc38 100644 --- a/test_plans/userspace_ethtool_test_plan.rst +++ b/test_plans/userspace_ethtool_test_plan.rst @@ -65,8 +65,12 @@ dumped information, which are dumped separately by dpdk's ethtool and linux's ethtool, were exactly the same. EthApp> drvinfo - Port 0 driver: rte_ixgbe_pmd (ver: RTE 2.1.0) - Port 1 driver: rte_ixgbe_pmd (ver: RTE 2.1.0) + Port 0 driver: net_ixgbe (ver: DPDK 17.02.0-rc0) + bus-info: 0000:84:00.0 + firmware-version: 0x61bf0001 + Port 1 driver: net_ixgbe (ver: DPDK 17.02.0-rc0) + bus-info: 0000:84:00.1 + firmware-version: 0x61bf0001 Use "link" command to dump all ports link status. Notice:: On FVL, link detect need a physical link disconnect. -- 1.9.3