RDMA/hns: Fix printing level of asynchronous events
mainline inclusion from mainline-v6.7-rc1 commit 9faef73ef4f6666b97e04d99734ac09251098185 category: bugfix bugzilla: https://gitee.com/openeuler/kernel/issues/I8E9OJ CVE: NA Reference: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=9faef73ef4f6666b97e04d99734ac09251098185 ---------------------------------------------------------------------- The current driver will print all asynchronous events. Some of the print levels are set improperly, e.g. SRQ limit reach and SRQ last wqe reach, which may also occur during normal operation of the software. Currently, the information of these event is printed as a warning, which causes a large amount of printing even during normal use of the application. As a result, the service performance deteriorates. This patch fixes the printing storms by modifying the print level. Fixes: b00a92c8 ("RDMA/hns: Move all prints out of irq handle") Signed-off-by:Chengchang Tang <tangchengchang@huawei.com> Signed-off-by:
Junxian Huang <huangjunxian6@hisilicon.com> Link: https://lore.kernel.org/r/20231017125239.164455-2-huangjunxian6@hisilicon.com Signed-off-by:
Leon Romanovsky <leon@kernel.org> Signed-off-by:
Juan Zhou <zhoujuan51@h-partners.com>
Loading
Please sign in to comment