[dpdk-dev] table: add missing exports

Message ID 1470042043-2695-1-git-send-email-gureedo@gmail.com (mailing list archive)
State Accepted, archived
Headers

Commit Message

Aleksey Katargin Aug. 1, 2016, 9 a.m. UTC
  Signed-off-by: Aleksey Katargin <gureedo@gmail.com>
---
 lib/librte_table/rte_table_version.map | 3 +++
 1 file changed, 3 insertions(+)
  

Comments

Cristian Dumitrescu Aug. 2, 2016, 11:20 a.m. UTC | #1
> -----Original Message-----
> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Aleksey Katargin
> Sent: Monday, August 1, 2016 10:01 AM
> To: dev@dpdk.org
> Subject: [dpdk-dev] [PATCH] table: add missing exports
> 
> Signed-off-by: Aleksey Katargin <gureedo@gmail.com>
> ---
>  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 <cristian.dumitrescu@intel.com>


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
  
Thomas Monjalon Aug. 22, 2016, 8:43 p.m. UTC | #2
> > Signed-off-by: Aleksey Katargin <gureedo@gmail.com>
> 
> Acked-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com>

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


Applied, thanks
  

Patch

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;