Skip to content
Commit 2c3a5f9a authored by Andy Grover's avatar Andy Grover
Browse files

RDS: Add flag for silent ops. Do atomic op before RDMA



Add a flag to the API so users can indicate they want
silent operations. This is needed because silent ops
cannot be used with USE_ONCE MRs, so we can't just
assume silent.

Also, change send_xmit to do atomic op before rdma op if
both are present, and centralize the hairy logic to determine if
we want to attempt silent, or not.

Signed-off-by: default avatarAndy Grover <andy.grover@oracle.com>
parent 7e3bd65e
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment