mbox series

[RESEND,v2,0/2] Completion rework

Message ID 20190613123013.5297.32797.stgit@awdrv-06.aw.intel.com (mailing list archive)
Headers show
Series Completion rework | expand

Message

Marciniszyn, Mike June 13, 2019, 12:30 p.m. UTC
This two patch patch series is resend of:
- https://marc.info/?l=linux-rdma&m=155499222312346&w=2
- https://marc.info/?l=linux-rdma&m=155499221212340&w=2

Jason raised issues in:
- https://marc.info/?l=linux-rdma&m=155611789008362&w=2

And Andrea and others surfaced issues with the post send
side API use in:
- https://marc.info/?a=152205460700001&r=1&w=2

These patches address those issues.

Thanks,
Mike
---

Mike Marciniszyn (2):
      IB/rdmavt: Add new completion inline
      IB/{rdmavt, qib, hfi1}: Convert to new completion API


 drivers/infiniband/hw/hfi1/rc.c    |   26 +--------
 drivers/infiniband/hw/qib/qib_rc.c |   26 +--------
 drivers/infiniband/sw/rdmavt/qp.c  |   31 +++-------
 include/rdma/rdmavt_qp.h           |  108 ++++++++++++++++++++++++------------
 4 files changed, 89 insertions(+), 102 deletions(-)

Comments

Doug Ledford June 21, 2019, 2:37 a.m. UTC | #1
On Thu, 2019-06-13 at 08:30 -0400, Mike Marciniszyn wrote:
> This two patch patch series is resend of:
> - https://marc.info/?l=linux-rdma&m=155499222312346&w=2
> - https://marc.info/?l=linux-rdma&m=155499221212340&w=2
> 
> Jason raised issues in:
> - https://marc.info/?l=linux-rdma&m=155611789008362&w=2
> 
> And Andrea and others surfaced issues with the post send
> side API use in:
> - https://marc.info/?a=152205460700001&r=1&w=2
> 
> These patches address those issues.

You indeed addressed the comments.  Series applied to for-next, thanks.