table: rename cuckoo hash table ops
[dpdk.git] / lib / librte_table / rte_table_hash.h
index f983518..5f655ee 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
 }