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

2015-07-17 Thread Singh, Jasvinder


> -Original Message-
> From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Cristian Dumitrescu
> Sent: Thursday, July 16, 2015 6:00 PM
> To: dev at dpdk.org
> Subject: [dpdk-dev] [PATCH] doc: announce ABI change for librte_table
> 
> 
> Signed-off-by: Cristian Dumitrescu 
> ---

Acked-by: Jasvinder Singh 


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

2015-07-17 Thread Mrzyglod, DanielX T
> -Original Message-
> From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Cristian Dumitrescu
> Sent: Thursday, July 16, 2015 7:00 PM
> To: dev at dpdk.org
> Subject: [dpdk-dev] [PATCH] doc: announce ABI change for librte_table
> 
> 
> Signed-off-by: Cristian Dumitrescu 

Acked-by: Daniel Mrzyglod 


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

2015-07-17 Thread Gajdzica, MaciejX T


> -Original Message-
> From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Cristian Dumitrescu
> Sent: Thursday, July 16, 2015 7:00 PM
> To: dev at dpdk.org
> Subject: [dpdk-dev] [PATCH] doc: announce ABI change for librte_table
> 
> 
> Signed-off-by: Cristian Dumitrescu 

Acked-by: Maciej Gajdzica 


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

2015-07-16 Thread Cristian Dumitrescu

Signed-off-by: Cristian Dumitrescu 
---
 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