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)
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>

No differences found