On Thu,  8 Mar 2018 15:48:27 +0200
Tariq Toukan <tar...@mellanox.com> wrote:

>       if (vf_tx_rate->rate)
>               print_int(PRINT_ANY,
>                         "tx_rate",
> -                       ", tx rate %d (Mbps)",
> +                       ", tx rate %u (Mbps)",
>                         vf_tx_rate->rate)

JSON output has same sign bug. You need to use print_uint here.

Reply via email to