]> bbs.cooldavid.org Git - net-next-2.6.git/commit
[PATCH net-next] tg3: Set real_num_rx_queues for non-multiq devs
authorMatt Carlson <mcarlson@broadcom.com>
Wed, 6 Oct 2010 20:40:58 +0000 (13:40 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 6 Oct 2010 20:40:58 +0000 (13:40 -0700)
commit85407885d5d8e9eed9be8e4d33c519646b90d09f
treeb659c423ff9226f777dab833431c864a188b3ad9
parent42560ca0616d26c15ff626590101806b99ac95bb
[PATCH net-next] tg3: Set real_num_rx_queues for non-multiq devs

Commit 2ddaad397c47de012dfb956b0c05540da1a0dde5 entitled "tg3: Use
netif_set_real_num_{rx,tx}_queues()" added a new call to
netif_set_real_num_rx_queues in tg3_enable_msix().  This call also needs
to be added to the legacy path to correctly reflect the actual number of
rx queues.

Signed-off-by: Matt Carlson <mcarlson@broadcom.com>
Acked-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/tg3.c