From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 6C37468FC for ; Thu, 10 Nov 2016 12:15:57 +0100 (CET) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga104.jf.intel.com with ESMTP; 10 Nov 2016 03:15:56 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,618,1473145200"; d="scan'208";a="1057810901" Received: from irsmsx153.ger.corp.intel.com ([163.33.192.75]) by orsmga001.jf.intel.com with ESMTP; 10 Nov 2016 03:15:55 -0800 Received: from irsmsx105.ger.corp.intel.com ([169.254.7.177]) by IRSMSX153.ger.corp.intel.com ([169.254.9.226]) with mapi id 14.03.0248.002; Thu, 10 Nov 2016 11:15:54 +0000 From: "Ananyev, Konstantin" To: Thomas Monjalon , "Kulasek, TomaszX" CC: "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH] doc: postpone ABI changes for Tx prepare Thread-Index: AQHSOtkRxCrSnm0gokim7bmTl8sAaqDSEUpQ Date: Thu, 10 Nov 2016 11:15:54 +0000 Message-ID: <2601191342CEEE43887BDE71AB9772583F0D3539@irsmsx105.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-IE, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [163.33.239.181] 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 11:15:57 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Thomas Monjalon > Sent: Wednesday, November 9, 2016 10:31 PM > To: Kulasek, TomaszX > Cc: dev@dpdk.org > Subject: [dpdk-dev] [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 verificati= on > +* In 17.02 ABI changes are planned: the ``rte_eth_dev`` structure will b= e > + extended with new function pointer ``tx_pkt_prepare`` allowing verific= ation > and processing of packet burst to meet HW specific requirements before > transmit. Also new fields will be added to the ``rte_eth_desc_lim`` st= ructure: > ``nb_seg_max`` and ``nb_mtu_seg_max`` providing information about numb= er of > -- Acked-by: Konstantin Ananyev > 2.7.0