> for consistency with CC Annex which shows meaning of threshold fields in hex
> not decimal
> 
> Signed-off-by: Hal Rosenstock <h...@mellanox.com>

Thanks applied.

Ira


> ---
> Change since v1:
> Change fields to hex rather than SwitchPortCongestionSetting:Threshold to be
> consistent with CC Annex
> 
> diff --git a/src/fields.c b/src/fields.c index 33a6364..9965811 100644
> --- a/src/fields.c
> +++ b/src/fields.c
> @@ -858,9 +858,9 @@ static const ib_field_t ib_mad_f[] = {
>       {0, 32, "Control_Map", mad_dump_hex},
>       {32, 256, "Victim_Mask", mad_dump_array},
>       {288, 256, "Credit_Mask", mad_dump_array},
> -     {BITSOFFS(544, 4), "Threshold", mad_dump_uint},
> +     {BITSOFFS(544, 4), "Threshold", mad_dump_hex},
>       {BITSOFFS(552, 8), "Packet_Size", mad_dump_uint},
> -     {BITSOFFS(560, 4), "CS_Threshold", mad_dump_uint},
> +     {BITSOFFS(560, 4), "CS_Threshold", mad_dump_hex},
>       {BITSOFFS(576, 16), "CS_ReturnDelay", mad_dump_hex}, /* TODO: CCT
> dump */
>       {BITSOFFS(592, 16), "Marking_Rate", mad_dump_uint},
>       {0, 0},                 /*
> IB_CC_SWITCH_CONGESTION_SETTING_LAST_F */
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to