| From stable-bounces@linux.kernel.org Thu Mar 1 16:06:43 2007 |
| From: Ayaz Abdulla <aabdulla@nvidia.com> |
| Date: Thu, 01 Mar 2007 19:05:16 -0500 |
| Subject: forcedeth: disable msix |
| To: linux-stable <stable@kernel.org> |
| Message-ID: <45E76A3C.1070907@redhat.com> |
| |
| From: Ayaz Abdulla <aabdulla@nvidia.com> |
| |
| forcedeth: disable msix |
| |
| There seems to be an issue when both MSI-X is enabled and NAPI is |
| configured. This patch disables MSI-X until the issue is root caused. |
| |
| Signed-off-by: Ayaz Abdulla <aabdulla@nvidia.com> |
| Signed-off-by: Jeff Garzik <jeff@garzik.org> |
| Cc: Chuck Ebbert <cebbert@redhat.com> |
| Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> |
| |
| --- |
| drivers/net/forcedeth.c | 2 +- |
| 1 file changed, 1 insertion(+), 1 deletion(-) |
| |
| --- linux-2.6.20.1.orig/drivers/net/forcedeth.c |
| +++ linux-2.6.20.1/drivers/net/forcedeth.c |
| @@ -825,7 +825,7 @@ enum { |
| NV_MSIX_INT_DISABLED, |
| NV_MSIX_INT_ENABLED |
| }; |
| -static int msix = NV_MSIX_INT_ENABLED; |
| +static int msix = NV_MSIX_INT_DISABLED; |
| |
| /* |
| * DMA 64bit |