From c312800944247554256b6c6f7a4e6cfc91305fc0 Mon Sep 17 00:00:00 2001 From: Cristian Dumitrescu Date: Thu, 23 Jul 2015 11:59:49 +0100 Subject: [PATCH] doc: announce ABI change for table library Signed-off-by: Cristian Dumitrescu Acked-by: Jasvinder Singh Acked-by: Daniel Mrzyglod Acked-by: Maciej Gajdzica --- doc/guides/rel_notes/deprecation.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst index 2ea03b3562..e309f02a3a 100644 --- a/doc/guides/rel_notes/deprecation.rst +++ b/doc/guides/rel_notes/deprecation.rst @@ -79,3 +79,13 @@ Deprecation Notices 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. + +* librte_table LPM: A new parameter to hold the table name will be added to + the LPM table parameter structure. + +* librte_table: New functions for table entry bulk add/delete will be added + to the table operations structure. + +* librte_table hash: Key mask parameter will be added to the hash table + parameter structure for 8-byte key and 16-byte key extendible bucket and + LRU tables. -- 2.20.1