]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_hash/rte_cuckoo_hash.h
vhost: introduce vDPA device class
[dpdk.git] / lib / librte_hash / rte_cuckoo_hash.h
index fb19bb27dfeff613866b2dba4f56f2696011a867..345de6bf9cfd83b351ffb27c1e0042f774a893d4 100644 (file)
@@ -124,7 +124,7 @@ const rte_hash_cmp_eq_t cmp_jump_table[NUM_KEY_CMP_CASES] = {
 
 struct lcore_cache {
        unsigned len; /**< Cache len */
-       void *objs[LCORE_CACHE_SIZE]; /**< Cache objects */
+       uint32_t objs[LCORE_CACHE_SIZE]; /**< Cache objects */
 } __rte_cache_aligned;
 
 /* Structure that stores key-value pair */