[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1412672559-5256-1-git-send-email-nicolas.dichtel@6wind.com>
Date: Tue, 7 Oct 2014 11:02:38 +0200
From: Nicolas Dichtel <nicolas.dichtel@...nd.com>
To: netdev@...r.kernel.org, linux-kernel@...r.kernel.org
Cc: davem@...emloft.net, ebiederm@...ssion.com,
akpm@...ux-foundation.org, adobriyan@...il.com,
rui.xiang@...wei.com, viro@...iv.linux.org.uk, oleg@...hat.com,
gorcunov@...nvz.org, kirill.shutemov@...ux.intel.com,
grant.likely@...retlab.ca, tytso@....edu
Subject: [PATCH linux v3 0/1] Optimize network interfaces creation
When a lot of netdevices are created, one of the bottleneck is the creation
of proc entries. This serie aims to accelerate this part.
I'm not sure against which tree this patch should be done. I've done it against
linux.git.
v2 -> v3
- restore credit to Thierry Herbelot for the initial idea.
RFCv1 -> v2
- use a red-black tree instead of a hash list
fs/proc/generic.c | 164 ++++++++++++++++++++++++++++++++++-------------------
fs/proc/internal.h | 11 ++--
fs/proc/proc_net.c | 1 +
fs/proc/root.c | 1 +
4 files changed, 113 insertions(+), 64 deletions(-)
Comments are welcome.
Regards,
Nicolas
--
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