diff options
| author | Kaike Wan <[email protected]> | 2019-01-24 06:36:48 -0800 |
|---|---|---|
| committer | Doug Ledford <[email protected]> | 2019-02-05 17:53:55 -0500 |
| commit | a0b34f75ec209e40f06912380533ec525691544f (patch) | |
| tree | fc11bed576ed43e217c7719d88623d311d825aa4 /tools/perf/scripts/python | |
| parent | 24b11923da4c7dbf5690d3ac74710affaf564196 (diff) | |
IB/hfi1: Add interlock between a TID RDMA request and other requests
This locking mechanism is designed to provent vavious memory corruption
scenarios from occurring when requests are pipelined, especially when
RDMA READ/WRITE requests are interleaved with TID RDMA READ/WRITE
requests:
1. READ-AFTER-READ;
2. READ-AFTER-WRITE;
3. WRITE-AFTER-READ;
When memory corruption is likely, a request will be held back until
previous requests have been completed.
Reviewed-by: Mike Marciniszyn <[email protected]>
Signed-off-by: Mitko Haralanov <[email protected]>
Signed-off-by: Kaike Wan <[email protected]>
Signed-off-by: Dennis Dalessandro <[email protected]>
Signed-off-by: Doug Ledford <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions