RDMA/cm: Add RDMA CM support for IBoE devices
authorEli Cohen <eli@dev.mellanox.co.il>
Wed, 13 Oct 2010 19:26:51 +0000 (21:26 +0200)
committerRoland Dreier <rolandd@cisco.com>
Wed, 13 Oct 2010 22:46:43 +0000 (15:46 -0700)
commit3c86aa70bf677a31b71c8292e349242e26cbc743
tree7f38edd826e444b1232185e154f313e70966d250
parentfac70d51914674ce8ae742ed73441ddb4770ad20
RDMA/cm: Add RDMA CM support for IBoE devices

Add support for IBoE device binding and IP --> GID resolution.  Path
resolving and multicast joining are implemented within cma.c by
filling in the responses and running callbacks in the CMA work queue.

IP --> GID resolution always yields IPv6 link local addresses; remote
GIDs are derived from the destination MAC address of the remote port.
Multicast GIDs are always mapped to multicast MACs as is done in IPv6.
(IPv4 multicast is enabled by translating IPv4 multicast addresses to
IPv6 multicast as described in
<http://www.mail-archive.com/ipng@sunroof.eng.sun.com/msg02134.html>.)

Some helper functions are added to ib_addr.h.

Signed-off-by: Eli Cohen <eli@mellanox.co.il>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
drivers/infiniband/core/cma.c
drivers/infiniband/core/sa_query.c
drivers/infiniband/core/ucma.c
include/rdma/ib_addr.h