commit | d21a1240f5169a07a230d72e0e6d3773b2a088b4 | [log] [tgz] |
---|---|---|
author | Bob Pearson <rpearsonhpe@gmail.com> | Thu Dec 10 11:42:59 2020 -0600 |
committer | Jason Gunthorpe <jgg@nvidia.com> | Fri Dec 11 19:57:48 2020 -0400 |
tree | 502df1bb60738b4a0198435ac0f6c4fb490c203c | |
parent | d8cc403b70de61160aaafddd776ee53aa5aa77eb [diff] |
RDMA/rxe: Use acquire/release for memory ordering Change work and completion queues to use smp_load_acquire() and smp_store_release() to synchronize between driver and users. This commit goes with a matching series of commits in the rxe user space provider. Link: https://lore.kernel.org/r/20201210174258.5234-1-rpearson@hpe.com Signed-off-by: Bob Pearson <rpearson@hpe.com> Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>