This patch set implements the Memory Windows support that was introduced in
libibverbs:
http://www.mail-archive.com/linux-rdma@vger.kernel.org/msg22856.html

This patch set includes two patches:
Patch #1: Implements the Memory Windows verbs; ibv_alloc_mw, ibv_bind_mw and
ibv_dealloc_mw.
Patch #2: Implements the Send with invalidate.


Majd Dibbiny (2):
  Add Memory Windows support
  Implement Send with invalidate

 src/cq.c    |   11 ++++++++++
 src/mlx4.c  |    3 ++
 src/mlx4.h  |    5 ++++
 src/qp.c    |   58 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 src/verbs.c |   65 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 src/wqe.h   |   19 +++++++++++++++++
 6 files changed, 161 insertions(+), 0 deletions(-)

--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to