]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/mlx5/mlx5_utils.h
net/bnxt: remove extra blank line
[dpdk.git] / drivers / net / mlx5 / mlx5_utils.h
index 6f2576812bd506ba026fc4e3f80b22e2776231d4..7a62187f8e82a09174f20e59fc6c131e73fc581c 100644 (file)
@@ -274,7 +274,7 @@ struct mlx5_hlist;
  */
 struct mlx5_hlist_entry {
        LIST_ENTRY(mlx5_hlist_entry) next; /* entry pointers in the list. */
-       uint64_t key; /* user defined 'key', could be the hash signature. */
+       uint32_t idx; /* Bucket index the entry belongs to. */
        uint32_t ref_cnt; /* Reference count. */
 };