From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 7D0E511C5 for ; Mon, 16 Jan 2017 09:30:00 +0100 (CET) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga101.jf.intel.com with ESMTP; 16 Jan 2017 00:29:53 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,238,1477983600"; d="scan'208";a="923000374" Received: from shecgisg006.sh.intel.com ([10.239.39.68]) by orsmga003.jf.intel.com with ESMTP; 16 Jan 2017 00:29:52 -0800 Received: from shecgisg006.sh.intel.com (localhost [127.0.0.1]) by shecgisg006.sh.intel.com with ESMTP id v0G8Tqvu032421; Mon, 16 Jan 2017 16:29:52 +0800 Received: (from yufengmx@localhost) by shecgisg006.sh.intel.com with œ id v0G8Tq8v032417; Mon, 16 Jan 2017 16:29:52 +0800 From: yufengx.mo@intel.com To: dts@dpdk.org Cc: yufengmx Date: Mon, 16 Jan 2017 16:29:51 +0800 Message-Id: <1484555392-32241-2-git-send-email-yufengx.mo@intel.com> X-Mailer: git-send-email 1.7.0.7 In-Reply-To: <1484555392-32241-1-git-send-email-yufengx.mo@intel.com> References: <1484555392-32241-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:30:00 -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