[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <m11vjcnsyr.fsf@fess.ebiederm.org>
Date: Thu, 03 Dec 2009 04:27:08 -0800
From: ebiederm@...ssion.com (Eric W. Biederman)
To: David Miller <davem@...emloft.net>
Cc: <netdev@...r.kernel.org>, jamal <hadi@...erus.ca>,
Daniel Lezcano <dlezcano@...ibm.com>
Subject: [PATCH 0/7] Batched netns improvements.
This series of patches takes my simple 4k network namespace exit test
from about 44s to 1.6s, with a minuscule increase in code side.
While batching has given me big improvements there are a few
changes in there that improve the performance of cleaning up
a single network namespace.
Eric
include/net/fib_rules.h | 3 +-
include/net/inet_timewait_sock.h | 6 +-
include/net/net_namespace.h | 2 +
include/net/netns/xfrm.h | 1 +
net/core/dev.c | 25 +++++++
net/core/fib_rules.c | 36 +++++++++-
net/core/net_namespace.c | 138 ++++++++++++++++----------------------
net/decnet/dn_rules.c | 22 +++---
net/ipv4/fib_rules.c | 12 +---
net/ipv4/inet_timewait_sock.c | 45 ++++++++-----
net/ipv4/tcp_ipv4.c | 11 ++-
net/ipv6/fib6_rules.c | 22 ++----
net/ipv6/tcp_ipv6.c | 11 ++-
net/xfrm/xfrm_user.c | 18 +++--
14 files changed, 200 insertions(+), 152 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists