On Sun, 2002-07-07 at 15:17, Patrick Schaaf wrote:
> There is now a "cttest-0.3" at http://bei.bof.de/cttest-0.3.tar.gz.
> 
> Also see
>       http://bei.bof.de/ex2
>       http://bei.bof.de/ex2rt
>       http://bei.bof.de/ex2abcd
>       http://bei.bof.de/ex2crc
> for four example runs contrasting different hash function approaches
> on my transproxy dataset.
> 
> I incorporated hash functions from recent mails of Don and Joakim. Thanks!

The rt hash doesn't do well at all on your data. The winner on your data
is crc32 which is very robust in all tests on all data it seems. It's
just a shame that it's so cpu-consuming compared to the other hashes.

No real diffrence between crc32 and crc32_bof, crc32_bof is slightly
more cpu-consuming but that's it.

Have you tested crc32 with initial seed as well?
crc32 + seed that's randomly generated at conntrack init would probably
work well.

-- 
/Martin

Never argue with an idiot. They drag you down to their level, then beat
you with experience.

Reply via email to