On Tue, Feb 20, 2007 at 03:34:40AM -0500, Ayaz Abdulla wrote:
> 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 <[EMAIL PROTECTED]>
> 

> --- orig/drivers/net/forcedeth.c      2007-02-20 03:29:04.000000000 -0500
> +++ new/drivers/net/forcedeth.c       2007-02-20 03:29:33.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


Ayaz,

Can you elaborate on symptoms that would make one want to use this
patch?

-andy


-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to