All of lore.kernel.org
 help / color / mirror / Atom feed
* [Intel-gfx] [PATCH rdma-next v2 0/2] SG fix together with update to RDMA umem
@ 2021-07-18 11:09 ` Leon Romanovsky
  0 siblings, 0 replies; 23+ messages in thread
From: Leon Romanovsky @ 2021-07-18 11:09 UTC (permalink / raw)
  To: Doug Ledford, Jason Gunthorpe, Christoph Hellwig
  Cc: Maxime Ripard, Mike Marciniszyn, Thomas Zimmermann,
	Dennis Dalessandro, David Airlie, Maor Gottlieb, intel-gfx,
	linux-kernel, dri-devel, Roland Scheidegger, linux-rdma,
	Yishai Hadas, VMware Graphics, Zhu Yanjun, Leon Romanovsky,
	Zack Rusin

From: Leon Romanovsky <leonro@nvidia.com>

Changelog:
v2:
 * Changed implementation of first patch, based on our discussion with Christoph.
   https://lore.kernel.org/lkml/YNwaVTT0qmQdxaZz@infradead.org/
v1: https://lore.kernel.org/lkml/cover.1624955710.git.leonro@nvidia.com/
 * Fixed sg_page with a _dma_ API in the umem.c
v0: https://lore.kernel.org/lkml/cover.1624361199.git.leonro@nvidia.com

Maor Gottlieb (2):
  lib/scatterlist: Fix wrong update of orig_nents
  RDMA: Use dma_map_sgtable for map umem pages

 drivers/gpu/drm/drm_prime.c                 |  2 +-
 drivers/gpu/drm/i915/gem/i915_gem_userptr.c |  2 +-
 drivers/gpu/drm/vmwgfx/vmwgfx_ttm_buffer.c  |  2 +-
 drivers/infiniband/core/umem.c              | 33 +++-----
 drivers/infiniband/core/umem_dmabuf.c       |  1 -
 drivers/infiniband/hw/mlx4/mr.c             |  4 +-
 drivers/infiniband/hw/mlx5/mr.c             |  3 +-
 drivers/infiniband/sw/rdmavt/mr.c           |  2 +-
 drivers/infiniband/sw/rxe/rxe_mr.c          |  3 +-
 include/linux/scatterlist.h                 |  3 +-
 include/rdma/ib_umem.h                      |  6 +-
 include/rdma/ib_verbs.h                     | 28 +++++++
 lib/scatterlist.c                           | 88 ++++++++++++++-------
 tools/testing/scatterlist/main.c            | 15 +++-
 14 files changed, 128 insertions(+), 64 deletions(-)

-- 
2.31.1

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

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

end of thread, other threads:[~2021-07-22 14:31 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-07-18 11:09 [Intel-gfx] [PATCH rdma-next v2 0/2] SG fix together with update to RDMA umem Leon Romanovsky
2021-07-18 11:09 ` Leon Romanovsky
2021-07-18 11:09 ` Leon Romanovsky
2021-07-18 11:09 ` [Intel-gfx] [PATCH rdma-next v2 1/2] lib/scatterlist: Fix wrong update of orig_nents Leon Romanovsky
2021-07-18 11:09   ` Leon Romanovsky
2021-07-18 11:09   ` Leon Romanovsky
2021-07-21 16:13   ` [Intel-gfx] " Christoph Hellwig
2021-07-21 16:13     ` Christoph Hellwig
2021-07-22 13:00   ` [Intel-gfx] " Jason Gunthorpe
2021-07-22 13:00     ` Jason Gunthorpe
2021-07-22 13:00     ` Jason Gunthorpe
2021-07-22 13:07     ` [Intel-gfx] " Christoph Hellwig
2021-07-22 13:07       ` Christoph Hellwig
2021-07-22 13:39       ` [Intel-gfx] " Jason Gunthorpe
2021-07-22 13:39         ` Jason Gunthorpe
2021-07-22 13:39         ` Jason Gunthorpe
2021-07-18 11:09 ` [Intel-gfx] [PATCH rdma-next v2 2/2] RDMA: Use dma_map_sgtable for map umem pages Leon Romanovsky
2021-07-18 11:09   ` Leon Romanovsky
2021-07-18 11:09   ` Leon Romanovsky
2021-07-21 16:16   ` [Intel-gfx] " Christoph Hellwig
2021-07-21 16:16     ` Christoph Hellwig
2021-07-18 11:14 ` [Intel-gfx] ✗ Fi.CI.BUILD: failure for SG fix together with update to RDMA umem Patchwork
2021-07-22 14:31 ` [Intel-gfx] ✗ Fi.CI.BUILD: failure for SG fix together with update to RDMA umem (rev2) Patchwork

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.