All of lore.kernel.org
 help / color / mirror / Atom feed
From: Patrick McHardy <kaber@trash.net>
To: Yasuyuki KOZAKAI <yasuyuki.kozakai@toshiba.co.jp>
Cc: netfilter-devel@lists.netfilter.org
Subject: Re: [PATCH 02/10] nf_conntrack: Introduces a extension infrastructure
Date: Mon, 25 Jun 2007 20:16:31 +0200	[thread overview]
Message-ID: <4680067F.20204@trash.net> (raw)
In-Reply-To: <200706251721.l5PHLQ8x023174@toshiba.co.jp>

Yasuyuki KOZAKAI wrote:
> Old space allocator of conntrack had problems about extensibility.
> - It required slab cache per combination of extensions.
> - It expected what extensions would be assigned, but it was impossible
>   to expect that completely, then we allocated bigger memory object than
>   really required.
> - It needed to search helper twice due to lock issue.
> 
> Now basic informations of a connection are stored in 'struct nf_conn'.
> And a storage for extension (helper, NAT) is allocated by kmalloc.
> 
> Signed-off-by: Yasuyuki Kozakai <yasuyuki.kozakai@toshiba.co.jp>


Also applied, thanks.

       reply	other threads:[~2007-06-25 18:16 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <200706251721.l5PHLQ8x023174@toshiba.co.jp>
2007-06-25 18:16 ` Patrick McHardy [this message]
2007-06-25 17:21 [PATCH 02/10] nf_conntrack: Introduces a extension infrastructure Yasuyuki KOZAKAI
  -- strict thread matches above, loose matches on Subject: below --
2007-06-25  3:14 Yasuyuki KOZAKAI
2007-06-25 10:01 ` Patrick McHardy
2007-06-25 15:35   ` Yasuyuki KOZAKAI
2007-06-25 15:43     ` Patrick McHardy

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=4680067F.20204@trash.net \
    --to=kaber@trash.net \
    --cc=netfilter-devel@lists.netfilter.org \
    --cc=yasuyuki.kozakai@toshiba.co.jp \
    /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.