Loading
RDMA/hns: Modify the print level of CQE error
mainline inclusion from mainline-v6.10-rc1 commit 349e859952285ab9689779fb46de163f13f18f43 category: bugfix bugzilla: https://gitee.com/openeuler/kernel/issues/I9SONH Reference: https://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma.git/commit/?id=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: 7c044adc ("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:
huwentao0417 <huwentao19@h-partners.com>