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 044EF14EC for ; Wed, 10 May 2017 18:31:42 +0200 (CEST) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 10 May 2017 09:31:41 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.38,320,1491289200"; d="scan'208";a="85809224" Received: from irsmsx152.ger.corp.intel.com ([163.33.192.66]) by orsmga004.jf.intel.com with ESMTP; 10 May 2017 09:31:41 -0700 Received: from irsmsx109.ger.corp.intel.com ([169.254.13.12]) by IRSMSX152.ger.corp.intel.com ([169.254.6.231]) with mapi id 14.03.0319.002; Wed, 10 May 2017 17:31:40 +0100 From: "Ananyev, Konstantin" To: "Iremonger, Bernard" , "dev@dpdk.org" CC: "Mcnamara, John" , "Yigit, Ferruh" , "Iremonger, Bernard" Thread-Topic: [dpdk-dev] [PATCH] doc: postpone ABI change in ethdev Thread-Index: AQHSuFtUkqnyFBqaxE21+0G/Ob/QHaHt5QgQ Date: Wed, 10 May 2017 16:31:38 +0000 Message-ID: <2601191342CEEE43887BDE71AB9772583FAF421F@IRSMSX109.ger.corp.intel.com> References: <1492530510-2034-1-git-send-email-bernard.iremonger@intel.com> In-Reply-To: <1492530510-2034-1-git-send-email-bernard.iremonger@intel.com> Accept-Language: en-IE, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 10.0.102.7 dlp-reaction: no-action x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] doc: postpone ABI change in ethdev 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: Wed, 10 May 2017 16:31:43 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Bernard Iremonger > Sent: Tuesday, April 18, 2017 4:49 PM > To: dev@dpdk.org > Cc: Mcnamara, John ; Yigit, Ferruh ; Iremonger, Bernard > > Subject: [dpdk-dev] [PATCH] doc: postpone ABI change in ethdev >=20 > The change of _rte_eth_dev_callback_process has not been done in 17.05. > Let's postpone to 17.08. >=20 > Signed-off-by: Bernard Iremonger > --- > doc/guides/rel_notes/deprecation.rst | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) >=20 > diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/= deprecation.rst > index a3e7c720c..00e379c00 100644 > --- a/doc/guides/rel_notes/deprecation.rst > +++ b/doc/guides/rel_notes/deprecation.rst > @@ -36,8 +36,8 @@ Deprecation Notices > ``eth_driver``. Similarly, ``rte_pci_driver`` is planned to be removed= from > ``rte_cryptodev_driver`` in 17.05. >=20 > -* ethdev: An API change is planned for 17.05 for the function > - ``_rte_eth_dev_callback_process``. In 17.05 the function will return a= n ``int`` > +* ethdev: An API change is planned for 17.08 for the function > + ``_rte_eth_dev_callback_process``. In 17.08 the function will return a= n ``int`` > instead of ``void`` and a fourth parameter ``void *ret_param`` will be= added. >=20 > * ethdev: for 17.05 it is planned to deprecate the following nine rte_et= h_dev_* > -- > 2.11.0 Acked-by: Konstantin Ananyev