aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorwenglianfa <[email protected]>2024-10-24 20:39:56 +0800
committerLeon Romanovsky <[email protected]>2024-10-30 14:13:54 +0200
commit571e4ab8a45e530623ab129803f090a844dd3fe9 (patch)
tree0c5a35ccb588f0a7da847803ec85d2366c5aae1e /tools/perf/scripts/python
parent427b1f3bba2aa9322561dc3448aacc15a1f68284 (diff)
RDMA/hns: Fix an AEQE overflow error caused by untimely update of eq_db_ci
eq_db_ci is updated only after all AEQEs are processed in the AEQ interrupt handler, which is not timely enough and may result in AEQ overflow. Two optimization methods are proposed: 1. Set an upper limit for AEQE processing. 2. Move time-consuming operations such as printings to the bottom half of the interrupt. cmd events and flush_cqe events are still fully processed in the top half to ensure timely handling. Fixes: a5073d6054f7 ("RDMA/hns: Add eq support of hip08") Signed-off-by: wenglianfa <[email protected]> Signed-off-by: Junxian Huang <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Leon Romanovsky <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions