table: remove deprecated 16-byte key hash tables
authorCristian Dumitrescu <cristian.dumitrescu@intel.com>
Wed, 18 Oct 2017 15:03:39 +0000 (16:03 +0100)
committerCristian Dumitrescu <cristian.dumitrescu@intel.com>
Tue, 24 Oct 2017 11:06:25 +0000 (13:06 +0200)
commit092cbc3de663a01e95cd1b509dff792e28caa02f
treec6f34c63390623e26b5a8214d672516ad8c5a081
parent4f1c1fa14214ea4b4738a3978b13b1d58d90903b
table: remove deprecated 16-byte key hash tables

The non-dosig version of the 16-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
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