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

Dag-Erling Smørgrav des at des.no
Wed Oct 15 15:05:35 UTC 2014


Ed Maste <emaste at freebsd.org> writes:
> Dag-Erling Smørgrav <des at des.no> writes:
> > That's my fault, and I'm going to change it, because it's illogical.
> > The function works on aligned arrays of int32s and should take a count,
> > not a size.  I just didn't want to delay the patch even further.
> The fact that it works only on aligned 32-bit ints is a detail of this
> implementation and not a requirement of murmur3 though.

Absolutely.  This implementation was tuned specifically for pf's use and
therefore only works on aligned arrays.  It is a pared-down version of
a more complete implementation I wrote for cryb.to (still a WIP).

DES
-- 
Dag-Erling Smørgrav - des at des.no


More information about the svn-src-head mailing list