diff options
author | Jason Gunthorpe <[email protected]> | 2022-07-29 13:33:38 -0300 |
---|---|---|
committer | Leon Romanovsky <[email protected]> | 2022-08-16 15:08:31 +0300 |
commit | 19d6214ad6dfffda1a5bdc2b34ea75ba45a1a60a (patch) | |
tree | 9f73d5ac61cb0d97dd2c502e1c53e56631eab606 /scripts/bpf_doc.py | |
parent | 568035b01cfb107af8d2e4bd2fb9aea22cf5b868 (diff) |
IB/mlx5: Call io_stop_wc() after writing to WC MMIO
This new function is defined only on ARM and serves to guarantee a barrier
in the WC operation. The barrier means that another run of this loop will
not combine with the stores this loop created.
On x86 this is happening implicitly because of the spin_unlock().
Link: https://lore.kernel.org/r/[email protected]
Suggested-by: Pavel Shamis <[email protected]>
Signed-off-by: Jason Gunthorpe <[email protected]>
Signed-off-by: Leon Romanovsky <[email protected]>
Diffstat (limited to 'scripts/bpf_doc.py')
0 files changed, 0 insertions, 0 deletions