提交 b0b3a75b 编写于 作者: D Dhananjay Phadke 提交者: David S. Miller

netxen: disable msi-x for NC512m adapter

This board doesn't suppot msi-x well due to msi-x table
mapping (hardware) issue.
Signed-off-by: NDhananjay Phadke <dhananjay@netxen.com>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 be339aee
...@@ -292,7 +292,6 @@ static void netxen_check_options(struct netxen_adapter *adapter) ...@@ -292,7 +292,6 @@ static void netxen_check_options(struct netxen_adapter *adapter)
switch (adapter->ahw.board_type) { switch (adapter->ahw.board_type) {
case NETXEN_BRDTYPE_P2_SB31_10G: case NETXEN_BRDTYPE_P2_SB31_10G:
case NETXEN_BRDTYPE_P2_SB31_10G_CX4: case NETXEN_BRDTYPE_P2_SB31_10G_CX4:
case NETXEN_BRDTYPE_P2_SB31_10G_HMEZ:
adapter->msix_supported = !!use_msi_x; adapter->msix_supported = !!use_msi_x;
adapter->rss_supported = !!use_msi_x; adapter->rss_supported = !!use_msi_x;
break; break;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册