|
@@ -255,7 +255,8 @@ int mlx4_ib_process_mad(struct ib_device *ibdev, int mad_flags, u8 port_num,
|
|
|
return IB_MAD_RESULT_SUCCESS;
|
|
|
} else if (in_mad->mad_hdr.mgmt_class == IB_MGMT_CLASS_PERF_MGMT ||
|
|
|
in_mad->mad_hdr.mgmt_class == MLX4_IB_VENDOR_CLASS1 ||
|
|
|
- in_mad->mad_hdr.mgmt_class == MLX4_IB_VENDOR_CLASS2) {
|
|
|
+ in_mad->mad_hdr.mgmt_class == MLX4_IB_VENDOR_CLASS2 ||
|
|
|
+ in_mad->mad_hdr.mgmt_class == IB_MGMT_CLASS_CONG_MGMT) {
|
|
|
if (in_mad->mad_hdr.method != IB_MGMT_METHOD_GET &&
|
|
|
in_mad->mad_hdr.method != IB_MGMT_METHOD_SET)
|
|
|
return IB_MAD_RESULT_SUCCESS;
|