[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1412263501-6572-1-git-send-email-nicolas.dichtel@6wind.com>
Date: Thu, 2 Oct 2014 17:24:59 +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: [RFC PATCH linux 0/2] 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.
The first patch only prepares the second one.
I'm not sure against which tree this patch should be done. I've done it against
linux.git.
fs/proc/generic.c | 100 +++++++++++++++++++++++++++++++++++++++++------------
fs/proc/internal.h | 49 +++++++++++++++++++++++---
fs/proc/proc_net.c | 8 +++++
fs/proc/root.c | 5 +++
4 files changed, 135 insertions(+), 27 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