From: Tim Gardner Date: Tue, 8 Jun 2010 23:51:27 +0000 (-0600) Subject: net: Print num_rx_queues imbalance warning only when there are allocated queues X-Git-Tag: v2.6.35-rc3~1^2~7^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=08c801f8d45387a1b46066aad1789a9bb9c4b645;p=pandora-kernel.git net: Print num_rx_queues imbalance warning only when there are allocated queues 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 Acked-by: Eric Dumazet --- Reading git-diff-tree failed