Message ID | 4FF9AA90.6020500@dev.mellanox.co.il (mailing list archive) |
---|---|
State | Not Applicable |
Delegated to: | Ira Weiny |
Headers | show |
Hi Hal, On 11:43 Sun 08 Jul , Hal Rosenstock wrote: > > Signed-off-by: Hal Rosenstock <hal@mellanox.com> > --- Applied, thanks. -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/src/ibdiag_common.c b/src/ibdiag_common.c index 78882a2..ebe8797 100644 --- a/src/ibdiag_common.c +++ b/src/ibdiag_common.c @@ -501,7 +501,7 @@ int is_mlnx_ext_port_info_supported(uint32_t devid) if (ibd_ibnetdisc_flags & IBND_CONFIG_MLX_EPI) { if (devid == 0xc738) return 1; - if (devid >= 0x1003 && devid <= 0x1010) + if (devid >= 0x1003 && devid <= 0x1011) return 1; } return 0;
Signed-off-by: Hal Rosenstock <hal@mellanox.com> --- -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html