All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: nf_conntrack [was Re: [PATCH 1/4] RFC: fast string matching infrastrure for netfilter]
@ 2005-01-10 20:31 Patrick McHardy
  2005-01-10 21:28 ` Harald Welte
  0 siblings, 1 reply; 14+ messages in thread
From: Patrick McHardy @ 2005-01-10 20:31 UTC (permalink / raw)
  To: Jozsef Kadlecsik
  Cc: Harald Welte, Netfilter Development Mailinglist, Pablo Neira

Jozsef Kadlecsik wrote:

>On Mon, 10 Jan 2005, Patrick McHardy wrote:
>
>
>>I have actually given up keeping nf_conntrack up to date currently, but
>>I hope we can now really put ip_conntrack in maintenance mode and
>>concentrate
>>on nf_conntrack. Any chance you want to base this on the nf_conntrack
>>patch ?
>>
>
>Actually, what is the opinion that nf_conntrack uses the union of IPv4 and
>IPv6 addresses in the tuples?
>
In my opinion that's something that could also be improved later.

>The infrastructure is there in the patch to support IPv4/IPv6 conntrack
>separatedly in spite of the common code and not to waste so many bytes at
>every IPv4 connections for the sake of supporting IPv6.
>
You mean the get_features stuff and seperate caches ? I'm don't like this
part very much, I thing Rusty's "structure extension stuff" (ct_extend)
is a nicer way to do this, although its probably not useable for the tuples.

> Shouldn't there be
>put more effort into this long standing issue, before swithcing over it?
>  
>
I think we should put ip_conntrack in maintenance mode, than we can
resync nf_conntrack and make changes like this before we submit it.

Regards
Patrick

^ permalink raw reply	[flat|nested] 14+ messages in thread
* nf_conntrack
@ 2003-12-24  1:43 Yasuyuki Kozakai
  2004-02-24  9:21 ` nf_conntrack Harald Welte
  0 siblings, 1 reply; 14+ messages in thread
From: Yasuyuki Kozakai @ 2003-12-24  1:43 UTC (permalink / raw)
  To: netfilter-devel

[-- Attachment #1: Type: Text/Plain, Size: 809 bytes --]


Hi, All,

This is other version of L3 independent connection tracking.

In previous version, the l3 part in tuple is represented by "union" of IPv4
and IPv6 address.

And in this version, size of the l3 part in tuple varies with layer 3 protocol.
Then it's more complex than the previous version, but can save memory spaces
where many IPv4 connections are created.

I'll measure the speed of 2 version of nf_conntrack from now.

BTW, Harald, Does this satisfy your requirements ?
And I don't know how large impact to cacheline when using "union".
Do you have any measurements ?

----------------------------------------
Yasuyuki KOZAKAI

Communication Platform Laboratory,
Corporate Research & Development Center,
Toshiba Corporation

yasuyuki.kozakai@toshiba.co.jp
----------------------------------------


[-- Attachment #2: nfct-dynamic-l3part.patch.bz2 --]
[-- Type: Application/Octet-Stream, Size: 26409 bytes --]

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2005-01-14  4:31 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <200402200942.13265.tato.net@tin.it>
     [not found] ` <200402201258.VAA29529@toshiba.co.jp>
2004-02-22 10:10   ` nf_conntrack Davide Guerri
2004-02-23  5:27     ` nf_conntrack Yasuyuki Kozakai
2004-02-23  7:48       ` nf_conntrack Henrik Nordstrom
2004-02-26 12:20       ` nf_conntrack Davide
2004-03-01  6:08         ` nf_conntrack Yasuyuki Kozakai
2004-03-01 11:08           ` nf_conntrack Davide Guerri
2004-02-22 10:25   ` nf_conntrack Davide
2005-01-10 20:31 nf_conntrack [was Re: [PATCH 1/4] RFC: fast string matching infrastrure for netfilter] 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
  -- strict thread matches above, loose matches on Subject: below --
2003-12-24  1:43 nf_conntrack Yasuyuki Kozakai
2004-02-24  9:21 ` nf_conntrack Harald Welte
2004-02-25 12:47   ` nf_conntrack Yasuyuki Kozakai
2004-02-25 15:05     ` nf_conntrack Harald Welte
2004-03-02  2:26       ` nf_conntrack Yasuyuki Kozakai
2004-03-01 11:47   ` nf_conntrack Jozsef Kadlecsik

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.