summaryrefslogtreecommitdiff
path: root/test_plans
diff options
context:
space:
mode:
authoryufengmx <yufengx.mo@intel.com>2017-01-16 16:52:30 +0800
committerMarvin Liu <yong.liu@intel.com>2017-01-18 16:06:44 +0800
commitb1f4bd974671a6d789f1f5897506d3ec5cdcc4d5 (patch)
treebb7d64d730197b6b296c47f0f7c815f869e459c6 /test_plans
parent6a966bc81fadfe4ab8122aca9d56ca2e854c31af (diff)
test_plans userspace_ethtool: support firmware/bus-info query
Signed-off-by: yufengmx <yufengx.mo@intel.com>
Diffstat (limited to 'test_plans')
-rw-r--r--test_plans/userspace_ethtool_test_plan.rst8
1 files 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.