numam-dpdk/lib/librte_hash
Pablo de Lara 9cd270a678 hash: move struct field to keep ABI stable
In order to keep the ABI consistent with the old hash library,
hash_func_init_val field has been moved, so it remains
at the same offset as previously, since hash_func and
hash_func_init_val are fields accessed by the public function
rte_hash_hash and must keep the same offset as older versions.

Fixes: 48a3991196 ("hash: replace with cuckoo hash implementation")

Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
2015-07-22 11:24:40 +02:00
..
Makefile mem: move librte_malloc to eal/common 2015-07-16 13:44:48 +02:00
rte_cmp_x86.h hash: fix build for non-x86 arch 2015-07-18 19:47:21 +02:00
rte_cuckoo_hash.c hash: move struct field to keep ABI stable 2015-07-22 11:24:40 +02:00
rte_fbk_hash.c lib: fix whitespace 2015-06-12 11:10:10 +02:00
rte_fbk_hash.h tailq: move to dynamic tailq 2015-03-10 12:06:08 +01:00
rte_hash_crc.h hash: check SSE flags only on x86 builds 2015-07-13 16:15:46 +02:00
rte_hash_version.map hash: add iterate function 2015-07-13 00:18:41 +02:00
rte_hash.h hash: rename unused field 2015-07-13 19:27:31 +02:00
rte_jhash.h hash: fix build on non-x86 arch 2015-07-09 03:20:11 +02:00
rte_thash.h hash: add toeplitz algorithm used by RSS 2015-07-01 23:23:03 +02:00