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

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: default avatarAndy Grover <andy.grover@oracle.com>
parent 21f79afa
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