]> git.openfabrics.org - ~shefty/rdma-dev.git/commit
ib/addr: add AF_IB support to ip_addr_size
authorSean Hefty <sean.hefty@intel.com>
Wed, 17 Mar 2010 18:10:23 +0000 (10:10 -0800)
committerSean Hefty <sean.hefty@intel.com>
Thu, 13 May 2010 01:02:11 +0000 (18:02 -0700)
commitd8bbc97d9347bbecf5471550b8a08bf926a2a614
tree586764ae6c56733377b56a1a9acfb79e10d6ce76
parent019f257dc026a7052e50bed3815f4fe86f631a3d
ib/addr: add AF_IB support to ip_addr_size

Add support for AF_IB to ip_addr_size, and rename the function
to account for the change.  Give the compiler more control over
whether the call should be inline or not by moving the definition
into the .c file, removing the static inline, and exporting it.

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