[dpdk-dev] [PATCH] table: add missing exports

2016-08-22 Thread Thomas Monjalon
> > Signed-off-by: Aleksey Katargin 
> 
> Acked-by: Cristian Dumitrescu 

Fixes: 8aa327214ceb ("table: hash")
Fixes: 68866e2417cc ("table: add 16-byte hash operations computed on lookup")


Applied, thanks


[dpdk-dev] [PATCH] table: add missing exports

2016-08-02 Thread Dumitrescu, Cristian


> -Original Message-
> From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Aleksey Katargin
> Sent: Monday, August 1, 2016 10:01 AM
> To: dev at dpdk.org
> Subject: [dpdk-dev] [PATCH] table: add missing exports
> 
> Signed-off-by: Aleksey Katargin 
> ---
>  lib/librte_table/rte_table_version.map | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/lib/librte_table/rte_table_version.map
> b/lib/librte_table/rte_table_version.map
> index 2138698..459c2da 100644
> --- a/lib/librte_table/rte_table_version.map
> +++ b/lib/librte_table/rte_table_version.map
> @@ -3,6 +3,7 @@ DPDK_2.0 {
> 

Acked-by: Cristian Dumitrescu 


Hi Aleksey,

I checked all DPDK releases 2.0 -> 16.07 and yes, you're exactly right. Ouch!!!

Thanks very much for fixing this!

Regards,
Cristian



[dpdk-dev] [PATCH] table: add missing exports

2016-08-01 Thread Aleksey Katargin
Signed-off-by: Aleksey Katargin 
---
 lib/librte_table/rte_table_version.map | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/lib/librte_table/rte_table_version.map 
b/lib/librte_table/rte_table_version.map
index 2138698..459c2da 100644
--- a/lib/librte_table/rte_table_version.map
+++ b/lib/librte_table/rte_table_version.map
@@ -3,6 +3,7 @@ DPDK_2.0 {

rte_table_acl_ops;
rte_table_array_ops;
+   rte_table_hash_ext_dosig_ops;
rte_table_hash_ext_ops;
rte_table_hash_key8_ext_dosig_ops;
rte_table_hash_key8_ext_ops;
@@ -12,6 +13,7 @@ DPDK_2.0 {
rte_table_hash_key16_lru_ops;
rte_table_hash_key32_ext_ops;
rte_table_hash_key32_lru_ops;
+   rte_table_hash_lru_dosig_ops;
rte_table_hash_lru_ops;
rte_table_lpm_ipv6_ops;
rte_table_lpm_ops;
@@ -24,5 +26,6 @@ DPDK_2.2 {
global:

rte_table_hash_key16_ext_dosig_ops;
+   rte_table_hash_key16_lru_dosig_ops;

 } DPDK_2.0;
-- 
2.1.4