From: Helin Zhang Date: Tue, 7 Jul 2015 17:45:20 +0000 (+0800) Subject: doc: announce ABI changes for unified packet type X-Git-Tag: spdx-start~8737 X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=58d3da9eddad28012c16523aa0b5f63dae791bcb;p=dpdk.git doc: announce ABI changes for unified packet type Signed-off-by: Helin Zhang Acked-by: Jingjing Wu [Thomas: reword with NEXT_ABI option] Acked-by: Thomas Monjalon --- diff --git a/doc/guides/rel_notes/abi.rst b/doc/guides/rel_notes/abi.rst index 931e785849..126f73e4f1 100644 --- a/doc/guides/rel_notes/abi.rst +++ b/doc/guides/rel_notes/abi.rst @@ -24,3 +24,8 @@ Deprecation Notices * The Macros RTE_HASH_BUCKET_ENTRIES_MAX and RTE_HASH_KEY_LENGTH_MAX are deprecated and will be removed with version 2.2. + +* Significant ABI changes are planned for struct rte_mbuf, struct rte_kni_mbuf, + and several ``PKT_RX_`` flags will be removed, to support unified packet type + from release 2.1. Those changes may be enabled in the upcoming release 2.1 + with CONFIG_RTE_NEXT_ABI.