Commit 5697ea0f authored by Ayaz Abdulla's avatar Ayaz Abdulla Committed by Greg Kroah-Hartman

forcedeth: disable msix

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: default avatarAyaz Abdulla <aabdulla@nvidia.com>
Signed-off-by: default avatarJeff Garzik <jeff@garzik.org>
Cc: Chuck Ebbert <cebbert@redhat.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent d50ff202
...@@ -825,7 +825,7 @@ enum { ...@@ -825,7 +825,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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment