Commit 9faef73
RDMA/hns: Fix printing level of asynchronous events
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: b00a92c ("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>1 parent 465d6b4 commit 9faef73
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5841 | 5841 | | |
5842 | 5842 | | |
5843 | 5843 | | |
5844 | | - | |
| 5844 | + | |
5845 | 5845 | | |
5846 | 5846 | | |
5847 | 5847 | | |
| |||
5856 | 5856 | | |
5857 | 5857 | | |
5858 | 5858 | | |
5859 | | - | |
| 5859 | + | |
5860 | 5860 | | |
5861 | 5861 | | |
5862 | | - | |
| 5862 | + | |
5863 | 5863 | | |
5864 | 5864 | | |
5865 | 5865 | | |
| |||
0 commit comments