All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH rdma-core v2 0/3] Dma-buf related fixes
@ 2021-02-05  0:29 ` Jianxin Xiong
  0 siblings, 0 replies; 14+ messages in thread
From: Jianxin Xiong @ 2021-02-05  0:29 UTC (permalink / raw)
  To: linux-rdma, dri-devel
  Cc: Jianxin Xiong, Doug Ledford, Jason Gunthorpe, Leon Romanovsky,
	Sumit Semwal, Christian Koenig, Daniel Vetter, Edward Srouji,
	Yishai Hadas, John Hubbard, Ali Alnubani, Gal Pressman,
	Emil Velikov

This is the second version of the patch series. Change log:

v2:
* Use pgk_check_modules() to check libdrm configuration instead of calling
  pkg-config directly
* Put all the DRM header checking logic in CMakeLists.txt
* Use a seperate source file for dma-buf allocation stubs
* Remove the definition of HAVE_DRM_H from config.h
* Add space between the acronym and the full name

v1: https://www.spinics.net/lists/linux-rdma/msg99815.html
* Fix compilation warnings for 32bit builds
* Cosmetic improvement for dma-buf allocation routines
* Add check for DRM headers

This series fixes a few issues related to the dma-buf support. It consists
of three patches. The first patch fixes a compilation warning for 32-bit
builds. Patch 2 renames a function parameter and adds full name to an
acronym. Patch 3 adds check for DRM headers.

Pull request at github: https://github.com/linux-rdma/rdma-core/pull/942

Jianxin Xiong (3):
  verbs: Fix gcc warnings when building for 32bit systems
  pyverbs,tests: Cosmetic improvements for dma-buf allocation routines
  configure: Add check for the presence of DRM headers

 CMakeLists.txt              | 15 +++++++++
 libibverbs/cmd_mr.c         |  2 +-
 libibverbs/verbs.c          |  2 +-
 pyverbs/CMakeLists.txt      | 14 ++++++--
 pyverbs/dmabuf.pyx          | 12 +++----
 pyverbs/dmabuf_alloc.c      | 20 ++++++------
 pyverbs/dmabuf_alloc.h      |  2 +-
 pyverbs/dmabuf_alloc_stub.c | 39 +++++++++++++++++++++++
 pyverbs/mr.pyx              |  6 ++--
 tests/test_mr.py            | 78 ++++++++++++++++++++++-----------------------
 10 files changed, 127 insertions(+), 63 deletions(-)
 create mode 100644 pyverbs/dmabuf_alloc_stub.c

-- 
1.8.3.1


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

end of thread, other threads:[~2021-02-05 17:26 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-05  0:29 [PATCH rdma-core v2 0/3] Dma-buf related fixes Jianxin Xiong
2021-02-05  0:29 ` Jianxin Xiong
2021-02-05  0:29 ` [PATCH rdma-core v2 1/3] verbs: Fix gcc warnings when building for 32bit systems Jianxin Xiong
2021-02-05  0:29   ` Jianxin Xiong
2021-02-05  0:29 ` [PATCH rdma-core v2 2/3] pyverbs,tests: Cosmetic improvements for dma-buf allocation routines Jianxin Xiong
2021-02-05  0:29   ` [PATCH rdma-core v2 2/3] pyverbs, tests: " Jianxin Xiong
2021-02-05  0:29 ` [PATCH rdma-core v2 3/3] configure: Add check for the presence of DRM headers Jianxin Xiong
2021-02-05  0:29   ` Jianxin Xiong
2021-02-05 13:22   ` Jason Gunthorpe
2021-02-05 13:22     ` Jason Gunthorpe
2021-02-05 13:54     ` Daniel Vetter
2021-02-05 13:54       ` Daniel Vetter
2021-02-05 17:23       ` Xiong, Jianxin
2021-02-05 17:23         ` Xiong, Jianxin

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.