public inbox for linux-rdma@vger.kernel.org
 help / color / mirror / Atom feed
From: arlin.r.davis-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org
To: linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Cc: Arlin Davis <arlin.r.davis-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
Subject: [PATCH 0/3] DAPL: SRQ support for ofa providers
Date: Mon, 15 Dec 2014 10:35:55 -0800	[thread overview]
Message-ID: <1418668558-695-1-git-send-email-arlin.r.davis@intel.com> (raw)

From: Arlin Davis <arlin.r.davis-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>

Amir Hanania (2):
  common: add srq support for openib verbs providers
  dtest: add dtestsrq for SRQ example and provider testing

Arlin Davis (1):
  dtestx: update IB extension example test with new v2.0.9 features

 Makefile.am                                 |    4 +
 dapl/common/dapl_adapter_util.h             |   13 +
 dapl/common/dapl_cr_callback.c              |    2 +-
 dapl/common/dapl_ep_create.c                |    2 +-
 dapl/common/dapl_ep_create_with_srq.c       |   53 +-
 dapl/common/dapl_ep_free.c                  |    5 +
 dapl/common/dapl_ep_post_recv.c             |    5 +
 dapl/common/dapl_ep_util.c                  |   29 +-
 dapl/common/dapl_ep_util.h                  |    3 +-
 dapl/common/dapl_evd_qp_async_error_callb.c |   15 +-
 dapl/common/dapl_evd_util.c                 |   49 +-
 dapl/common/dapl_srq_create.c               |   23 +-
 dapl/common/dapl_srq_free.c                 |   36 +-
 dapl/common/dapl_srq_post_recv.c            |    6 +-
 dapl/common/dapl_srq_query.c                |    6 +-
 dapl/common/dapl_srq_resize.c               |    9 +-
 dapl/common/dapl_srq_set_lw.c               |    4 +-
 dapl/common/dapl_srq_util.c                 |    2 -
 dapl/include/dapl.h                         |    2 +
 dapl/openib_common/cq.c                     |    3 +-
 dapl/openib_common/dapl_ib_common.h         |    1 +
 dapl/openib_common/dapl_ib_dto.h            |   48 +
 dapl/openib_common/qp.c                     |    5 +
 dapl/openib_common/srq.c                    |  147 +++
 dapl/openib_common/util.c                   |    9 +-
 dat/include/dat2/dat.h                      |    3 +-
 dat/include/dat2/dat_error.h                |    1 +
 test/dtest/Makefile.am                      |    6 +-
 test/dtest/dtestsrq.c                       | 1605 +++++++++++++++++++++++++++
 test/dtest/dtestx.c                         |  581 ++++++++---
 30 files changed, 2444 insertions(+), 233 deletions(-)
 create mode 100644 dapl/openib_common/srq.c
 create mode 100644 test/dtest/dtestsrq.c

-- 
1.7.3

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

             reply	other threads:[~2014-12-15 18:35 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-12-15 18:35 arlin.r.davis-ral2JQCrhuEAvxtiuMwx3w [this message]
     [not found] ` <1418668558-695-1-git-send-email-arlin.r.davis-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
2014-12-15 18:35   ` [PATCH 1/3] common: add srq support for openib verbs providers arlin.r.davis-ral2JQCrhuEAvxtiuMwx3w
2014-12-15 18:35   ` [PATCH 2/3] dtest: add dtestsrq for SRQ example and provider testing arlin.r.davis-ral2JQCrhuEAvxtiuMwx3w
2014-12-15 18:35   ` [PATCH 3/3] dtestx: update IB extension example test with new v2.0.9 features arlin.r.davis-ral2JQCrhuEAvxtiuMwx3w

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1418668558-695-1-git-send-email-arlin.r.davis@intel.com \
    --to=arlin.r.davis-ral2jqcrhueavxtiumwx3w@public.gmane.org \
    --cc=linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox