Go to file
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
app app/testpmd: fix potential out of bounds read 2015-03-23 12:35:20 +01:00
config vhost: add build option for vhost-user 2015-03-17 00:46:01 +01:00
doc doc: remove blank pages in pdf 2015-03-19 17:58:49 +01:00
examples eal/x86: move header file for vector instructions 2015-03-20 19:24:38 +01:00
lib hash: fix strict-aliasing for CRC 2015-03-26 22:27:51 +01:00
mk doc: add pdf output 2015-03-19 17:58:09 +01:00
pkg version: 1.8.0 2014-12-20 00:38:39 +01:00
scripts scripts: add ABI checking utility 2015-03-17 22:39:57 +01:00
tools tools: fix vfio support 2015-03-23 14:29:31 +01:00
.gitignore init DPDK repository 2013-03-07 10:57:42 +01:00
GNUmakefile scripts: remove useless build tools 2015-03-10 17:55:25 +01:00
LICENSE.GPL doc: GPL/LGPL licenses 2013-07-25 14:43:06 +02:00
LICENSE.LGPL doc: fix file format (dos to unix) 2013-09-06 11:43:07 +02:00
MAINTAINERS scripts: add ABI checking utility 2015-03-17 22:39:57 +01:00
Makefile remove trailing whitespaces 2014-06-11 00:29:34 +02:00