From: Patrick McHardy <kaber@trash.net>
To: Netfilter Developer Mailing List <netfilter-devel@lists.netfilter.org>
Subject: Re: [NETFILTER]: nf_conntrack: round up hashsize to next multiple of PAGE_SIZE
Date: Tue, 26 Jun 2007 16:00:46 +0200 [thread overview]
Message-ID: <46811C0E.4050308@trash.net> (raw)
In-Reply-To: <46811BCB.7080502@trash.net>
Patrick McHardy wrote:
> I've added these four patches to my tree to improve
> the conntrack hashing behaviour and use a hash for
> expectations instead of the global list.
>
>
+ return jhash_2words(a, b, rnd) & size;
And now fixed this obvious stupidity :)
prev parent reply other threads:[~2007-06-26 14:00 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-06-26 13:59 [NETFILTER]: nf_conntrack: round up hashsize to next multiple of PAGE_SIZE Patrick McHardy
2007-06-26 14:00 ` Patrick McHardy [this message]
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=46811C0E.4050308@trash.net \
--to=kaber@trash.net \
--cc=netfilter-devel@lists.netfilter.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.