[dpdk-dev] [PATCH v2 0/4] rte_hash_crc reworked to be platform-independent

Stephen Hemminger stephen at networkplumber.org
Tue Nov 25 18:05:13 CET 2014


I found that other hash functions are faster than the crc32 SSE instruction.

Though the hardware instruction seems like it would be faster, it takes more
cycles than simple multiplicative or murmur hash.


More information about the dev mailing list