From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id E2598D4EC for ; Fri, 11 Nov 2016 02:26:46 +0100 (CET) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga101.fm.intel.com with ESMTP; 10 Nov 2016 17:26:45 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,620,1473145200"; d="scan'208";a="1083697242" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by fmsmga002.fm.intel.com with ESMTP; 10 Nov 2016 17:26:45 -0800 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.248.2; Thu, 10 Nov 2016 17:26:45 -0800 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.96]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.96]) with mapi id 14.03.0248.002; Fri, 11 Nov 2016 09:26:41 +0800 From: "Zhang, Helin" To: "Yang, Qiming" , "dev@dpdk.org" CC: "Yang, Qiming" Thread-Topic: [dpdk-dev] [PATCH] doc: announce ABI change for ethtool app enhance Thread-Index: AQHSIdvdpLRDAf7rLEuRrPOoELD53qDTMXOQ Date: Fri, 11 Nov 2016 01:26:40 +0000 Message-ID: References: <1475983002-72869-1-git-send-email-qiming.yang@intel.com> In-Reply-To: <1475983002-72869-1-git-send-email-qiming.yang@intel.com> Accept-Language: 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: [dpdk-dev] [PATCH] doc: announce ABI change for ethtool app enhance X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Nov 2016 01:26:47 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Qiming Yang > Sent: Sunday, October 9, 2016 11:17 AM > To: dev@dpdk.org > Cc: Yang, Qiming > Subject: [dpdk-dev] [PATCH] doc: announce ABI change for ethtool app > enhance >=20 > This patch adds a notice that the ABI change for ethtool app to get the N= IC > firmware version in the 17.02 release. >=20 > Signed-off-by: Qiming Yang Acked-by: Helin Zhang > --- > doc/guides/rel_notes/deprecation.rst | 4 ++++ > 1 file changed, 4 insertions(+) >=20 > diff --git a/doc/guides/rel_notes/deprecation.rst > b/doc/guides/rel_notes/deprecation.rst > index 845d2aa..60bd7ed 100644 > --- a/doc/guides/rel_notes/deprecation.rst > +++ b/doc/guides/rel_notes/deprecation.rst > @@ -62,3 +62,7 @@ Deprecation Notices > * API will change for ``rte_port_source_params`` and > ``rte_port_sink_params`` > structures. The member ``file_name`` data type will be changed from > ``char *`` to ``const char *``. This change targets release 16.11. > + > +* In 17.02 ABI change is planned: the ``rte_eth_dev_info`` structure > + will be extended with a new member ``fw_version`` in order to store > + the NIC firmware version. > -- > 2.7.4