RDMA/core: Add SRQ type field
authorSean Hefty <sean.hefty@intel.com>
Mon, 23 May 2011 23:31:36 +0000 (16:31 -0700)
committerRoland Dreier <roland@purestorage.com>
Thu, 13 Oct 2011 16:13:26 +0000 (09:13 -0700)
Currently, there is only a single ("basic") type of SRQ, but with XRC
support we will add a second.  Prepare for this by defining an SRQ type
and setting all current users to IB_SRQT_BASIC.

Signed-off-by: Sean Hefty <sean.hefty@intel.com>
Signed-off-by: Roland Dreier <roland@purestorage.com>

No differences found