linux-rdma.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH for-next 0/3] Updates for 6.5
@ 2023-05-19 16:54 Dennis Dalessandro
  2023-05-19 16:54 ` [PATCH for-next 1/3] IB/hfi1: Add mmu_rb_node refcount to hfi1_mmu_rb_template tracepoints Dennis Dalessandro
                   ` (3 more replies)
  0 siblings, 4 replies; 17+ messages in thread
From: Dennis Dalessandro @ 2023-05-19 16:54 UTC (permalink / raw)
  To: jgg, leonro; +Cc: Patrick Kelsey, Dean Luick, Brendan Cunningham, linux-rdma

Here are 3 more patches related/spawned out of the work to scale back the
page pinning re-work. This series depends on [1] which was submitted for RC
recently.

[1] https://patchwork.kernel.org/project/linux-rdma/patch/168451393605.3700681.13493776139032178861.stgit@awfm-02.cornelisnetworks.com/

---

Brendan Cunningham (2):
      IB/hfi1: Add mmu_rb_node refcount to hfi1_mmu_rb_template tracepoints
      IB/hfi1: Remove unused struct mmu_rb_ops fields .insert, .invalidate

Patrick Kelsey (1):
      IB/hfi1: Separate user SDMA page-pinning from memory type


 drivers/infiniband/hw/hfi1/Makefile     |   2 +
 drivers/infiniband/hw/hfi1/init.c       |   5 +
 drivers/infiniband/hw/hfi1/mmu_rb.c     |   7 +-
 drivers/infiniband/hw/hfi1/mmu_rb.h     |   7 +-
 drivers/infiniband/hw/hfi1/pin_system.c | 487 ++++++++++++++++++++++++
 drivers/infiniband/hw/hfi1/pinning.c    |  55 +++
 drivers/infiniband/hw/hfi1/pinning.h    |  75 ++++
 drivers/infiniband/hw/hfi1/trace_mmu.h  |  48 ++-
 drivers/infiniband/hw/hfi1/user_sdma.c  | 472 ++---------------------
 drivers/infiniband/hw/hfi1/user_sdma.h  |  15 +-
 include/uapi/rdma/hfi/hfi1_user.h       |  31 +-
 11 files changed, 743 insertions(+), 461 deletions(-)
 create mode 100644 drivers/infiniband/hw/hfi1/pin_system.c
 create mode 100644 drivers/infiniband/hw/hfi1/pinning.c
 create mode 100644 drivers/infiniband/hw/hfi1/pinning.h

--
-Denny


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

end of thread, other threads:[~2023-06-16 19:28 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-19 16:54 [PATCH for-next 0/3] Updates for 6.5 Dennis Dalessandro
2023-05-19 16:54 ` [PATCH for-next 1/3] IB/hfi1: Add mmu_rb_node refcount to hfi1_mmu_rb_template tracepoints Dennis Dalessandro
2023-05-19 16:54 ` [PATCH for-next 2/3] IB/hfi1: Remove unused struct mmu_rb_ops fields .insert, .invalidate Dennis Dalessandro
2023-05-19 16:54 ` [PATCH for-next 3/3] IB/hfi1: Separate user SDMA page-pinning from memory type Dennis Dalessandro
2023-06-01 17:45   ` Jason Gunthorpe
2023-06-01 18:15     ` Dennis Dalessandro
2023-06-01 18:58       ` Jason Gunthorpe
2023-06-01 19:11         ` Dennis Dalessandro
2023-06-01 22:46           ` Jason Gunthorpe
2023-06-02  3:15             ` Dennis Dalessandro
2023-06-01 22:54 ` [PATCH for-next 0/3] Updates for 6.5 Jason Gunthorpe
2023-06-02  3:41   ` Dennis Dalessandro
2023-06-02 13:42     ` Jason Gunthorpe
2023-06-02 17:15       ` Dennis Dalessandro
2023-06-02 17:23         ` Jason Gunthorpe
2023-06-16 16:33           ` Dennis Dalessandro
2023-06-16 19:25             ` Jason Gunthorpe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).