netxen: enable msi-x for quad-gig boards
NX3031 firmware now supports MSI-X interrupts on Quad GbE boards. Signed-off-by: Dhananjay Phadke <dhananjay@netxen.com> Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
This commit is contained in:
committed by
Jeff Garzik
parent
5050015597
commit
ec68db6930
@@ -241,7 +241,7 @@ static void netxen_check_options(struct netxen_adapter *adapter)
|
|||||||
case NETXEN_BRDTYPE_P3_REF_QG:
|
case NETXEN_BRDTYPE_P3_REF_QG:
|
||||||
case NETXEN_BRDTYPE_P3_4_GB:
|
case NETXEN_BRDTYPE_P3_4_GB:
|
||||||
case NETXEN_BRDTYPE_P3_4_GB_MM:
|
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;
|
adapter->max_rx_desc_count = MAX_RCV_DESCRIPTORS_10G;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user