From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 6D2D210A7 for ; Mon, 12 Dec 2016 02:43:25 +0100 (CET) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga102.jf.intel.com with ESMTP; 11 Dec 2016 17:43:24 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,334,1477983600"; d="scan'208";a="1070896902" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by orsmga001.jf.intel.com with ESMTP; 11 Dec 2016 17:43:24 -0800 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.248.2; Sun, 11 Dec 2016 17:43:23 -0800 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.11]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.116]) with mapi id 14.03.0248.002; Mon, 12 Dec 2016 09:43:21 +0800 From: "Yang, Qiming" To: "Horton, Remy" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH v2 0/5] example/ethtool: add bus info and fw version get Thread-Index: AQHST5FW5SrX8XL0EEORqzsE5IcTEKD9NmYAgAZbr2A= Date: Mon, 12 Dec 2016 01:43:20 +0000 Message-ID: References: <1479375779-46629-2-git-send-email-qiming.yang@intel.com> <1481008582-69416-1-git-send-email-qiming.yang@intel.com> In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMDY5NmEyNTItM2U3NS00NTcwLTgzMDgtNTQ4MDVhMzZiYWM0IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6ImNcLzkrekZNZlMxXC91SyswdEF4RU9wY3dSTnkxNW4yc3BoQXZaZFpKUkVoTT0ifQ== x-ctpclassification: CTP_IC 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: [dpdk-dev] [PATCH v2 0/5] example/ethtool: add bus info and fw version get X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Dec 2016 01:43:26 -0000 Hi, Remy I'll add this update in v3 patch, thank you for your remind. BTW, It looks like Yigit don't agree the implement we used, he think we'd b= etter not add a new ops to get this info. -----Original Message----- From: Horton, Remy=20 Sent: Thursday, December 8, 2016 4:34 PM To: Yang, Qiming ; dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH v2 0/5] example/ethtool: add bus info and fw= version get On 06/12/2016 15:16, Qiming Yang wrote: [..] > Qiming Yang (5): > ethdev: add firmware version get > net/e1000: add firmware version get > net/ixgbe: add firmware version get > net/i40e: add firmware version get > ethtool: dispaly bus info and firmware version s/dispaly/display doc/guides/rel_notes/release_17_02.rst ought to be updated as well. Code it= self looks ok though.. Acked-by: Remy Horton