public inbox for linux-rdma@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH for-next 0/3] RDMA/erdma: A series of fixes for the erdma driver
@ 2024-03-11 11:38 Boshi Yu
  2024-03-11 11:38 ` [PATCH for-next 1/3] RDMA/erdma: Allocate doorbell records from dma pool Boshi Yu
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: Boshi Yu @ 2024-03-11 11:38 UTC (permalink / raw)
  To: jgg, leon; +Cc: linux-rdma, chengyou, KaiShen

Hi,

This series of patchs introduce a new dma pool named db_pool for doorbell
record allocation. Besides, we unify the names related to doorbell records
into dbrec for simplicity. By the way, we also remove the uncessary
__GFP_ZERO flag when calling dma_alloc_coherent().

- #1 introduces the dma pool named db_pool and allocates all doorbell
  records from it.
- #2 unifies the names related to doorbell record into dbrec.
- #3 remove the unnecessary __GFP_ZERO flag when calling
  dma_alloc_coherent().

Thanks,
Boshi Yu

Boshi Yu (3):
  RDMA/erdma: Allocate doorbell records from dma pool
  RDMA/erdma: Unify the names related to doorbell records
  RDMA/erdma: Remove unnecessary __GFP_ZERO flag

 drivers/infiniband/hw/erdma/erdma.h       |  13 +--
 drivers/infiniband/hw/erdma/erdma_cmdq.c  |  99 +++++++++++---------
 drivers/infiniband/hw/erdma/erdma_cq.c    |   2 +-
 drivers/infiniband/hw/erdma/erdma_eq.c    |  54 ++++++-----
 drivers/infiniband/hw/erdma/erdma_hw.h    |   6 +-
 drivers/infiniband/hw/erdma/erdma_main.c  |  15 +++-
 drivers/infiniband/hw/erdma/erdma_qp.c    |   4 +-
 drivers/infiniband/hw/erdma/erdma_verbs.c | 105 ++++++++++++----------
 drivers/infiniband/hw/erdma/erdma_verbs.h |  16 ++--
 9 files changed, 181 insertions(+), 133 deletions(-)

-- 
2.39.3


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

end of thread, other threads:[~2024-04-01 11:46 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-11 11:38 [PATCH for-next 0/3] RDMA/erdma: A series of fixes for the erdma driver Boshi Yu
2024-03-11 11:38 ` [PATCH for-next 1/3] RDMA/erdma: Allocate doorbell records from dma pool Boshi Yu
2024-03-13 16:20   ` Zhu Yanjun
2024-03-14 10:23     ` Zhu Yanjun
2024-03-11 11:38 ` [PATCH for-next 2/3] RDMA/erdma: Unify the names related to doorbell records Boshi Yu
2024-03-11 11:38 ` [PATCH for-next 3/3] RDMA/erdma: Remove unnecessary __GFP_ZERO flag Boshi Yu
2024-03-12 10:53   ` Leon Romanovsky
2024-03-13  2:40     ` Boshi Yu
2024-03-13  9:31       ` Leon Romanovsky
2024-03-12 10:54 ` [PATCH for-next 0/3] RDMA/erdma: A series of fixes for the erdma driver Leon Romanovsky
2024-04-01 11:46 ` Leon Romanovsky

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