table: remove deprecated variable size key ext hash tables
authorCristian Dumitrescu <cristian.dumitrescu@intel.com>
Wed, 18 Oct 2017 15:03:40 +0000 (16:03 +0100)
committerCristian Dumitrescu <cristian.dumitrescu@intel.com>
Tue, 24 Oct 2017 11:06:42 +0000 (13:06 +0200)
commit14c1477ca69ca6ef67f039a0523f64ae7dcb263a
tree22e38b7cd8ce80bd21c1e60798e3fb88ab39dd38
parent092cbc3de663a01e95cd1b509dff792e28caa02f
table: remove deprecated variable size key ext hash tables

The non-dosig version of the variable size key extendible bucket
hash tables 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_ext.c
test/test-pipeline/pipeline_hash.c