]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_table/rte_table_hash.h
table: rename cuckoo hash table ops
[dpdk.git] / lib / librte_table / rte_table_hash.h
index f9835185c1b6f308bb0f091ac14cdc290534fac4..5f655ee24bb18f4eb0aa4cb965f4a57a1a08b631 100644 (file)
@@ -361,8 +361,7 @@ struct rte_table_hash_cuckoo_params {
        const char *name;
 };
 
-/** Cuckoo hash table operations */
-extern struct rte_table_ops rte_table_hash_cuckoo_dosig_ops;
+extern struct rte_table_ops rte_table_hash_cuckoo_ops;
 
 #ifdef __cplusplus
 }