hash: rename unused field
authorBruce Richardson <bruce.richardson@intel.com>
Mon, 13 Jul 2015 16:38:45 +0000 (17:38 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Mon, 13 Jul 2015 17:27:31 +0000 (19:27 +0200)
commit24b4bb8123904e066ec0f47f4e8661e75ef8cace
tree6b8bea959bf7985e38190f4a79ae12a6c000a7ad
parenta8dd50513dea7eb13bd9bd6ad40acb2f46f4876a
hash: rename unused field

The cuckoo hash has a fixed number of entries per bucket, so the
configuration parameter for this is unused. We change this field in the
parameters struct to "reserved" to indicate that there is now no such
parameter value, while at the same time keeping ABI consistency.

Fixes: 48a399119619 ("hash: replace with cuckoo hash implementation")

Suggested-by: Thomas Monjalon <thomas.monjalon@6wind.com>
Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
app/test/test_func_reentrancy.c
app/test/test_hash_perf.c
app/test/test_hash_scaling.c
drivers/net/enic/enic_clsf.c
examples/l3fwd-power/main.c
examples/l3fwd-vf/main.c
examples/l3fwd/main.c
lib/librte_hash/rte_hash.h