From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 2DAAA3794 for ; Thu, 10 Nov 2016 11:26:10 +0100 (CET) Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga101.jf.intel.com with ESMTP; 10 Nov 2016 02:26:10 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,618,1473145200"; d="scan'208";a="29628220" Received: from irsmsx154.ger.corp.intel.com ([163.33.192.96]) by fmsmga006.fm.intel.com with ESMTP; 10 Nov 2016 02:26:09 -0800 Received: from irsmsx102.ger.corp.intel.com ([169.254.2.226]) by IRSMSX154.ger.corp.intel.com ([169.254.12.147]) with mapi id 14.03.0248.002; Thu, 10 Nov 2016 10:26:08 +0000 From: "Kulasek, TomaszX" To: Thomas Monjalon CC: "dev@dpdk.org" Thread-Topic: [PATCH] doc: postpone ABI changes for Tx prepare Thread-Index: AQHSOtkBI0Vl2rhpNEu44u/hm87AZaDSA5zA Date: Thu, 10 Nov 2016 10:26:08 +0000 Message-ID: <3042915272161B4EB253DA4D77EB373A14F47186@IRSMSX102.ger.corp.intel.com> References: <1478730662-26664-1-git-send-email-thomas.monjalon@6wind.com> In-Reply-To: <1478730662-26664-1-git-send-email-thomas.monjalon@6wind.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: 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 changes for Tx prepare 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: Thu, 10 Nov 2016 10:26:11 -0000 > -----Original Message----- > From: Thomas Monjalon [mailto:thomas.monjalon@6wind.com] > Sent: Wednesday, November 9, 2016 23:31 > To: Kulasek, TomaszX > Cc: dev@dpdk.org > Subject: [PATCH] doc: postpone ABI changes for Tx prepare >=20 > The changes for the feature "Tx prepare" should be made in version 17.02. >=20 > Signed-off-by: Thomas Monjalon > --- > 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 1a9e1ae..ab6014d 100644 > --- a/doc/guides/rel_notes/deprecation.rst > +++ b/doc/guides/rel_notes/deprecation.rst > @@ -8,8 +8,8 @@ API and ABI deprecation notices are to be posted here. > Deprecation Notices > ------------------- >=20 > -* In 16.11 ABI changes are planned: the ``rte_eth_dev`` structure will b= e > - extended with new function pointer ``tx_pkt_prep`` allowing > verification > +* In 17.02 ABI changes are planned: the ``rte_eth_dev`` structure will b= e > + extended with new function pointer ``tx_pkt_prepare`` allowing > verification > and processing of packet burst to meet HW specific requirements before > transmit. Also new fields will be added to the ``rte_eth_desc_lim`` > structure: > ``nb_seg_max`` and ``nb_mtu_seg_max`` providing information about > number of > -- > 2.7.0 Acked-by: Tomasz Kulasek