net/mlx5: Decrease level of prints about non-existent MKEY
authorLeon Romanovsky <leonro@mellanox.com>
Tue, 3 Apr 2018 11:03:52 +0000 (14:03 +0300)
committerSaeed Mahameed <saeedm@mellanox.com>
Fri, 4 May 2018 19:11:51 +0000 (12:11 -0700)
commitd034294e3c5bec1d5b5c6338991b29d19c820ea0
tree07ee50e97c617786d8092c2fb89c850c75c97926
parent9f463608b98331f58e37d175830b53cec01859a4
net/mlx5: Decrease level of prints about non-existent MKEY

User-controlled application can cause multiple prints as below to flood
dmesg. Since knowledge of failed MKey release is important for debug,
let's decrease its level to debug.

mlx5_core 0000:00:04.0: mlx5_core_destroy_mkey:127:(pid 2352): failed
radix tree delete of mkey 0x1ed700

Reported-by: Noa Osherovich <noaos@mellanox.com>
Signed-off-by: Leon Romanovsky <leonro@mellanox.com>
Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>
drivers/net/ethernet/mellanox/mlx5/core/mr.c