All of lore.kernel.org
 help / color / mirror / Atom feed
* Network Namespace status
@ 2007-09-13 19:12 ` Eric W. Biederman
  0 siblings, 0 replies; 8+ messages in thread
From: Eric W. Biederman @ 2007-09-13 19:12 UTC (permalink / raw)
  To: Linux Containers
  Cc: netdev, David Miller, Tejun Heo, Greg Kroah-Hartman,
	Andrew Morton


Now that the network namespace work is partly merged I figure
a short status summary of where everything is at is in order.

David Miller has merged the core of the network namespace work
and that probably needs to sit just a little while to make certain
we don't have unexpected breakage.

Before enabling multiple instances of the network namespace
it is necessary to sort through a few last user interface issues.

In Greg KH's tree there is work from Tejun and myself that decouples
the sysfs dentry tree from the kobject tree, and Tejun is actively
working on completing that decoupling.  From the current sysfs state
it takes just a handful of patches to support multiple super_blocks
each displaying the network devices for a different network namespace.
And the last round of patches that did that Tejun and I almost agree
upon.  That support is needed before we can allow network devices
to exist in anything except the initial network namespace.

In Andrew's tree there is the start of my sysctl cleanup.  Basically
just an additional sanity check in register_sysctl_table and a bunch
of fixes to avoid the errors that sanity check has found.  Pending
I have a few more general cleanups and code to support multiple
network namespaces.  Last we talked Andrew said I have sent
him enough sysctl changes for now, and to wait until after the
merge window before sending more.

The proc support in the net-2.6.24 tree is reasonable from the
direction of the networking code.  Currently I am looking at
"current->net_ns" and resolving /proc/net based upon that.  Long term
we want to refactor that code so that "current->net_ns" is captured
when we mount /proc.  So the network namespace state can be monitored
from outside applications, and so that we aren't playing dangerous
games with the vfs dentry trees.

The final blocker to having multiple useful instances of network
namespaces is the loopback device.  We recognize the network namespace
of incoming packets by looking at dev->nd_net.  Which means for
packets to properly loopback within a network namespace we need a
loopback device per network namespace.  There were some concerns
expressed when we posted the cleanup part of the patches that allowed
for multiple loopback devices a few weeks ago so resolving this one
may be tricky.


Looking into my patch queue I have:
5 patches for cleaning up and making a per network namespace loopback device.
4 patches for making rtnetlink message processing per network namespace
1 patch for making AF_UNIX per network namespace
1 patch for making AF_PACKET per network namespace

The ipv4 part of my patchset is currently working but it needs some
more cleanup and reordering of patches before it is ready to go anywhere.
Nothing has been done for ipv6, but the changes should very much parallel
ipv4.

The other protocols I haven't even looked at yet.

Eric

^ permalink raw reply	[flat|nested] 8+ messages in thread
* Network namespace status
@ 2008-02-15 15:31 Daniel Lezcano
  0 siblings, 0 replies; 8+ messages in thread
From: Daniel Lezcano @ 2008-02-15 15:31 UTC (permalink / raw)
  To: Linux Netdev List
  Cc: Stephen Hemminger, mathieu.lacage,
	YOSHIFUJI Hideaki / 吉藤英明,
	Linux Containers

I receive some emails about the current status of the network namespace. 
  I tried to synthesize this information and I uploaded it at:

	http://lxc.sourceforge.net/network_status.php

I hope that can help.

   -- Daniel


^ permalink raw reply	[flat|nested] 8+ messages in thread
* Network namespace status
@ 2008-08-22  7:55 Eelco Chaudron
  0 siblings, 0 replies; 8+ messages in thread
From: Eelco Chaudron @ 2008-08-22  7:55 UTC (permalink / raw)
  To: Containers-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org

Hi All,

I'm looking at the network namespace status page, http://lxc.sourceforge.net/network/status.php, and according to the header it's updated a while back (march 27th).

I was wondering if some one could share some more details on what still needs to be done, and what the overall status is. Is it ready for prime time?

Thanks,

Eelco
________________________________
DISCLAIMER:
This e-mail and any attachments to it may contain confidential and proprietary material and is solely for the use of the intended recipient. Any review, use, disclosure, distribution or copying of this transmittal is prohibited except by or on behalf of the intended recipient. If you have received this transmittal in error, please notify the sender and destroy this e-mail and any attachments and all copies, whether electronic or printed.

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2008-08-22  7:55 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-13 19:12 Network Namespace status Eric W. Biederman
2007-09-13 19:12 ` Eric W. Biederman
2007-09-14  6:03 ` Oliver Hartkopp
2007-09-14  9:33   ` Eric W. Biederman
2007-09-16 22:36 ` David Miller
2007-09-16 23:47   ` Eric W. Biederman
  -- strict thread matches above, loose matches on Subject: below --
2008-02-15 15:31 Network namespace status Daniel Lezcano
2008-08-22  7:55 Eelco Chaudron

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.