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>
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.