]> git.openfabrics.org - ~shefty/rdma-dev.git/commit
rdma/cm: Add support for AF_IB to cma_get_service_id
authorSean Hefty <sean.hefty@intel.com>
Wed, 7 Apr 2010 00:22:33 +0000 (17:22 -0700)
committerSean Hefty <sean.hefty@intel.com>
Sat, 7 Jan 2012 00:49:54 +0000 (16:49 -0800)
commit5d8568a3debd85c1b18b3fb6953d914b27c8fd55
tree5f8ea96482e506ab2fde3886b8063b1e5f7915ca
parentd0843a0ef8589ba01adf6f88e4db14441d5d1008
rdma/cm: Add support for AF_IB to cma_get_service_id

cma_get_service_id forms the service ID based on the port space
and port number of the rdma_cm_id.  Extend the call to support
AF_IB, which contains the service ID directly.  This will
be needed to support any arbitrary SID.

Signed-off-by: Sean Hefty <sean.hefty@intel.com>
drivers/infiniband/core/cma.c