public inbox for linux-rdma@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH for-next v3 0/3] RDMA/erdma: erdma updates
@ 2024-09-02 11:29 Cheng Xu
  2024-09-02 11:29 ` [PATCH for-next v3 1/3] RDMA/erdma: Refactor the initialization and destruction of EQ Cheng Xu
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Cheng Xu @ 2024-09-02 11:29 UTC (permalink / raw)
  To: jgg, leon; +Cc: linux-rdma, KaiShen

Hi,

This series has some updates for erdma driver:
- #1 refactors the initialization and destruction process of EQ to
  make the code cleaner.
- #2 adds disassociate ucontext support.
- #3 returns QP state in erdma_query_qp.

v3:
- Remove patch "RDMA/erdma: Make the device probe process more robust"
  for internal discussion.
- Remove __GFP_ZERO flags when calling dma_alloc_coherent in patch #1.
- Eliminate __GFP_ZERO by calling dma_pool_zalloc instead of
  dma_pool_alloc in patch #1.

v2:
- Remove unsed erdma_aeq_destroy.

Thanks,
Cheng Xu

Cheng Xu (3):
  RDMA/erdma: Refactor the initialization and destruction of EQ
  RDMA/erdma: Add disassociate ucontext support
  RDMA/erdma: Return QP state in erdma_query_qp

 drivers/infiniband/hw/erdma/erdma.h       |  3 +-
 drivers/infiniband/hw/erdma/erdma_cmdq.c  | 26 ++-----
 drivers/infiniband/hw/erdma/erdma_eq.c    | 87 +++++++++++------------
 drivers/infiniband/hw/erdma/erdma_main.c  |  5 +-
 drivers/infiniband/hw/erdma/erdma_verbs.c | 29 +++++++-
 drivers/infiniband/hw/erdma/erdma_verbs.h |  1 +
 6 files changed, 81 insertions(+), 70 deletions(-)

-- 
2.31.1


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

end of thread, other threads:[~2024-09-04  7:50 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-02 11:29 [PATCH for-next v3 0/3] RDMA/erdma: erdma updates Cheng Xu
2024-09-02 11:29 ` [PATCH for-next v3 1/3] RDMA/erdma: Refactor the initialization and destruction of EQ Cheng Xu
2024-09-02 11:29 ` [PATCH for-next v3 2/3] RDMA/erdma: Add disassociate ucontext support Cheng Xu
2024-09-02 11:29 ` [PATCH for-next v3 3/3] RDMA/erdma: Return QP state in erdma_query_qp Cheng Xu
2024-09-04  7:50 ` [PATCH for-next v3 0/3] RDMA/erdma: erdma updates Leon Romanovsky

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