diff options
author | Lang Cheng <[email protected]> | 2021-02-05 17:39:32 +0800 |
---|---|---|
committer | Jason Gunthorpe <[email protected]> | 2021-02-08 20:25:25 -0400 |
commit | 62490fd5a8654f9639a6766921ee72f5dbc6a479 (patch) | |
tree | 6de2d04636190b2a42cb8b45e4d5cee98adc9792 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 993703370a6f929fcef39a14d1be17cbc1d26a30 (diff) |
RDMA/hns: Avoid unnecessary memset on WQEs in post_send
All fields of WQE will be rewrote, so the memset is unnecessary. And when
SQ is working in OWNER mode, the pipeline may prefetch the WQEs beyond PI,
the memset operation may flip the owner bit too early, then the pipeline
may get a wrong WQ.
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Lang Cheng <[email protected]>
Signed-off-by: Weihang Li <[email protected]>
Signed-off-by: Jason Gunthorpe <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions