remove experimental tags from all symbol definitions
[dpdk.git] / lib / librte_hash / rte_cuckoo_hash.c
index 953928f..51198b4 100644 (file)
@@ -1583,7 +1583,7 @@ rte_hash_get_key_with_position(const struct rte_hash *h, const int32_t position,
        return 0;
 }
 
-int __rte_experimental
+int
 rte_hash_free_key_with_position(const struct rte_hash *h,
                                const int32_t position)
 {