[Devel] Re: [PATCH 1/4] netns: Tag the network flow with the network namespace it is in (v2)

Denis V. Lunev den at sw.ru
Tue Dec 4 22:49:54 PST 2007


Herbert Xu wrote:
> Denis V. Lunev <den at 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




More information about the Devel mailing list