From: Sean Hefty Date: Wed, 29 May 2013 17:09:25 +0000 (-0700) Subject: RDMA/ucma: Support querying for AF_IB addresses X-Git-Tag: v3.11-rc1~16^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ee7aed4528fb3c44a36abd79eb23fd5401a5b697;p=pandora-kernel.git RDMA/ucma: Support querying for AF_IB addresses The sockaddr structure for AF_IB is larger than sockaddr_in6. The rdma cm user space ABI uses the latter to exchange address information between user space and the kernel. To support querying for larger addresses, define a new query command that exchanges data using sockaddr_storage, rather than sockaddr_in6. Unlike the existing query_route command, the new command only returns address information. Route (i.e. path record) data is separated. Signed-off-by: Sean Hefty Signed-off-by: Roland Dreier --- Reading git-diff-tree failed