public inbox for linux-rdma@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH for-next 0/9] IB/hfi1, qib, rdmavt: patches for next 08/28/2017
@ 2017-08-28 18:23 Dennis Dalessandro
       [not found] ` <20170828182121.29434.18989.stgit-9QXIwq+3FY+1XWohqUldA0EOCMrvLtNR@public.gmane.org>
  0 siblings, 1 reply; 11+ messages in thread
From: Dennis Dalessandro @ 2017-08-28 18:23 UTC (permalink / raw)
  To: dledford-H+wXaHxf7aLQT0dZR+AlfA
  Cc: Mike Marciniszyn, Jan Sokolowski,
	linux-rdma-u79uwXL29TY76Z2rM5mHXA, Kaike Wan, Michael J. Ruhl,
	Kamenee Arumugam

Hi Doug,

Here is the next round of patches for our drivers. There are a few patches from
Mike that adds a qp iterator and starts the work of cleaning up some of our code
that needs to walk qps. The rest are minor bug fixes.

Patches can can also be found in my GitHub repo at:
https://github.com/ddalessa/kernel/tree/for-4.14

---

Jan Sokolowski (1):
      IB/hfi1: Acquire QSFP cable information on loopback

Kaike Wan (1):
      IB/hfi1: Use accessor to determine ring size

Kamenee Arumugam (1):
      IB/qib: Stricter bounds checking for copy to buffer

Michael J. Ruhl (1):
      IB/hif1: Remove static tracing from SDMA hot path

Mike Marciniszyn (5):
      IB/rdmavt: Add QP iterator API for QPs
      IB/hfi1: Convert hfi1_error_port_qps() to use new QP iterator
      IB/hfi1: Convert qp_stats debugfs interface to use new iterator API
      IB/qib: Convert qp_stats debugfs interface to use new iterator API
      IB/rdmavt: Handle dereg of inuse MRs properly


 drivers/infiniband/hw/hfi1/debugfs.c    |   15 +-
 drivers/infiniband/hw/hfi1/file_ops.c   |    3 
 drivers/infiniband/hw/hfi1/mmu_rb.c     |   13 +-
 drivers/infiniband/hw/hfi1/platform.c   |   15 ++
 drivers/infiniband/hw/hfi1/qp.c         |  164 ++++++--------------
 drivers/infiniband/hw/hfi1/qp.h         |   23 ---
 drivers/infiniband/hw/hfi1/trace.h      |    3 
 drivers/infiniband/hw/hfi1/trace_mmu.h  |   95 ++++++++++++
 drivers/infiniband/hw/hfi1/trace_tx.h   |  136 ++++++++++++++++
 drivers/infiniband/hw/hfi1/user_sdma.c  |   31 ++--
 drivers/infiniband/hw/hfi1/user_sdma.h  |    3 
 drivers/infiniband/hw/qib/qib_debugfs.c |   18 +-
 drivers/infiniband/hw/qib/qib_iba7322.c |    4 
 drivers/infiniband/hw/qib/qib_qp.c      |   51 +-----
 drivers/infiniband/hw/qib/qib_verbs.h   |   10 -
 drivers/infiniband/sw/rdmavt/mr.c       |  121 +++++++++++++--
 drivers/infiniband/sw/rdmavt/qp.c       |  256 +++++++++++++++++++++++++++++++
 include/rdma/rdmavt_mr.h                |    3 
 include/rdma/rdmavt_qp.h                |   30 ++++
 19 files changed, 733 insertions(+), 261 deletions(-)
 create mode 100644 drivers/infiniband/hw/hfi1/trace_mmu.h

--
-Denny
--
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] 11+ messages in thread

end of thread, other threads:[~2017-08-28 23:31 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-28 18:23 [PATCH for-next 0/9] IB/hfi1, qib, rdmavt: patches for next 08/28/2017 Dennis Dalessandro
     [not found] ` <20170828182121.29434.18989.stgit-9QXIwq+3FY+1XWohqUldA0EOCMrvLtNR@public.gmane.org>
2017-08-28 18:23   ` [PATCH for-next 1/9] IB/hfi1: Acquire QSFP cable information on loopback Dennis Dalessandro
2017-08-28 18:23   ` [PATCH for-next 2/9] IB/hif1: Remove static tracing from SDMA hot path Dennis Dalessandro
2017-08-28 18:23   ` [PATCH for-next 3/9] IB/qib: Stricter bounds checking for copy to buffer Dennis Dalessandro
2017-08-28 18:23   ` [PATCH for-next 4/9] IB/hfi1: Use accessor to determine ring size Dennis Dalessandro
2017-08-28 18:23   ` [PATCH for-next 5/9] IB/rdmavt: Add QP iterator API for QPs Dennis Dalessandro
2017-08-28 18:23   ` [PATCH for-next 6/9] IB/hfi1: Convert hfi1_error_port_qps() to use new QP iterator Dennis Dalessandro
2017-08-28 18:23   ` [PATCH for-next 7/9] IB/hfi1: Convert qp_stats debugfs interface to use new iterator API Dennis Dalessandro
2017-08-28 18:24   ` [PATCH for-next 8/9] IB/qib: " Dennis Dalessandro
2017-08-28 18:24   ` [PATCH for-next 9/9] IB/rdmavt: Handle dereg of inuse MRs properly Dennis Dalessandro
2017-08-28 23:31   ` [PATCH for-next 0/9] IB/hfi1, qib, rdmavt: patches for next 08/28/2017 Doug Ledford

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox