From: Jeff Garzik <jeff@garzik.org>
To: Dhananjay Phadke <dhananjay@netxen.com>
Cc: netdev@vger.kernel.org
Subject: Re: [PATCH] netxen: enable msi-x for quad-gig boards
Date: Sat, 13 Sep 2008 20:13:24 -0400 [thread overview]
Message-ID: <48CC5724.4020407@garzik.org> (raw)
In-Reply-To: <1219265568-28298-1-git-send-email-dhananjay@netxen.com>
Dhananjay Phadke wrote:
> NX3031 firmware now supports MSI-X interrupts on Quad GbE boards.
>
> Signed-off-by: Dhananjay Phadke <dhananjay@netxen.com>
> ---
> drivers/net/netxen/netxen_nic_main.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/drivers/net/netxen/netxen_nic_main.c b/drivers/net/netxen/netxen_nic_main.c
> index 32bb47a..59d6521 100644
> --- a/drivers/net/netxen/netxen_nic_main.c
> +++ b/drivers/net/netxen/netxen_nic_main.c
> @@ -241,7 +241,7 @@ static void netxen_check_options(struct netxen_adapter *adapter)
> case NETXEN_BRDTYPE_P3_REF_QG:
> case NETXEN_BRDTYPE_P3_4_GB:
> case NETXEN_BRDTYPE_P3_4_GB_MM:
> - adapter->msix_supported = 0;
> + adapter->msix_supported = !!use_msi_x;
> adapter->max_rx_desc_count = MAX_RCV_DESCRIPTORS_10G;
applied
prev parent reply other threads:[~2008-09-14 0:13 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-08-20 20:52 [PATCH] netxen: enable msi-x for quad-gig boards Dhananjay Phadke
2008-09-14 0:13 ` Jeff Garzik [this message]
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=48CC5724.4020407@garzik.org \
--to=jeff@garzik.org \
--cc=dhananjay@netxen.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.