[dpdk-dev] [PATCH v3 12/18] librte_table: rework 32-byte key hash tables

2017-10-18 Thread Cristian Dumitrescu
Rework for the 32-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 --- lib/librte_table/rte_table_hash.h | 50 - lib/librte_table/rte_table_hash_key32.c | 386 ++

[dpdk-dev] [PATCH v3 12/18] librte_table: rework 32-byte key hash tables

2017-10-18 Thread Cristian Dumitrescu
Rework for the 32-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 --- lib/librte_table/rte_table_hash.h | 50 - lib/librte_table/rte_table_hash_key32.c | 386 ++