| commit | 20d7375c1fdf054ca8ab9e5b9fe7fe62b39fa218 | [log] [tgz] |
|---|---|---|
| author | Matt Carlson <mcarlson@broadcom.com> | Sun Jul 11 09:31:41 2010 +0000 |
| committer | David S. Miller <davem@davemloft.net> | Sun Jul 11 17:07:41 2010 -0700 |
| tree | 3e7656c31e7086eb908d1b07b9400f320d5e8270 | |
| parent | 5efeeea1cf16b6382e1a9e2e389950024ba17f3e [diff] |
tg3: Fix single MSI-X vector coalescing The interrupt coalescing setup code used the TG3_FLG2_USING_MSIX flag to determine whether or not to configure the rx coalescing parameters. This is incorrect for the single MSI-X vector case. This patch changes the code to look at the TG3_FLG3_ENABLE_RSS instead. Signed-off-by: Matt Carlson <mcarlson@broadcom.com> Reviewed-by: Michael Chan <mchan@broadcom.com> Signed-off-by: David S. Miller <davem@davemloft.net>