commit | ff87e97a9d70c9ae133d3d3d7792b26ab85f4297 | [log] [tgz] |
---|---|---|
author | Andy Grover <andy.grover@oracle.com> | Tue Jan 12 14:13:15 2010 -0800 |
committer | Andy Grover <andy.grover@oracle.com> | Wed Sep 08 18:11:38 2010 -0700 |
tree | 32de73cdf5e4353e89b3351eaae695f69faa868b | |
parent | 21f79afa5fda2820671a8f64c3d0e43bb118053b [diff] |
RDS: make m_rdma_op a member of rds_message This eliminates a separate memory alloc, although it is now necessary to add an "r_active" flag, since it is no longer to use the m_rdma_op pointer as an indicator of if an rdma op is present. rdma SGs allocated from rm sg pool. rds_rm_size also gets bigger. It's a little inefficient to run through CMSGs twice, but it makes later steps a lot smoother. Signed-off-by: Andy Grover <andy.grover@oracle.com>