The patch titled forcedeth: disable msix has been added to the -mm tree. Its filename is forcedeth-disable-msix.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: forcedeth: disable msix From: Ayaz Abdulla <aabdulla@xxxxxxxxxx> 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@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/net/forcedeth.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/net/forcedeth.c~forcedeth-disable-msix drivers/net/forcedeth.c --- a/drivers/net/forcedeth.c~forcedeth-disable-msix +++ a/drivers/net/forcedeth.c @@ -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 _ Patches currently in -mm which might be from aabdulla@xxxxxxxxxx are forcedeth-fixed-missing-call-in-napi-poll.patch forcedeth-disable-msix.patch forcedeth-fix-checksum-feature-in-mcp65.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html