diff options
author | Mustafa Ismail <[email protected]> | 2022-04-25 13:16:24 -0500 |
---|---|---|
committer | Jason Gunthorpe <[email protected]> | 2022-05-11 15:58:40 -0300 |
commit | 81091d7696ae71627ff80bbf2c6b0986d2c1cce3 (patch) | |
tree | e949b113ef7aa37039994a3242c57576709a8712 /tools/perf/scripts/python/event_analyzing_sample.py | |
parent | a2d36b02c15d49cec1f5a44c5123bb7f3bdfea8e (diff) |
RDMA/irdma: Add SW mechanism to generate completions on error
HW flushes after QP in error state is not reliable. This can lead to
application hang waiting on a completion for outstanding WRs. Implement a
SW mechanism to generate completions for any outstanding WR's after the QP
is modified to error.
This is accomplished by starting a delayed worker after the QP is modified
to error and the HW flush is performed. The worker will generate
completions that will be returned to the application when it polls the
CQ. This mechanism only applies to Kernel applications.
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mustafa Ismail <[email protected]>
Signed-off-by: Shiraz Saleem <[email protected]>
Signed-off-by: Jason Gunthorpe <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/event_analyzing_sample.py')
0 files changed, 0 insertions, 0 deletions