[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <48CC5724.4020407@garzik.org>
Date: Sat, 13 Sep 2008 20:13:24 -0400
From: Jeff Garzik <jeff@...zik.org>
To: Dhananjay Phadke <dhananjay@...xen.com>
CC: netdev@...r.kernel.org
Subject: Re: [PATCH] netxen: enable msi-x for quad-gig boards
Dhananjay Phadke wrote:
> NX3031 firmware now supports MSI-X interrupts on Quad GbE boards.
>
> Signed-off-by: Dhananjay Phadke <dhananjay@...xen.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
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists