table: rework 16-byte key hash tables
authorCristian Dumitrescu <cristian.dumitrescu@intel.com>
Wed, 18 Oct 2017 15:03:47 +0000 (16:03 +0100)
committerCristian Dumitrescu <cristian.dumitrescu@intel.com>
Tue, 24 Oct 2017 11:09:12 +0000 (13:09 +0200)
commitfc972a130589bc43aeee7b09baf36e35873224ed
treef1a12ad4e9ee9656c225bb9b113954dac59364e4
parent36842d0aee248991c3f2f0caefedaa04850c9809
table: rework 16-byte key hash tables

Rework for the 16-byte key hash tables (both the extendible
bucket and LRU)to use the mask-based hash function and the
unified parameter structure.

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