netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [patch net-next-2.6 0/2] bonding: create same number of queues on all creations
@ 2011-08-10 16:09 Jiri Pirko
  2011-08-10 16:09 ` [patch net-next-2.6 1/2] bonding: implement get_tx_queues rtnk_link_op Jiri Pirko
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Jiri Pirko @ 2011-08-10 16:09 UTC (permalink / raw)
  To: netdev; +Cc: davem, eric.dumazet, fubar, andy, tgraf, ebiederm

When bonding device is created via /sys/class/net/bonding_masters,
correct number of queues is created. But if bonding device is created via rtnl,
default single queue is created. This little patchset makes it behaves the same.

Jiri Pirko (2):
  bonding: implement get_tx_queues rtnk_link_op
  rtnetlink: remove initialization of dev->real_num_tx_queues

 drivers/net/bonding/bond_main.c |    9 +++++++++
 net/core/rtnetlink.c            |    1 -
 2 files changed, 9 insertions(+), 1 deletions(-)

-- 
1.7.6


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

end of thread, other threads:[~2011-08-11 14:46 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-08-10 16:09 [patch net-next-2.6 0/2] bonding: create same number of queues on all creations Jiri Pirko
2011-08-10 16:09 ` [patch net-next-2.6 1/2] bonding: implement get_tx_queues rtnk_link_op Jiri Pirko
2011-08-10 16:09 ` [patch net-next-2.6 2/2] rtnetlink: remove initialization of dev->real_num_tx_queues Jiri Pirko
2011-08-11 14:44 ` [patch net-next-2.6 0/2] bonding: create same number of queues on all creations 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).