android_kernel_xiaomi_sm8350/drivers/infiniband/core
Sean Hefty c8f6a362bf RDMA/cma: Add multicast communication support
Extend rdma_cm to support multicast communication.  Multicast support
is added to the existing RDMA_PS_UDP port space, as well as a new
RDMA_PS_IPOIB port space.  The latter port space allows joining the
multicast groups used by IPoIB, which enables offloading IPoIB traffic
to a separate QP.  The port space determines the signature used in the
MGID when joining the group.  The newly added RDMA_PS_IPOIB also
allows for unicast operations, similar to RDMA_PS_UDP.

Supporting the RDMA_PS_IPOIB requires changing how UD QPs are initialized,
since we can no longer assume that the qkey is constant.  This requires
saving the Q_Key to use when attaching to a device, so that it is
available when creating the QP.  The Q_Key information is exported to
the user through the existing rdma_init_qp_attr() interface.

Multicast support is also exported to userspace through the rdma_ucm.

Signed-off-by: Roland Dreier <rolandd@cisco.com>
2007-02-16 14:29:07 -08:00
..
addr.c IB: Remove redundant "_wq" from workqueue names 2007-02-10 08:00:50 -08:00
agent.c
agent.h
cache.c [PATCH] remove many unneeded #includes of sched.h 2007-02-14 08:09:54 -08:00
cm_msgs.h
cm.c RDMA/cma: Allow early transition to RTS to handle lost CM messages 2006-12-12 11:50:21 -08:00
cma.c RDMA/cma: Add multicast communication support 2007-02-16 14:29:07 -08:00
core_priv.h
device.c IB/core: Use ARRAY_SIZE macro for mandatory_table 2007-02-10 08:00:47 -08:00
fmr_pool.c IB/fmr: ib_flush_fmr_pool() may wait too long 2006-12-12 11:50:19 -08:00
iwcm.c RDMA/iwcm: iw_cm_id destruction race fixes 2007-02-16 13:57:35 -08:00
iwcm.h
mad_priv.h IB/core: Use the new verbs DMA mapping functions 2006-12-12 14:28:30 -08:00
mad_rmpp.c WorkStruct: make allyesconfig 2006-11-22 14:57:56 +00:00
mad_rmpp.h
mad.c IB: Return qp pointer as part of ib_wc 2007-02-04 14:11:55 -08:00
Makefile IB/sa: Track multicast join/leave requests 2007-02-16 14:20:02 -08:00
multicast.c IB/sa: Track multicast join/leave requests 2007-02-16 14:20:02 -08:00
packer.c
sa_query.c IB/sa: Track multicast join/leave requests 2007-02-16 14:20:02 -08:00
sa.h IB/sa: Track multicast join/leave requests 2007-02-16 14:20:02 -08:00
smi.c
smi.h
sysfs.c
ucm.c [PATCH] mark struct file_operations const 3 2007-02-12 09:48:45 -08:00
ucma.c RDMA/cma: Add multicast communication support 2007-02-16 14:29:07 -08:00
ud_header.c
user_mad.c [PATCH] mark struct file_operations const 3 2007-02-12 09:48:45 -08:00
uverbs_cmd.c IB: Return qp pointer as part of ib_wc 2007-02-04 14:11:55 -08:00
uverbs_main.c [PATCH] mark struct file_operations const 3 2007-02-12 09:48:45 -08:00
uverbs_marshall.c RDMA/cma: Export rdma cm interface to userspace 2006-12-12 11:50:22 -08:00
uverbs_mem.c IB/core: Use the new verbs DMA mapping functions 2006-12-12 14:28:30 -08:00
uverbs.h
verbs.c