net: Add alloc_netdev_mqs function
authorTom Herbert <therbert@google.com>
Sun, 9 Jan 2011 19:36:31 +0000 (19:36 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 11 Jan 2011 00:05:30 +0000 (16:05 -0800)
commit36909ea43814cba34f7c921e99cba33d770a54e1
tree294b44411dc7939e152aa1002f9f5fe9868751f6
parent91b5c98c2e062f982423686c77b8bf31f37fa196
net: Add alloc_netdev_mqs function

Added alloc_netdev_mqs function which allows the number of transmit and
receive queues to be specified independenty.  alloc_netdev_mq was
changed to a macro to call the new function.  Also added
alloc_etherdev_mqs with same purpose.

Signed-off-by: Tom Herbert <therbert@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/etherdevice.h
include/linux/netdevice.h
net/core/dev.c
net/ethernet/eth.c