[dpdk-dev] [PATCH] doc: announce ABI change for librte_table

Cristian Dumitrescu cristian.dumitrescu at intel.com
Thu Jul 16 18:59:49 CEST 2015


Signed-off-by: Cristian Dumitrescu <cristian.dumitrescu at intel.com>
---
 doc/guides/rel_notes/abi.rst |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/doc/guides/rel_notes/abi.rst b/doc/guides/rel_notes/abi.rst
index 9e98d62..aa7c036 100644
--- a/doc/guides/rel_notes/abi.rst
+++ b/doc/guides/rel_notes/abi.rst
@@ -34,3 +34,11 @@ Deprecation Notices
   creates a dummy/empty malloc library to fulfill binaries with dynamic linking
   dependencies on librte_malloc.so. Such dummy library will not be created from
   release 2.2 so binaries will need to be rebuilt.
+
+* librte_table (rte_table_lpm.h): A new parameter to hold the table name (const
+  char *name) will be added to the LPM table parameter structure
+  (struct rte_table_lpm_params).
+
+* librte_table (rte_table_acl.h): Structures rte_table_acl_rule_add_params and
+  rte_table_acl_rule_delete_params will change to store an array of rules as
+  opposed to a single rule.
-- 
1.7.4.1



More information about the dev mailing list