[dpdk-dev] RTE CRC hash function

2014-02-26 Thread Thomas Monjalon
10/12/2013 04:17, Pashupati Kumar: > I am looking at the DPDK implementation for the CRC hash function using > Intel intrinsics. Shouldn't the order of the arguments being passed to > _mm_crc32_u32 be reversed ? http://dpdk.org/doc/api/rte__hash__crc_8h.html > > For a quick reference, here is t

[dpdk-dev] RTE CRC hash function

2013-12-09 Thread Pashupati Kumar
Hi, I am looking at the DPDK implementation for the CRC hash function using Intel intrinsics. Shouldn't the order of the arguments being passed to _mm_crc32_u32 be reversed ? http://dpdk.org/doc/api/rte__hash__crc_8h.html For a quick reference, here is the code with Actual and Modified calls.