All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] new ib_drain_qp() API
@ 2016-02-08 22:14 Steve Wise
       [not found] ` <cover.1454969695.git.swise-ut6Up61K2wZBDgjK7y7TUQ@public.gmane.org>
  0 siblings, 1 reply; 24+ messages in thread
From: Steve Wise @ 2016-02-08 22:14 UTC (permalink / raw)
  To: linux-rdma-u79uwXL29TY76Z2rM5mHXA; +Cc: bart.vanassche-XdAiOPVOjttBDgjK7y7TUQ

This series creates a new helper API for draining a queue pair.  It is a
rework of an original patch created by Christoph Hellwig as part of the CQ
API rework and was dropped to be resubmitted by me with iw_cxgb4 support.

Original thread: http://www.spinics.net/lists/linux-rdma/msg30296.html

Changes since v1:

- added comments to the ib_drain_qp() function header specifying the
consumer requirements

- in __ib_drain_qp(), if the ib_post_send() fails, still wait for the
recv wr to drain since we already posted it.

- CC the SRP maintainer, bart.vanassche-XdAiOPVOjtvowKkBSvOlow@public.gmane.org

---

Steve Wise (3):
  IB: new common API for draining a queue pair
  iw_cxgb4: add drain_qp function
  IB/srp: use ib_drain_qp()

 drivers/infiniband/core/verbs.c        | 77 ++++++++++++++++++++++++++++++++++
 drivers/infiniband/hw/cxgb4/cq.c       |  6 ++-
 drivers/infiniband/hw/cxgb4/iw_cxgb4.h |  2 +
 drivers/infiniband/hw/cxgb4/provider.c |  1 +
 drivers/infiniband/hw/cxgb4/qp.c       |  8 ++++
 drivers/infiniband/ulp/srp/ib_srp.c    | 45 ++++----------------
 include/rdma/ib_verbs.h                |  2 +
 7 files changed, 102 insertions(+), 39 deletions(-)

-- 
2.7.0

--
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

^ permalink raw reply	[flat|nested] 24+ messages in thread

end of thread, other threads:[~2016-02-11 18:54 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-08 22:14 [PATCH v2 0/3] new ib_drain_qp() API Steve Wise
     [not found] ` <cover.1454969695.git.swise-ut6Up61K2wZBDgjK7y7TUQ@public.gmane.org>
2016-01-14 18:24   ` [PATCH 2/3] iw_cxgb4: add drain_qp function Steve Wise
2016-01-27 20:09   ` [PATCH 3/3] IB/srp: use ib_drain_qp() Steve Wise
2016-02-05 21:13   ` [PATCH 1/3] IB: new common API for draining a queue pair Steve Wise
2016-02-09 20:04   ` [PATCH v2 0/3] new ib_drain_qp() API Steve Wise
2016-02-09 20:50     ` Steve Wise
2016-02-09 21:03       ` Bart Van Assche
     [not found]         ` <56BA540B.4040405-XdAiOPVOjttBDgjK7y7TUQ@public.gmane.org>
2016-02-09 21:06           ` Steve Wise
2016-02-09 21:18           ` Chuck Lever
     [not found]             ` <08D51C34-0009-4784-BE80-7BCB85441606-QHcLZuEGTsvQT0dZR+AlfA@public.gmane.org>
2016-02-09 21:20               ` Steve Wise
2016-02-09 21:35                 ` Chuck Lever
     [not found]         ` <011901d1637d$b5286400$1f792c00$@opengridcomputing.com>
2016-02-09 21:58           ` Steve Wise
2016-02-09 22:23             ` Chuck Lever
2016-02-10 10:33             ` Sagi Grimberg
     [not found]               ` <56BB11F0.9090203-LDSdmyG8hGV8YrgS2mwiifqBs+8SCbDb@public.gmane.org>
2016-02-10 14:08                 ` Bart Van Assche
     [not found]                   ` <56BB4479.8090009-XdAiOPVOjttBDgjK7y7TUQ@public.gmane.org>
2016-02-11 10:46                     ` Sagi Grimberg
     [not found]                       ` <56BC6686.8030301-LDSdmyG8hGV8YrgS2mwiifqBs+8SCbDb@public.gmane.org>
2016-02-11 15:15                         ` Bart Van Assche
     [not found]                           ` <56BCA57A.4000500-XdAiOPVOjttBDgjK7y7TUQ@public.gmane.org>
2016-02-11 16:11                             ` Sagi Grimberg
     [not found]                               ` <56BCB2C3.9060408-LDSdmyG8hGV8YrgS2mwiifqBs+8SCbDb@public.gmane.org>
2016-02-11 18:54                                 ` Bart Van Assche
2016-02-10 15:27                 ` Steve Wise
2016-02-10 15:55                   ` Steve Wise
2016-02-11 15:22                   ` Doug Ledford
     [not found]                     ` <56BCA741.6020800-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2016-02-11 16:09                       ` Sagi Grimberg
     [not found]                         ` <56BCB239.3020505-LDSdmyG8hGV8YrgS2mwiifqBs+8SCbDb@public.gmane.org>
2016-02-11 16:10                           ` Steve Wise

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.