table: rework cuckoo hash table
authorCristian Dumitrescu <cristian.dumitrescu@intel.com>
Wed, 18 Oct 2017 15:03:49 +0000 (16:03 +0100)
committerCristian Dumitrescu <cristian.dumitrescu@intel.com>
Tue, 24 Oct 2017 11:09:53 +0000 (13:09 +0200)
commitec35c73ec6470e92afd5cab8cef748e8484a1187
treeeffb56d131c01272777e5de51f07db5612efbc84
parentea31510376ac99e2fc5466165e6b617d4434ef49
table: rework cuckoo hash table

Rework for the cuckoo hash table to use the unified parameter
structure.

Signed-off-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
lib/librte_table/rte_table_hash.h
lib/librte_table/rte_table_hash_cuckoo.c
test/test-pipeline/pipeline_hash.c
test/test/test_table_combined.c
test/test/test_table_tables.c