]> 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>
Wed, 7 Apr 2010 00:22:41 +0000 (17:22 -0700)
commitdea11b78996ae6346c060853cc8072134c2d8efb
treede5ab9675ff040f704a1bfddb18db20f86f1f111
parentb87cccdb27a7e75c0f9e03a9d37593ceab4d4ede
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