Add support for ConnectX-4.

Signed-off-by: Hal Rosenstock <[email protected]>
---
 opensm/osm_subnet.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/opensm/osm_subnet.c b/opensm/osm_subnet.c
index ba760ff..3463eca 100644
--- a/opensm/osm_subnet.c
+++ b/opensm/osm_subnet.c
@@ -1476,7 +1476,7 @@ int is_mlnx_ext_port_info_supported(ib_net16_t devid)
        devid_ho = cl_ntoh16(devid);
        if ((devid_ho >= 0xc738 && devid_ho <= 0xc73b) || devid_ho == 0xcb20)
                return 1;
-       if (devid_ho >= 0x1003 && devid_ho <= 0x1013)
+       if (devid_ho >= 0x1003 && devid_ho <= 0x1016)
                return 1;
        return 0;
 }
-- 
1.7.8.2

--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to