numam-dpdk/lib/librte_hash
Yerden Zhumabekov 504a29af13 hash: fix strict-aliasing for CRC
Fix rte_hash_crc() function by making use of uintptr_t variable
to hold a pointer to data being hashed. In this way, casting uint64_t
pointer to uint32_t avoided.

Fixes: 614289298d ("hash: slice CRC data into 8-byte pieces")

Signed-off-by: Yerden Zhumabekov <e_zhumabekov@sts.kz>
Acked-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
2015-03-26 22:27:51 +01:00
..
Makefile mk: add library version extension 2015-02-03 16:56:58 +01:00
rte_fbk_hash.c tailq: move to dynamic tailq 2015-03-10 12:06:08 +01:00
rte_fbk_hash.h tailq: move to dynamic tailq 2015-03-10 12:06:08 +01:00
rte_hash_crc.h hash: fix strict-aliasing for CRC 2015-03-26 22:27:51 +01:00
rte_hash_version.map lib: provide initial versioning 2015-02-03 16:56:58 +01:00
rte_hash.c tailq: move to dynamic tailq 2015-03-10 12:06:08 +01:00
rte_hash.h tailq: move to dynamic tailq 2015-03-10 12:06:08 +01:00
rte_jhash.h remove trailing whitespaces 2014-06-11 00:29:34 +02:00