From: Andy Gospodarek <andy@greyhouse.net>
To: Ayaz Abdulla <aabdulla@nvidia.com>
Cc: Jeff Garzik <jgarzik@pobox.com>,
Manfred Spraul <manfred@colorfullife.com>,
Andrew Morton <akpm@osdl.org>, nedev <netdev@vger.kernel.org>
Subject: Re: [PATCH 2/3] forcedeth: disable msix
Date: Fri, 23 Feb 2007 15:20:05 -0500 [thread overview]
Message-ID: <20070223202004.GA16359@gospo.rdu.redhat.com> (raw)
In-Reply-To: <45DAB2A0.2020004@nvidia.com>
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 <aabdulla@nvidia.com>
>
> --- 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
next prev parent reply other threads:[~2007-02-23 20:20 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-02-20 8:34 [PATCH 2/3] forcedeth: disable msix Ayaz Abdulla
2007-02-23 20:20 ` Andy Gospodarek [this message]
-- strict thread matches above, loose matches on Subject: below --
2007-02-19 14:28 Ayaz Abdulla
2007-02-20 16:26 ` Jeff Garzik
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20070223202004.GA16359@gospo.rdu.redhat.com \
--to=andy@greyhouse.net \
--cc=aabdulla@nvidia.com \
--cc=akpm@osdl.org \
--cc=jgarzik@pobox.com \
--cc=manfred@colorfullife.com \
--cc=netdev@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).