RDMA/ucma: Name changes to indicate only IP addresses supported
authorSean Hefty <sean.hefty@intel.com>
Wed, 29 May 2013 17:09:30 +0000 (10:09 -0700)
committerRoland Dreier <roland@purestorage.com>
Fri, 21 Jun 2013 06:35:42 +0000 (23:35 -0700)
commit05ad94577ecd5a101889d04aa099b738ec5ee34f
tree24394fe2bcee72de80d91fa4c32426d2c9fee91a
parentedaa7a5578988bcf12f68f14fb002bc0c87e2801
RDMA/ucma: 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>
Signed-off-by: Roland Dreier <roland@purestorage.com>
drivers/infiniband/core/ucma.c
include/uapi/rdma/rdma_user_cm.h