table: remove deprecated 8-byte key hash tables
authorCristian Dumitrescu <cristian.dumitrescu@intel.com>
Wed, 18 Oct 2017 15:03:38 +0000 (16:03 +0100)
committerCristian Dumitrescu <cristian.dumitrescu@intel.com>
Tue, 24 Oct 2017 11:05:51 +0000 (13:05 +0200)
commit4f1c1fa14214ea4b4738a3978b13b1d58d90903b
tree7085982426aaea10bf4e3937570eaf047bb1f71a
parent8524dcb91cc8c9ac14e655b077a73b2619486e9f
table: remove deprecated 8-byte key hash tables

The non-dosig version of the 8-byte key hash tables (both extendable
bucket and LRU) are removed. The remaining hash tables are renamed to
eliminate the dosig particle from their name.

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