svn commit: r272906 - in head/sys: conf libkern netpfil/pf sys

Ed Maste emaste at freebsd.org
Wed Oct 15 03:38:44 UTC 2014


On 14 October 2014 23:04, Gleb Smirnoff <glebius at 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.


More information about the svn-src-head mailing list