]> git.droids-corp.org - dpdk.git/blobdiff - app/test/test_hash_perf.c
ixgbe: fix comments on Rx queue fields
[dpdk.git] / app / test / test_hash_perf.c
index e9a522b5ac6ca8db2569ac7701f1fff59c9e2a42..a87fc80d0e4ee984c256d0fd1219b371076d9c2b 100644 (file)
@@ -100,7 +100,6 @@ int32_t positions[KEYS_TO_ADD];
 /* Parameters used for hash table in unit test functions. */
 static struct rte_hash_parameters ut_params = {
        .entries = MAX_ENTRIES,
-       .bucket_entries = BUCKET_SIZE,
        .hash_func = rte_jhash,
        .hash_func_init_val = 0,
 };