From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 0C43114E8 for ; Mon, 16 Jan 2017 09:52:54 +0100 (CET) Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga105.jf.intel.com with ESMTP; 16 Jan 2017 00:52:54 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,238,1477983600"; d="scan'208";a="53755914" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by fmsmga005.fm.intel.com with ESMTP; 16 Jan 2017 00:52:53 -0800 Received: from fmsmsx157.amr.corp.intel.com (10.18.116.73) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.248.2; Mon, 16 Jan 2017 00:52:53 -0800 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by FMSMSX157.amr.corp.intel.com (10.18.116.73) with Microsoft SMTP Server (TLS) id 14.3.248.2; Mon, 16 Jan 2017 00:52:53 -0800 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.88]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.204]) with mapi id 14.03.0248.002; Mon, 16 Jan 2017 16:52:50 +0800 From: "Mo, YufengX" To: "Liu, Yong" CC: "dts@dpdk.org" Thread-Topic: [dts][PATCH V2 1/2] userspace_ethtool: update test plan. Thread-Index: AQHSb9LDu7+M9v5JX06414Kb2eGmgaE6zChQ Importance: low X-Priority: 5 Date: Mon, 16 Jan 2017 08:52:49 +0000 Message-ID: References: <1484555392-32241-1-git-send-email-yufengx.mo@intel.com> <1484555392-32241-2-git-send-email-yufengx.mo@intel.com> In-Reply-To: <1484555392-32241-2-git-send-email-yufengx.mo@intel.com> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [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:52:55 -0000 ignore this mail. =20 > -----Original Message----- > From: Mo, YufengX > Sent: January 16, 2017 4:30 PM > To: dts@dpdk.org > Cc: Mo, YufengX > Subject: [dts][PATCH V2 1/2] userspace_ethtool: update test plan. >=20 > From: yufengmx >=20 >=20 > *. add nic's firmware/bus-info information query checking >=20 > Signed-off-by: yufengmx > --- > test_plans/userspace_ethtool_test_plan.rst | 8 ++++++-- > 1 file changed, 6 insertions(+), 2 deletions(-) >=20 > diff --git a/test_plans/userspace_ethtool_test_plan.rst b/test_plans/user= space_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 dpd= k's ethtool and > linux's ethtool, were exactly the same. >=20 > 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 >=20 > Use "link" command to dump all ports link status. > Notice:: On FVL, link detect need a physical link disconnect. > -- > 1.9.3