[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1307410786-19110-1-git-send-email-lucian.grijincu@gmail.com>
Date: Tue, 7 Jun 2011 04:39:44 +0300
From: Lucian Adrian Grijincu <lucian.grijincu@...il.com>
To: netdev@...r.kernel.org, "David S. Miller" <davem@...emloft.net>
Cc: Eric Dumazet <eric.dumazet@...il.com>,
Lucian Adrian Grijincu <lucian.grijincu@...il.com>
Subject: [PATCH 0/2] speed up net device allocation using pattern names
The next two patches:
- add a faster way to add net devices using pattern names like "dummy%d"
- call that routine for dummy
Patches are against net-next, but should apply cleanly to 3.0-rc1 too.
Lucian Adrian Grijincu (2):
net: add alloc_netdev_mqs_id
net: dummy: allocate devices with alloc_netdev_id
drivers/net/dummy.c | 4 ++-
include/linux/netdevice.h | 7 +++++
net/core/dev.c | 63 +++++++++++++++++++++++++++++++++++++++++++++
3 files changed, 73 insertions(+), 1 deletions(-)
--
1.7.5.2.317.g391b14
--
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