[dpdk-dev] [PATCH v3] Implement memcmp using Intel SIMD instrinsics.

2015-10-13 Thread Stephen Hemminger
On Mon, 18 May 2015 13:01:43 -0700 Ravi Kerur wrote: > This patch implements memcmp and use librte_hash as the first candidate > to use rte_memcmp which is implemented using AVX/SSE intrinsics. > > Tested with GCC(4.8.2) and Clang(3.4-1) compilers and both tests show better > performance on Inte

[dpdk-dev] [PATCH v3] Implement memcmp using Intel SIMD instrinsics.

2015-05-18 Thread Ravi Kerur
This patch implements memcmp and use librte_hash as the first candidate to use rte_memcmp which is implemented using AVX/SSE intrinsics. Tested with GCC(4.8.2) and Clang(3.4-1) compilers and both tests show better performance on Intel(R) Core(TM) i7-4790 CPU @ 3.60GHz, Ubuntu 14.04 x86_64 shows wh