]> 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>
Thu, 13 May 2010 01:05:56 +0000 (18:05 -0700)
commit307be975867c2451991b19c73e659d283bd76ac3
tree896030a0ef632de38a2ead05735961b1e5ca234f
parentf555e7ff6b0d5003ada002678316d1484703912e
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