From: Rusty Russell <rusty@rustcorp.com.au>
To: Harald Welte <laforge@netfilter.org>
Cc: Netfilter Development Mailinglist
<netfilter-devel@lists.netfilter.org>,
Pablo Neira <pablo@eurodev.net>,
Patrick McHardy <kaber@trash.net>,
Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Subject: Re: nf_conntrack [was Re: [PATCH 1/4] RFC: fast string matching infrastrure for netfilter]
Date: Fri, 14 Jan 2005 21:22:45 +1100 [thread overview]
Message-ID: <1105698165.22689.7.camel@localhost.localdomain> (raw)
In-Reply-To: <20050114083731.GI9070@sunbeam.de.gnumonks.org>
On Fri, 2005-01-14 at 09:37 +0100, Harald Welte wrote:
> On Fri, Jan 14, 2005 at 06:01:42PM +1100, Rusty Russell wrote:
>
> > It was IRC, and for IPv6 I agree with Harald that it's probably not the
> > right mechanism. I prefer a simple discriminated union and two slab
> > caches (IPv4 and IPv6), which is hardcoded, but still fairly easy to
> > read.
>
> so what about the nat_info ? If you load iptable_nat, it will be needed
> for all connections...
My current patches reduce the nat_info to one list_head. If we were to
use a hash tree as per Gandalf's recent work, it'd be 0. IMHO it's not
worth the pain even if it's still a list_head.
> > Does that mean I should *not* send the expectation and NAT patches to
> > DaveM now? (Posted before the ct_extend patches):
>
> I was wondering all the time why we keep talking about maintainance mode
> for ip_conntrack and the coincidential spike in new development for
> ip_conntrack.
That's why I asked. Unfortunately, I only just found time to do some
netfilter work 8(
I definitely think ct_extend should wait for nf_conntrack (but I wanted
the patches out there, since I think they're complimentary). For the
others, I think it's better to merge them now so nf_conntrack only has
to sync once (presumably it will have to sync with some of the existing
changes already), and plan nf_conntrack for 2.6.11.
Rusty.
--
A bad analogy is like a leaky screwdriver -- Richard Braakman
next prev parent reply other threads:[~2005-01-14 10:22 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-01-09 22:23 [PATCH 1/4] RFC: fast string matching infrastrure for netfilter Pablo Neira
2005-01-09 23:10 ` Patrick McHardy
2005-01-09 23:19 ` Pablo Neira
2005-01-10 19:54 ` nf_conntrack [was Re: [PATCH 1/4] RFC: fast string matching infrastrure for netfilter] Jozsef Kadlecsik
2005-01-10 20:31 ` Patrick McHardy
2005-01-10 21:28 ` Harald Welte
2005-01-14 2:45 ` Patrick McHardy
2005-01-14 4:31 ` nf_conntrack Yasuyuki KOZAKAI
2005-01-14 7:01 ` nf_conntrack [was Re: [PATCH 1/4] RFC: fast string matching infrastrure for netfilter] Rusty Russell
2005-01-14 8:20 ` Patrick Schaaf
2005-01-15 18:18 ` KOVACS Krisztian
2005-01-16 16:09 ` Jozsef Kadlecsik
2005-01-14 8:37 ` Harald Welte
2005-01-14 10:22 ` Rusty Russell [this message]
2005-01-14 18:02 ` Patrick McHardy
2005-01-14 17:52 ` Patrick McHardy
2005-01-14 8:31 ` Harald Welte
2005-01-14 18:00 ` Patrick McHardy
2005-01-14 3:16 ` Patrick McHardy
2005-01-10 21:20 ` Harald Welte
2005-01-10 8:49 ` [PATCH 1/4] RFC: fast string matching infrastrure for netfilter Sven Schuster
2005-01-10 23:18 ` Pablo Neira
2005-01-10 10:06 ` Harald Welte
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=1105698165.22689.7.camel@localhost.localdomain \
--to=rusty@rustcorp.com.au \
--cc=kaber@trash.net \
--cc=kadlec@blackhole.kfki.hu \
--cc=laforge@netfilter.org \
--cc=netfilter-devel@lists.netfilter.org \
--cc=pablo@eurodev.net \
/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.