]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
mlx4: Call alloc_etherdev to allocate RX and TX queues
authorTom Herbert <therbert@google.com>
Sun, 9 Jan 2011 19:36:36 +0000 (19:36 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 11 Jan 2011 00:05:31 +0000 (16:05 -0800)
commitf1593d2298acca8b6680100d622911827edb8b0a
treeebc4e49a4b94d8a05db9722d4d032c694e300476
parent36909ea43814cba34f7c921e99cba33d770a54e1
mlx4: Call alloc_etherdev to allocate RX and TX queues

Changed driver to call alloc_etherdev_mqs so that the number of TX
and RX queues can be set to correct values in the netdev device.

Signed-off-by: Tom Herbert <therbert@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/mlx4/en_netdev.c