Re: [PATCH 6/6] netns: configurable number of initial network namespaces

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Vivien Chappelier
Date: Tuesday, October 28, 2008 - 11:06 am

Hi,

    Yes; the linux-vrf patches had a new netlink message to 
create/remove the equivalent of a network namespace (ip vrf add 1). I've 
not ported this feature yet, so this patch is meant to provide another 
way of setting up networking stacks without the need for a new process 
for each stack. The ability to dynamically create/remove networking 
stacks from userspace would definitely be useful.
    There are also some very minor advantages in creating the namespaces 
statically at boot time, such as increasing the chances that the 
allocation works (though network namespaces are quite small), and 
improving boot time by avoiding a few calls to /sbin/ip on startup. 
Since we are running on embedded devices, that is something that matter 
to us, but it may not be enough to justify the need for this feature. 
Anyway, I do not think it hurts to have the ability to create static 
networking stacks at boot time.

regards,
Vivien.

Patrick McHardy wrote:

--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH 6/6] netns: configurable number of initial network ..., Vivien Chappelier, (Tue Oct 28, 10:46 am)
Re: [PATCH 6/6] netns: configurable number of initial netw ..., Vivien Chappelier, (Tue Oct 28, 11:06 am)
Re: [PATCH 6/6] netns: configurable number of initial netw ..., Eric W. Biederman, (Thu Oct 30, 3:41 pm)