RDS: make m_rdma_op a member of rds_message
authorAndy Grover <andy.grover@oracle.com>
Tue, 12 Jan 2010 22:13:15 +0000 (14:13 -0800)
committerAndy Grover <andy.grover@oracle.com>
Thu, 9 Sep 2010 01:11:38 +0000 (18:11 -0700)
commitff87e97a9d70c9ae133d3d3d7792b26ab85f4297
tree32de73cdf5e4353e89b3351eaae695f69faa868b
parent21f79afa5fda2820671a8f64c3d0e43bb118053b
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>
net/rds/ib_send.c
net/rds/iw_send.c
net/rds/message.c
net/rds/rdma.c
net/rds/rds.h
net/rds/send.c