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: 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>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
d50ff202a7
commit
5697ea0fe9
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user