net/mlx5: Suppress error logging on UCTX creation
authorYishai Hadas <yishaih@nvidia.com>
Thu, 15 Dec 2022 11:04:40 +0000 (13:04 +0200)
committerSaeed Mahameed <saeedm@nvidia.com>
Wed, 18 Jan 2023 18:34:06 +0000 (10:34 -0800)
commitd0f332dc96894d4652a1d10e9de35ded267901a7
tree6b194203fe5945564bd39eaed23b6981f03298b1
parent022dbea0ea8ea433823a3d12719e29dcef2fb637
net/mlx5: Suppress error logging on UCTX creation

Suppress error logging that can be triggered by userspace upon DEVX UCTX
creation.

The reason that it's not suppressed today with the uid check to suppress
DEVX is that MLX5_CMD_OP_CREATE_UCTX command still doesn't have a uid as
it comes to create it..

Signed-off-by: Yishai Hadas <yishaih@nvidia.com>
Reviewed-by: Maor Gottlieb <maorg@nvidia.com>
Signed-off-by: Saeed Mahameed <saeedm@nvidia.com>
drivers/net/ethernet/mellanox/mlx5/core/cmd.c