mirror of
https://github.com/torvalds/linux.git
synced 2024-12-12 14:12:51 +00:00
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>
This commit is contained in:
parent
e0379a14fc
commit
caf96469e8
@ -839,7 +839,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
|
||||
|
Loading…
Reference in New Issue
Block a user