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 9436E14E8 for ; Mon, 16 Jan 2017 09:52:34 +0100 (CET) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga105.fm.intel.com with ESMTP; 16 Jan 2017 00:52:33 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,238,1477983600"; d="scan'208";a="213828562" Received: from shecgisg006.sh.intel.com ([10.239.39.68]) by fmsmga004.fm.intel.com with ESMTP; 16 Jan 2017 00:52:32 -0800 Received: from shecgisg006.sh.intel.com (localhost [127.0.0.1]) by shecgisg006.sh.intel.com with ESMTP id v0G8qW5p035115; Mon, 16 Jan 2017 16:52:32 +0800 Received: (from yufengmx@localhost) by shecgisg006.sh.intel.com with œ id v0G8qWeg035111; Mon, 16 Jan 2017 16:52:32 +0800 From: yufengx.mo@intel.com To: dts@dpdk.org Cc: yufengmx Date: Mon, 16 Jan 2017 16:52:30 +0800 Message-Id: <1484556752-34932-2-git-send-email-yufengx.mo@intel.com> X-Mailer: git-send-email 1.7.0.7 In-Reply-To: <1484556752-34932-1-git-send-email-yufengx.mo@intel.com> References: <1484556752-34932-1-git-send-email-yufengx.mo@intel.com> Subject: [dts] [PATCH V3 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:52:35 -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