netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] speed up net device allocation using pattern names
@ 2011-06-07  1:39 Lucian Adrian Grijincu
  2011-06-07  1:39 ` [PATCH 1/2] net: add alloc_netdev_mqs_id Lucian Adrian Grijincu
  2011-06-07  1:39 ` [PATCH 2/2] net: dummy: allocate devices with alloc_netdev_id Lucian Adrian Grijincu
  0 siblings, 2 replies; 10+ messages in thread
From: Lucian Adrian Grijincu @ 2011-06-07  1:39 UTC (permalink / raw)
  To: netdev, David S. Miller; +Cc: Eric Dumazet, Lucian Adrian Grijincu

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


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

end of thread, other threads:[~2011-06-09  7:20 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-07  1:39 [PATCH 0/2] speed up net device allocation using pattern names Lucian Adrian Grijincu
2011-06-07  1:39 ` [PATCH 1/2] net: add alloc_netdev_mqs_id Lucian Adrian Grijincu
2011-06-07  1:39 ` [PATCH 2/2] net: dummy: allocate devices with alloc_netdev_id Lucian Adrian Grijincu
2011-06-07  3:19   ` Eric Dumazet
2011-06-07  3:38     ` David Miller
2011-06-07  7:49     ` Lucian Adrian Grijincu
2011-06-07  7:59       ` Eric Dumazet
2011-06-07  8:30         ` Lucian Adrian Grijincu
2011-06-07  9:29           ` David Miller
2011-06-09  7:20             ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).