On 14 October 2014 23:04, Gleb Smirnoff <gleb...@freebsd.org> wrote: > > Look at results at the end of email. Guess what -j and -m mean. I > want either proving me doing the test wrong, or backing the change > out ASAP.
It looks like there is indeed an error in the test: > h = murmur3_aligned_32((uint32_t *)&key[i], > sizeof(struct pf_state_key_cmp)/sizeof(uint32_t), murmur3's size argument is bytes, not uint32_ts, so the test is only hashing the first 1/4 of the keys. _______________________________________________ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"