X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;ds=sidebyside;f=drivers%2Fnet%2Fmlx5%2Fmlx5_utils.h;h=7a62187f8e82a09174f20e59fc6c131e73fc581c;hb=46413898cf1df5798b8d1ea04522da0f0ce97205;hp=6f2576812bd506ba026fc4e3f80b22e2776231d4;hpb=d14cbf3db102075c3238605f3f30c13ecb755229;p=dpdk.git diff --git a/drivers/net/mlx5/mlx5_utils.h b/drivers/net/mlx5/mlx5_utils.h index 6f2576812b..7a62187f8e 100644 --- a/drivers/net/mlx5/mlx5_utils.h +++ b/drivers/net/mlx5/mlx5_utils.h @@ -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. */ };