]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'team_multiq'
authorDavid S. Miller <davem@davemloft.net>
Fri, 20 Jul 2012 18:07:37 +0000 (11:07 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 20 Jul 2012 18:07:37 +0000 (11:07 -0700)
commit5ab59b95aa7236e4c5d6342cbcaf04a867113e39
tree49abe1f74a0a3290cf611878a704914a9f5e6577
parentdfabdfef3939a94d2e1d60d77698ac70f33089da
parent5e07f1a5ecba6c06f9795689741ce02b47bb30f5
Merge branch 'team_multiq'

Jiri Pirko says:

====================
This patchset represents the way I walked when I was adding multiqueue
support for team driver.

Jiri Pirko (6):
  net: honour netif_set_real_num_tx_queues() retval
  rtnl: allow to specify different num for rx and tx queue count
  rtnl: allow to specify number of rx and tx queues on device creation
  net: rename bond_queue_mapping to slave_dev_queue_mapping
  bond_sysfs: use ream_num_tx_queues rather than params.tx_queue
  team: add multiqueue support
====================

Signed-off-by: David S. Miller <davem@davemloft.net>