RDS: Add flag for silent ops. Do atomic op before RDMA
authorAndy Grover <andy.grover@oracle.com>
Tue, 2 Mar 2010 00:10:40 +0000 (16:10 -0800)
committerAndy Grover <andy.grover@oracle.com>
Thu, 9 Sep 2010 01:12:06 +0000 (18:12 -0700)
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: Andy Grover <andy.grover@oracle.com>

No differences found