Re: [ovs-dev] [PATCH] tests: Make test independent of the hash function.

2015-01-07 Thread Jarno Rajahalme
On Jan 6, 2015, at 3:10 PM, Ben Pfaff wrote: > On Tue, Jan 06, 2015 at 03:11:33PM -0800, Jarno Rajahalme wrote: >> Otherwise compiling with -msse4.2 (or -march=native on a SSE4.2 >> capable CPU) will produce a test failure due to the CRC32-based hash >> function being different from mhash. >> >

Re: [ovs-dev] [PATCH] tests: Make test independent of the hash function.

2015-01-06 Thread Ben Pfaff
On Tue, Jan 06, 2015 at 03:11:33PM -0800, Jarno Rajahalme wrote: > Otherwise compiling with -msse4.2 (or -march=native on a SSE4.2 > capable CPU) will produce a test failure due to the CRC32-based hash > function being different from mhash. > > Signed-off-by: Jarno Rajahalme Acked-by: Ben Pfaff