All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next-2.6 0/2] net, sfc: Fix number of RX queues
@ 2010-09-23 20:18 Ben Hutchings
  2010-09-23 20:19 ` [PATCH net-next-2.6 1/2] net: Allow changing number of RX queues after device allocation Ben Hutchings
  2010-09-23 20:20 ` [PATCH net-next-2.6 2/2] sfc: Use proper functions to set core RX and TX queue counts Ben Hutchings
  0 siblings, 2 replies; 13+ messages in thread
From: Ben Hutchings @ 2010-09-23 20:18 UTC (permalink / raw)
  To: David Miller; +Cc: netdev, linux-net-drivers, Tom Herbert

This distinguishes the maximum and actual numbers of RX queues, adds a
function to set the actual number, and changes sfc to use it.  Other
multiqueue drivers should presumably be updated similarly.

Ben.

Ben Hutchings (2):
  net: Allow changing number of RX queues after device allocation
  sfc: Use proper functions to set core RX and TX queue counts

 drivers/net/sfc/efx.c     |    3 ++-
 include/linux/netdevice.h |   14 ++++++++++++++
 net/core/dev.c            |   43 +++++++++++++++++++++++++++++++++++++++----
 net/core/net-sysfs.c      |   34 +++++++++++++++++++---------------
 net/core/net-sysfs.h      |    4 ++++
 5 files changed, 78 insertions(+), 20 deletions(-)

-- 
1.7.2.1


-- 
Ben Hutchings, Senior Software Engineer, Solarflare Communications
Not speaking for my employer; that's the marketing department's job.
They asked us to note that Solarflare product names are trademarked.


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

end of thread, other threads:[~2010-09-27  2:04 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-23 20:18 [PATCH net-next-2.6 0/2] net, sfc: Fix number of RX queues Ben Hutchings
2010-09-23 20:19 ` [PATCH net-next-2.6 1/2] net: Allow changing number of RX queues after device allocation Ben Hutchings
2010-09-24  2:48   ` Eric Dumazet
2010-09-24  3:26     ` [PATCH net-next-2.6] rps: allocate rx queues in register_netdevice only Eric Dumazet
2010-09-24  7:07       ` Eric Dumazet
2010-09-24 15:58         ` Tom Herbert
2010-09-24  8:15       ` John Fastabend
2010-09-24  9:21         ` Eric Dumazet
2010-09-24 16:54           ` John Fastabend
2010-09-27  2:05       ` David Miller
2010-09-24 12:24     ` [PATCH net-next-2.6 1/2] net: Allow changing number of RX queues after device allocation Ben Hutchings
2010-09-24 15:34       ` Tom Herbert
2010-09-23 20:20 ` [PATCH net-next-2.6 2/2] sfc: Use proper functions to set core RX and TX queue counts Ben Hutchings

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.