table: improve lookup performance with prefetch offset
authorFan Zhang <roy.fan.zhang@intel.com>
Wed, 28 Oct 2015 17:11:22 +0000 (17:11 +0000)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Wed, 25 Nov 2015 23:45:50 +0000 (00:45 +0100)
commite37d9d7655ea31872ac78d640a05303bf1ab1be0
tree8a83e254773a9b098a866d11600dced18be1c34b
parenta620df642c914d69d0c65184cc4aa5d26321581c
table: improve lookup performance with prefetch offset

This patch modifies rte_prefetch offsets to improve hash/lru
table lookup performance.

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