]> git.openfabrics.org - ~shefty/rdma-dev.git/commit
rdma/ucm: Name changes to indicate only IP addresses supported
authorSean Hefty <sean.hefty@intel.com>
Wed, 7 Apr 2010 00:22:41 +0000 (17:22 -0700)
committerSean Hefty <sean.hefty@intel.com>
Sat, 7 Jan 2012 00:49:55 +0000 (16:49 -0800)
commitacef5292241083cb636bf9fd97111f4c5db2cce9
treefa37d63b511376f1e0e3ea00c8f2abdfdcd2f4c7
parent65e3b12b8a16c6428d886376040fccc88f61fbfb
rdma/ucm: Name changes to indicate only IP addresses supported

Several commands into the RDMA CM from user space are
restricted to supporting addresses which fit into a sockaddr_in6
structure: bind address, resolve address, and join multicast.

With the addition of AF_IB, we need to support addresses
which are larger than sockaddr_in6.  This will be done by
adding new commands that exchange address information using
sockaddr_storage.  However, to support existing applications,
we maintain the current commands and structures, but rename
them to indicate that they only support IPv4 and v6 addresses.

Signed-off-by: Sean Hefty <sean.hefty@intel.com>
drivers/infiniband/core/ucma.c
include/rdma/rdma_user_cm.h