From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ayaz Abdulla Subject: [PATCH 2/3] forcedeth: disable msix Date: Mon, 19 Feb 2007 09:28:07 -0500 Message-ID: <45D9B3F7.4080801@nvidia.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="------------000303030100000708050807" To: Jeff Garzik , Manfred Spraul , Andrew Morton , nedev Return-path: Received: from hqemgate01.nvidia.com ([216.228.112.170]:1067 "EHLO HQEMGATE01.nvidia.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965784AbXBTApu (ORCPT ); Mon, 19 Feb 2007 19:45:50 -0500 Sender: netdev-owner@vger.kernel.org List-Id: netdev.vger.kernel.org This is a multi-part message in MIME format. --------------000303030100000708050807 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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 --------------000303030100000708050807 Content-Type: text/plain; name="patch-forcedeth-msix" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="patch-forcedeth-msix" --- orig/drivers/net/forcedeth.c 2007-02-19 09:17:02.000000000 -0500 +++ new/drivers/net/forcedeth.c 2007-02-19 09:17:07.000000000 -0500 @@ -839,7 +839,7 @@ NV_MSIX_INT_DISABLED, NV_MSIX_INT_ENABLED }; -static int msix = NV_MSIX_INT_ENABLED; +static int msix = NV_MSIX_INT_DISABLED; /* * DMA 64bit --------------000303030100000708050807--