]> git.droids-corp.org - dpdk.git/blobdiff - app/test/test_hash_scaling.c
hash: rename unused field
[dpdk.git] / app / test / test_hash_scaling.c
index 682ae94cc2435e79f001faf678198c037d22b9f3..39602cbc82d52398fca8b91dd9e570c42d1cf534 100644 (file)
@@ -129,7 +129,6 @@ test_hash_scaling(int locking_mode)
        uint64_t i, key;
        struct rte_hash_parameters hash_params = {
                .entries = num_iterations*2,
-               .bucket_entries = 16,
                .key_len = sizeof(key),
                .hash_func = rte_hash_crc,
                .hash_func_init_val = 0,