]> git.hungrycats.org Git - linux/commit
RDMA/hns: Modify the print level of CQE error
authorChengchang Tang <tangchengchang@huawei.com>
Fri, 12 Apr 2024 09:16:16 +0000 (17:16 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 30 May 2024 07:49:43 +0000 (09:49 +0200)
commit817a10a6df9354e67561922d2b7fce48dfbebc55
tree3c7099ceb77bca94eeaef21d8d2b02dbf9e96b75
parent7137986302ac6eb74b5c6da1cba501217e10bc11
RDMA/hns: Modify the print level of CQE error

[ Upstream commit 349e859952285ab9689779fb46de163f13f18f43 ]

Too much print may lead to a panic in kernel. Change ibdev_err() to
ibdev_err_ratelimited(), and change the printing level of cqe dump
to debug level.

Fixes: 7c044adca272 ("RDMA/hns: Simplify the cqe code of poll cq")
Signed-off-by: Chengchang Tang <tangchengchang@huawei.com>
Signed-off-by: Junxian Huang <huangjunxian6@hisilicon.com>
Link: https://lore.kernel.org/r/20240412091616.370789-11-huangjunxian6@hisilicon.com
Signed-off-by: Leon Romanovsky <leon@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/infiniband/hw/hns/hns_roce_hw_v2.c