From 65cd033c4fcfa66e3ebc06635d74b8160a16f3f3 Mon Sep 17 00:00:00 2001 From: Cristian Dumitrescu Date: Thu, 16 Jul 2015 16:27:02 +0100 Subject: [PATCH] doc: announce ABI change for port library Signed-off-by: Cristian Dumitrescu Acked-by: Jasvinder Singh Acked-by: Maciej Gajdzica Acked-by: Daniel Mrzyglod --- doc/guides/rel_notes/deprecation.rst | 5 +++++ 1 file changed, 5 insertions(+) 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. -- 2.20.1