From: Corey Hickey <bugfood-ml@fatooh.org>
To: lartc@vger.kernel.org
Subject: [LARTC] [ANNOUNCE] ESFQ for Linux 2.6.19.2 (with jhash!)
Date: Tue, 23 Jan 2007 19:16:04 +0000 [thread overview]
Message-ID: <45B65EF4.8090600@fatooh.org> (raw)
ESFQ's original hashing algorithm never worked particularly well for the
src or dst hash types: close IP addresses, such as 10.0.0.1 and 10.0.0.2
often hashed to the same number, even with many different perturbation
values. This prevented the src and dst hash types from working
adequately with small and medium-sized network ranges.
A while ago, I added the src_direct and dst_direct hash types in an
effort to work around the collision problem. The direct hash types were
collision-free if handled properly. Unfortunately, they only worked
properly for relatively small ranges of input, and as such required some
care in usage.
I have now (finally) converted ESFQ to use jhash, which is far easier to
use than I had ever thought. Collisions are still possible with jhash,
but they occur evenly, regardless of input range or distribution--as it
should be. When perturbation values are used, 10.0.0.1 and 10.0.0.2 are
just as likely to collide as 1.2.3.4 and 56.78.90.123.
The src_direct, dst_direct, and fwmark_direct hash type hacks are no
longer useful, and I intend to deprecate them in the next release. Send
me an email if you have a reason I should leave the *_direct hash types
alone.
Home page:
http://fatooh.org/esfq-2.6/
Direct URL:
http://fatooh.org/esfq-2.6/esfq-2.6.19.2.tar.gz
README (also available in the tar.gz):
http://fatooh.org/esfq-2.6/current/README
Try it out, have fun, and if you find a bug or have a suggestion please
send me an email.
-Corey
_______________________________________________
LARTC mailing list
LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc
next reply other threads:[~2007-01-23 19:16 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-01-23 19:16 Corey Hickey [this message]
-- strict thread matches above, loose matches on Subject: below --
2007-03-31 1:22 [LARTC] [ANNOUNCE] ESFQ for Linux 2.6.19.2 (with jhash!) Andy Furniss
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=45B65EF4.8090600@fatooh.org \
--to=bugfood-ml@fatooh.org \
--cc=lartc@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.