Linux RDMA and InfiniBand development
 help / color / mirror / Atom feed
* [PATCH for-next 0/2] Series short description
@ 2023-08-22 14:07 Dennis Dalessandro
  2023-08-22 14:07 ` [PATCH for-next 1/2] RDMA/hfi1: Move user SDMA system memory pinning code to its own file Dennis Dalessandro
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Dennis Dalessandro @ 2023-08-22 14:07 UTC (permalink / raw)
  To: jgg, leonro
  Cc: Patrick Kelsey, Douglas Miller, Brendan Cunningham, linux-rdma

Much scaled down version of Brendan's previous patches. This doesn't touch uAPI
just refactors some code.

Small fixup from Doug.

Would have sent a couple weeks ago but had been dealing with the isert
regression. Reverting that give us a clean bill of health. If too late
for 6.6 can wait another cycle even. 

---

Brendan Cunningham (1):
      RDMA/hfi1: Move user SDMA system memory pinning code to its own file

Douglas Miller (1):
      IB/hfi1: Reduce printing of errors during driver shut down


 drivers/infiniband/hw/hfi1/Makefile     |   1 +
 drivers/infiniband/hw/hfi1/chip.c       |   8 +-
 drivers/infiniband/hw/hfi1/hfi.h        |   4 +-
 drivers/infiniband/hw/hfi1/pin_system.c | 474 ++++++++++++++++++++++++
 drivers/infiniband/hw/hfi1/pinning.h    |  20 +
 drivers/infiniband/hw/hfi1/user_sdma.c  | 441 +---------------------
 drivers/infiniband/hw/hfi1/user_sdma.h  |  17 +-
 7 files changed, 510 insertions(+), 455 deletions(-)
 create mode 100644 drivers/infiniband/hw/hfi1/pin_system.c
 create mode 100644 drivers/infiniband/hw/hfi1/pinning.h

--
-Denny


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

end of thread, other threads:[~2023-08-22 14:32 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-22 14:07 [PATCH for-next 0/2] Series short description Dennis Dalessandro
2023-08-22 14:07 ` [PATCH for-next 1/2] RDMA/hfi1: Move user SDMA system memory pinning code to its own file Dennis Dalessandro
2023-08-22 14:07 ` [PATCH for-next 2/2] IB/hfi1: Reduce printing of errors during driver shut down Dennis Dalessandro
2023-08-22 14:15 ` [PATCH for-next 0/2] Series short description Dennis Dalessandro
2023-08-22 14:30   ` Leon Romanovsky
2023-08-22 14:31 ` Leon Romanovsky

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