From: Cristian Dumitrescu Date: Thu, 23 Jul 2015 10:59:49 +0000 (+0100) Subject: doc: announce ABI change for table library X-Git-Tag: spdx-start~8517 X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=c312800944247554256b6c6f7a4e6cfc91305fc0;p=dpdk.git doc: announce ABI change for table library Signed-off-by: Cristian Dumitrescu Acked-by: Jasvinder Singh Acked-by: Daniel Mrzyglod Acked-by: Maciej Gajdzica --- 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.