net: Print num_rx_queues imbalance warning only when there are allocated queues
authorTim Gardner <tim.gardner@canonical.com>
Tue, 8 Jun 2010 23:51:27 +0000 (17:51 -0600)
committerTim Gardner <tim.gardner@canonical.com>
Wed, 9 Jun 2010 19:46:03 +0000 (13:46 -0600)
BugLink: http://bugs.launchpad.net/bugs/591416
There are a number of network drivers (bridge, bonding, etc) that are not yet
receive multi-queue enabled and use alloc_netdev(), so don't print a
num_rx_queues imbalance warning in that case.

Also, only print the warning once for those drivers that _are_ multi-queue
enabled.

Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
Acked-by: Eric Dumazet <eric.dumazet@gmail.com>

No differences found