From: "Denis V. Lunev" <den@sw.ru>
To: Herbert Xu <herbert@gondor.apana.org.au>
Cc: shemminger@linux-foundation.org, den@openvz.org,
davem@davemloft.net, devel@openvz.org, netdev@vger.kernel.org,
containers@lists.osdl.org
Subject: Re: [PATCH 1/4] netns: Tag the network flow with the network namespace it is in (v2)
Date: Wed, 05 Dec 2007 09:49:54 +0300 [thread overview]
Message-ID: <47564A12.3040502@sw.ru> (raw)
In-Reply-To: <E1IzgRN-0006Hq-00@gondolin.me.apana.org.au>
Herbert Xu wrote:
> Denis V. Lunev <den@sw.ru> wrote:
>> could you exactly point me out the flow cache your are talking about.
>> Is this dst entry cache or struct flow_cache described in the
>> net/core/flow.c
>
> The flow object is embedded in struct rtable so does its size change?
>
> Cheers,
SLAB allocator, x86_64 host
Before the patch:
ip6_dst_cache 384 10
xfrm_dst_cache 384 10
ip_dst_cache 384 10
After the patch:
ip6_dst_cache 384 10
xfrm_dst_cache 384 10
ip_dst_cache 384 10
Regards,
Den
next prev parent reply other threads:[~2007-12-05 6:49 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-12-04 9:53 [PATCH 1/4] netns: Tag the network flow with the network namespace it is in (v2) Denis V. Lunev
2007-12-04 14:26 ` Stephen Hemminger
2007-12-04 18:42 ` Denis V. Lunev
2007-12-04 22:40 ` Herbert Xu
2007-12-04 22:40 ` Herbert Xu
2007-12-05 6:49 ` Denis V. Lunev [this message]
2007-12-05 10:10 ` David Miller
2007-12-05 10:13 ` David Miller
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=47564A12.3040502@sw.ru \
--to=den@sw.ru \
--cc=containers@lists.osdl.org \
--cc=davem@davemloft.net \
--cc=den@openvz.org \
--cc=devel@openvz.org \
--cc=herbert@gondor.apana.org.au \
--cc=netdev@vger.kernel.org \
--cc=shemminger@linux-foundation.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.