@@ -357,6 +357,7 @@ enum MAD_FIELDS {
IB_PORT_QKEY_VIOL_F,
IB_PORT_GUID_CAP_F,
IB_PORT_CLIENT_REREG_F,
+ IB_PORT_MCAST_PKEY_SUPR_ENAB_F,
IB_PORT_SUBN_TIMEOUT_F,
IB_PORT_RESP_TIME_VAL_F,
IB_PORT_LOCAL_PHYS_ERR_F,
@@ -162,6 +162,7 @@ static const ib_field_t ib_mad_f[] = {
{BITSOFFS(384, 16), "QkeyViolations", mad_dump_uint},
{BITSOFFS(400, 8), "GuidCap", mad_dump_uint},
{BITSOFFS(408, 1), "ClientReregister", mad_dump_uint},
+ {BITSOFFS(409, 1), "McastPkeyTrapSuppressionEnabled", mad_dump_uint},
{BITSOFFS(411, 5), "SubnetTimeout", mad_dump_uint},
{BITSOFFS(419, 5), "RespTimeVal", mad_dump_uint},
{BITSOFFS(424, 4), "LocalPhysErr", mad_dump_uint},