From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: [PATCH] doc: postpone ABI changes for Tx prepare Date: Wed, 9 Nov 2016 23:31:02 +0100 Message-ID: <1478730662-26664-1-git-send-email-thomas.monjalon@6wind.com> Cc: dev@dpdk.org To: Tomasz Kulasek Return-path: Received: from mail-wm0-f42.google.com (mail-wm0-f42.google.com [74.125.82.42]) by dpdk.org (Postfix) with ESMTP id C4ADB5582 for ; Wed, 9 Nov 2016 23:31:11 +0100 (CET) Received: by mail-wm0-f42.google.com with SMTP id f82so270529695wmf.1 for ; Wed, 09 Nov 2016 14:31:11 -0800 (PST) List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" The changes for the feature "Tx prepare" should be made in version 17.02. Signed-off-by: Thomas Monjalon --- doc/guides/rel_notes/deprecation.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ------------------- -* In 16.11 ABI changes are planned: the ``rte_eth_dev`` structure will be - extended with new function pointer ``tx_pkt_prep`` allowing verification +* In 17.02 ABI changes are planned: the ``rte_eth_dev`` structure will be + 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