From: Cristian Dumitrescu Date: Thu, 16 Jul 2015 15:27:02 +0000 (+0100) Subject: doc: announce ABI change for port library X-Git-Tag: spdx-start~8518 X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=65cd033c4fcfa66e3ebc06635d74b8160a16f3f3;p=dpdk.git doc: announce ABI change for port library Signed-off-by: Cristian Dumitrescu Acked-by: Jasvinder Singh Acked-by: Maciej Gajdzica Acked-by: Daniel Mrzyglod --- diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst index 5cf01a42d5..2ea03b3562 100644 --- a/doc/guides/rel_notes/deprecation.rst +++ b/doc/guides/rel_notes/deprecation.rst @@ -74,3 +74,8 @@ Deprecation Notices * librte_cfgfile: In order to allow for longer names and values, the value of macros CFG_NAME_LEN and CFG_NAME_VAL will be increased. Most likely, the new values will be 64 and 256, respectively. + +* librte_port: Macros to access the packet meta-data stored within the + packet buffer will be adjusted to cover the packet mbuf structure as well, + as currently they are able to access any packet buffer location except the + packet mbuf structure.