[dpdk-dev] [PATCH v5 0/7] rte_hash_crc reworked to be platform-independent

2014-11-28 Thread Yerden Zhumabekov
28.11.2014 3:04, Thomas Monjalon ?: > 2014-11-20 11:15, Yerden Zhumabekov: >> These patches bring a fallback mechanism to ensure that CRC32 hash is >> calculated regardless of hardware support from CPU (i.e. SSE4.2 intrinsics). >> Performance is also improved by slicing data in 8 bytes. >>

[dpdk-dev] [PATCH v5 0/7] rte_hash_crc reworked to be platform-independent

2014-11-27 Thread Thomas Monjalon
2014-11-20 11:15, Yerden Zhumabekov: > These patches bring a fallback mechanism to ensure that CRC32 hash is > calculated regardless of hardware support from CPU (i.e. SSE4.2 intrinsics). > Performance is also improved by slicing data in 8 bytes. > > Patches were tested on machines either with

[dpdk-dev] [PATCH v5 0/7] rte_hash_crc reworked to be platform-independent

2014-11-20 Thread Yerden Zhumabekov
These patches bring a fallback mechanism to ensure that CRC32 hash is calculated regardless of hardware support from CPU (i.e. SSE4.2 intrinsics). Performance is also improved by slicing data in 8 bytes. Patches were tested on machines either with and without SSE4.2 support. Software