table: remove deprecated variable size key lru hash tables
authorCristian Dumitrescu <cristian.dumitrescu@intel.com>
Wed, 18 Oct 2017 15:03:41 +0000 (16:03 +0100)
committerCristian Dumitrescu <cristian.dumitrescu@intel.com>
Tue, 24 Oct 2017 11:07:04 +0000 (13:07 +0200)
commit326223fea35c4fbadc081ef417e5d2b096541c69
tree3b35fe60ec63ba7c91aebca36d986d100d9a9317
parent14c1477ca69ca6ef67f039a0523f64ae7dcb263a
table: remove deprecated variable size key lru hash tables

The non-dosig version of the variable size key Least Recently Used
(LRU) 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>
lib/librte_table/rte_table_hash.h
lib/librte_table/rte_table_hash_lru.c
test/test-pipeline/pipeline_hash.c