]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
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>
Sun, 16 Jun 2024 11:32:13 +0000 (13:32 +0200)
[ 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

index 10ffad061f94a8d77cd0447c53e8077e36e0719d..13aa8dd42f7d6bb9f4037c1001570b87f9cd2d93 100644 (file)
@@ -3278,8 +3278,9 @@ static void get_cqe_status(struct hns_roce_dev *hr_dev, struct hns_roce_qp *qp,
                   wc->status == IB_WC_WR_FLUSH_ERR))
                return;
 
-       ibdev_err(&hr_dev->ib_dev, "error cqe status 0x%x:\n", cqe_status);
-       print_hex_dump(KERN_ERR, "", DUMP_PREFIX_NONE, 16, 4, cqe,
+       ibdev_err_ratelimited(&hr_dev->ib_dev, "error cqe status 0x%x:\n",
+                             cqe_status);
+       print_hex_dump(KERN_DEBUG, "", DUMP_PREFIX_NONE, 16, 4, cqe,
                       cq->cqe_size, false);
 
        /*