table: add 16-byte hash operations computed on lookup
authorFan Zhang <roy.fan.zhang@intel.com>
Wed, 28 Oct 2015 17:11:17 +0000 (17:11 +0000)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Wed, 25 Nov 2015 23:45:50 +0000 (00:45 +0100)
commit68866e2417cc0b20c67b564bbe4f6fed3e6ceac0
tree5f43b4ba8120ae3727be460249f601d4d824b849
parentfc6bcc6fee46616729160720e06baef13e7447e4
table: add 16-byte hash operations computed on lookup

This patch is to adding hash table operations for key signature
computed on lookup ("do-sig") for LRU hash tables and Extendible buckets.

Signed-off-by: Fan Zhang <roy.fan.zhang@intel.com>
Acked-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
lib/librte_table/rte_table_hash.h
lib/librte_table/rte_table_hash_key16.c