android_kernel_xiaomi_sm8350/drivers/infiniband/core
Sean Hefty 75ab13443e IB/mad: Add support for dual-sided RMPP transfers.
The implementation assumes that any RMPP request that requires a
response uses DS RMPP.  Based on the RMPP start-up scenarios defined
by the spec, this should be a valid assumption.  That is, there is no
start-up scenario defined where an RMPP request is followed by a
non-RMPP response.  By having this assumption we avoid any API
changes.

In order for a node that supports DS RMPP to communicate with one that
does not, RMPP responses assume a new window size of 1 if a DS ACK has
not been received.  (By DS ACK, I'm referring to the turn-around ACK
after the final ACK of the request.)  This is a slight spec deviation,
but is necessary to allow communication with nodes that do not
generate the DS ACK.  It also handles the case when a response is sent
after the request state has been discarded.

Signed-off-by: Sean Hefty <sean.hefty@intel.com>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
2006-09-22 15:22:44 -07:00
..
addr.c [NET] infiniband: Cleanup ib_addr module to use the netevents 2006-08-02 13:38:22 -07:00
agent.c
agent.h
cache.c IB/core: Fix SM LID/LID change with client reregister set 2006-08-16 09:54:47 -07:00
cm_msgs.h
cm.c IB/cm: Use correct reject code for invalid GID 2006-09-22 15:22:43 -07:00
cma.c RDMA/cma: Increase the IB CM retry count in CMA 2006-09-14 13:55:30 -07:00
core_priv.h
device.c
fmr_pool.c [PATCH] fmr pool: remove unnecessary pointer dereference 2006-07-14 21:53:51 -07:00
mad_priv.h
mad_rmpp.c IB/mad: Add support for dual-sided RMPP transfers. 2006-09-22 15:22:44 -07:00
mad_rmpp.h
mad.c IB/mad: Validate MADs for spec compliance 2006-07-24 09:18:07 -07:00
Makefile
packer.c
sa_query.c IB/core: Fix SM LID/LID change with client reregister set 2006-08-16 09:54:47 -07:00
smi.c
smi.h
sysfs.c
ucm.c
ud_header.c
user_mad.c IB/mad: Validate MADs for spec compliance 2006-07-24 09:18:07 -07:00
uverbs_cmd.c IB/uverbs: Pass userspace data to modify_srq and modify_qp methods 2006-09-22 15:22:25 -07:00
uverbs_main.c IB/uverbs: Avoid a crash on device hot remove 2006-08-03 10:56:42 -07:00
uverbs_marshall.c
uverbs_mem.c
uverbs.h IB/uverbs: Avoid a crash on device hot remove 2006-08-03 10:56:42 -07:00
verbs.c IB/uverbs: Pass userspace data to modify_srq and modify_qp methods 2006-09-22 15:22:25 -07:00