From 58d3da9eddad28012c16523aa0b5f63dae791bcb Mon Sep 17 00:00:00 2001 From: Helin Zhang Date: Wed, 8 Jul 2015 01:45:20 +0800 Subject: [PATCH] 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 --- doc/guides/rel_notes/abi.rst | 5 +++++ 1 file changed, 5 insertions(+) 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. -- 2.20.1