From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 602972BDF for ; Tue, 25 Oct 2016 04:53:16 +0200 (CEST) Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga102.fm.intel.com with ESMTP; 24 Oct 2016 19:53:15 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,544,1473145200"; d="scan'208";a="23216182" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by fmsmga006.fm.intel.com with ESMTP; 24 Oct 2016 19:53:15 -0700 Received: from fmsmsx151.amr.corp.intel.com (10.18.125.4) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.248.2; Mon, 24 Oct 2016 19:53:15 -0700 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by FMSMSX151.amr.corp.intel.com (10.18.125.4) with Microsoft SMTP Server (TLS) id 14.3.248.2; Mon, 24 Oct 2016 19:53:15 -0700 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.104]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.2]) with mapi id 14.03.0248.002; Tue, 25 Oct 2016 10:53:13 +0800 From: "Xing, Beilei" To: "Yang, Qiming" , "dev@dpdk.org" CC: "Yang, Qiming" Thread-Topic: [dpdk-dev] [PATCH] doc: announce ABI change for ethtool app enhance Thread-Index: AQHSIdvd3pPkqieAp0+kGX7VDVYMPqC4kb2A Date: Tue, 25 Oct 2016 02:53:12 +0000 Message-ID: <94479800C636CB44BD422CB454846E012E9FC68D@SHSMSX101.ccr.corp.intel.com> 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: Tue, 25 Oct 2016 02:53:16 -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 > --- > 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 Acked-by: Beilei Xing