All of lore.kernel.org
 help / color / mirror / Atom feed
* [iproute PATCHv2 0/2] Netns performance improvements
@ 2016-07-05 14:51 Phil Sutter
  2016-07-05 14:51 ` [iproute PATCHv2 1/2] ipnetns: Move NETNS_RUN_DIR into it's own propagation group Phil Sutter
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Phil Sutter @ 2016-07-05 14:51 UTC (permalink / raw)
  To: Stephen Hemminger; +Cc: Eric W . Biederman, netdev

Stress-testing OpenStack Neutron revealed poor performance of 'ip netns'
when dealing with a high amount of namespaces. The cause of this lies in
the combination of how iproute2 mounts NETNS_RUN_DIR and the netns files
therein and the fact that systemd makes all mount points of the system
shared.

Changes since v1:
- Added Suggested-by tag to patches.

Phil Sutter (2):
  ipnetns: Move NETNS_RUN_DIR into it's own propagation group
  ipnetns: Make netns mount points private

 ip/ipnetns.c | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

-- 
2.8.2

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

end of thread, other threads:[~2016-07-07  5:22 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-05 14:51 [iproute PATCHv2 0/2] Netns performance improvements Phil Sutter
2016-07-05 14:51 ` [iproute PATCHv2 1/2] ipnetns: Move NETNS_RUN_DIR into it's own propagation group Phil Sutter
2016-07-05 14:51 ` [iproute PATCHv2 2/2] ipnetns: Make netns mount points private Phil Sutter
2016-07-07  4:22 ` [iproute PATCHv2 0/2] Netns performance improvements Stephen Hemminger
2016-07-07  5:09   ` Eric W. Biederman

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.