On Tue, Oct 07, 2014 at 12:23:34AM +1300, Joe Stringer wrote:
> Add the 128-bit murmurhash by Austin Appleby, r150 from:
> http://code.google.com/p/smhasher/source/browse/trunk/MurmurHash3.cpp
>
> Signed-off-by: Joe Stringer
> Acked-by: Ben Pfaff
Compiling on i386, I get:
../lib/hash.c:77:
Add the 128-bit murmurhash by Austin Appleby, r150 from:
http://code.google.com/p/smhasher/source/browse/trunk/MurmurHash3.cpp
Signed-off-by: Joe Stringer
Acked-by: Ben Pfaff
---
v7: Replace getblock*() with get_unaligned_u*().
Add ovs_u128_equal() function rather than using memcmp.
Only