doc: announce ABI change for table library
authorCristian Dumitrescu <cristian.dumitrescu@intel.com>
Thu, 23 Jul 2015 10:59:49 +0000 (11:59 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Sat, 15 Aug 2015 22:03:14 +0000 (00:03 +0200)
Signed-off-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
Acked-by: Jasvinder Singh <jasvinder.singh@intel.com>
Acked-by: Daniel Mrzyglod <danielx.t.mrzyglod@intel.com>
Acked-by: Maciej Gajdzica <maciejx.t.gajdzica@intel.com>
doc/guides/rel_notes/deprecation.rst

index 2ea03b3..e309f02 100644 (file)
@@ -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.