RE: [PATCH] svcrdma: refactor marshalling logic

2014-04-18 Thread Steve Wise
I know bruce is off-line, but does anyone else have comments? Can anyone else test this? Thanks, Steve. -Original Message- From: linux-rdma-ow...@vger.kernel.org [mailto:linux-rdma-ow...@vger.kernel.org] On Behalf Of Steve Wise Sent: Thursday, April 17, 2014 12:59 PM To:

[PATCH librdmacm 3/4] rsocket: Modify when control messages are available

2014-04-18 Thread sean . hefty
From: Sean Hefty sean.he...@intel.com Rsockets currently tracks how many control messages (i.e. entries in the send queue) that are available using a single ctrl_avail counter. Seems simple enough. However, control messages currently require the use of inline data. In order to support control

[PATCH librdmacm 2/4] rsocket: Dedicate a fixed number of SQEs for control messages

2014-04-18 Thread sean . hefty
From: Sean Hefty sean.he...@intel.com The number of SQEs allocated for control messages is set to 1 of 2 constant values (either 4 or 2). A default value is used unless the size of the SQ is below a certain threshold (16 entries). This results in additional code complexity, and it is highly