OpenVZ Forum


Home » Mailing lists » Devel » [PATCH 1/4] netns: Tag the network flow with the network namespace it is in (v2)
Re: [PATCH 1/4] netns: Tag the network flow with the network namespace it is in (v2) [message #24456 is a reply to message #24401] Wed, 05 December 2007 10:10 Go to previous messageGo to previous message
davem is currently offline  davem
Messages: 463
Registered: February 2006
Senior Member
From: "Denis V. Lunev" <den@sw.ru>
Date: Tue, 04 Dec 2007 21:42:49 +0300

> Stephen Hemminger wrote:
> > Can this be made conditional on network namespaces being configured on?
> > That way the flow structure won't have to grow taking more space.
> > It matters in DoS attacks where flow cache becomes a critical resource.
> 
> 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
> 
> For the latter case, there is completely no difference in the size on my
> x86_64 host with SLAB allocator, i.e. there are 30 objects per slab
> with/without fl_net (objsize = 128).

This may be true, but another thing to consider is that flow
objects sit on the stack in many call sites.

I won't let this block your patch, but I want you to be cognizant
of this issue in the future, it's not all about SLAB.

You should also BTW consider how this change will effect D-cache
access patterns and L2 cache utilization.  Some object access
patterns may not fit in the cache, which did beforehand, which
can kill performance.  We're talking about something which gets
touched multiple times per packet at routing rates in the
million packet per second range.
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: [patch 12/38][IPV6] ip6_fib - move the fib table to the network namespace
Next Topic: [PATCH][ROSE] Trivial compilation CONFIG_INET=n case
Goto Forum:
  


Current Time: Fri Sep 13 02:13:02 GMT 2024

Total time taken to generate the page: 0.05044 seconds