[dpdk-dev] [PATCH v3 3/3] hash: put rte_hash_set_cmp_func() back to DPDK_2.1.

Yu Nemo Wenbin yuwb_bjy at ctbri.com.cn
Fri Dec 4 04:11:43 CET 2015


Signed-off-by: Yu Nemo Wenbin <yuwb_bjy at ctbri.com.cn>
---
 lib/librte_hash/rte_hash_version.map | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/librte_hash/rte_hash_version.map b/lib/librte_hash/rte_hash_version.map
index 1aa94f9..6fab36d 100644
--- a/lib/librte_hash/rte_hash_version.map
+++ b/lib/librte_hash/rte_hash_version.map
@@ -30,6 +30,7 @@ DPDK_2.1 {
 	rte_hash_lookup_data;
 	rte_hash_lookup_with_hash_data;
 	rte_hash_reset;
+	rte_hash_set_cmp_func;
 
 } DPDK_2.0;
 
-- 
1.9.1



More information about the dev mailing list