瀏覽代碼

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>
Ayaz Abdulla 18 年之前
父節點
當前提交
caf96469e8
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/net/forcedeth.c

+ 1 - 1
drivers/net/forcedeth.c

@@ -839,7 +839,7 @@ enum {
 	NV_MSIX_INT_DISABLED,
 	NV_MSIX_INT_DISABLED,
 	NV_MSIX_INT_ENABLED
 	NV_MSIX_INT_ENABLED
 };
 };
-static int msix = NV_MSIX_INT_ENABLED;
+static int msix = NV_MSIX_INT_DISABLED;
 
 
 /*
 /*
  * DMA 64bit
  * DMA 64bit