20dc7f7d19
For iWARP devices, buffers that are intended to be the target of an RDMA read initiated by the target must additionally have IBV_ACCESS_REMOTE_WRITE permission. This is because iWARP's RDMA read path essentially requests the remote side to do an RDMA write. This is unfortunate because there is no way to differentiate between memory that the remote side can do an RDMA write to and memory that will only be the target of RDMA reads initiated by the target. There is nothing we can do about this serious deficiency in the specification, however, so we have to live with it. Change-Id: I3d2f2814ce0cb1df4e5347296ef371db4d16be21 Signed-off-by: Ben Walker <benjamin.walker@intel.com>