From: Saeed Mahameed <sae...@mellanox.com> Date: Sun, 4 Dec 2016 12:56:11 +0200
> +static uint prof_sel = MLX5_DEFAULT_PROF; Please do not use type shorthands such as "uint", always expand fully "unsigned int". Thanks.
From: Saeed Mahameed <sae...@mellanox.com> Date: Sun, 4 Dec 2016 12:56:11 +0200
> +static uint prof_sel = MLX5_DEFAULT_PROF; Please do not use type shorthands such as "uint", always expand fully "unsigned int". Thanks.