From: Andy Grover Date: Tue, 2 Mar 2010 00:10:40 +0000 (-0800) Subject: RDS: Add flag for silent ops. Do atomic op before RDMA X-Git-Tag: v2.6.37-rc1~147^2~499^2~70 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2c3a5f9abb1dc5efdab8ba9a568b1661c65fd1e3;p=pandora-kernel.git 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: Andy Grover --- Reading git-diff-tree failed