Linux RDMA and InfiniBand development
 help / color / mirror / Atom feed
* [PATCH for-next 0/4] RDMA/erdma: cleanups and updates 9-9-2022
@ 2022-09-09  9:38 Cheng Xu
  2022-09-09  9:38 ` [PATCH for-next 1/4] RDMA/erdma: Eliminate unnecessary casting for erdma_post_cmd_wait Cheng Xu
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Cheng Xu @ 2022-09-09  9:38 UTC (permalink / raw)
  To: jgg, leon; +Cc: linux-rdma, KaiShen

Hi,

This series has new updates for erdma driver:
- #1~#3 aim at making code more clean, including eliminating unnecessary
  castings, removing redundant include headers, and hiding hardware
  internal opcodes.
- #4 introcuces dynamic mtu support.

Thanks,
Cheng Xu

Cheng Xu (4):
  RDMA/erdma: Eliminate unnecessary casting for erdma_post_cmd_wait
  RDMA/erdma: Remove redundant includes
  RDMA/erdma: Make hardware internal opcodes invisible to driver
  RDMA/erdma: Support dynamic mtu

 drivers/infiniband/hw/erdma/erdma.h       |  4 ++-
 drivers/infiniband/hw/erdma/erdma_cm.c    |  8 ------
 drivers/infiniband/hw/erdma/erdma_cmdq.c  |  8 +-----
 drivers/infiniband/hw/erdma/erdma_cq.c    |  4 ---
 drivers/infiniband/hw/erdma/erdma_eq.c    | 13 ++-------
 drivers/infiniband/hw/erdma/erdma_hw.h    | 14 ++++++---
 drivers/infiniband/hw/erdma/erdma_main.c  | 17 +++++------
 drivers/infiniband/hw/erdma/erdma_qp.c    | 15 ++--------
 drivers/infiniband/hw/erdma/erdma_verbs.c | 35 +++++++++++------------
 drivers/infiniband/hw/erdma/erdma_verbs.h |  9 +-----
 10 files changed, 43 insertions(+), 84 deletions(-)

-- 
2.27.0


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

end of thread, other threads:[~2022-09-21  7:36 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-09  9:38 [PATCH for-next 0/4] RDMA/erdma: cleanups and updates 9-9-2022 Cheng Xu
2022-09-09  9:38 ` [PATCH for-next 1/4] RDMA/erdma: Eliminate unnecessary casting for erdma_post_cmd_wait Cheng Xu
2022-09-09  9:38 ` [PATCH for-next 2/4] RDMA/erdma: Remove redundant includes Cheng Xu
2022-09-09  9:38 ` [PATCH for-next 3/4] RDMA/erdma: Make hardware internal opcodes invisible to driver Cheng Xu
2022-09-09  9:38 ` [PATCH for-next 4/4] RDMA/erdma: Support dynamic mtu Cheng Xu
2022-09-20 11:32   ` Leon Romanovsky
2022-09-21  2:28     ` Cheng Xu
2022-09-21  7:35       ` Leon Romanovsky
2022-09-21  7:32   ` (subset) " Leon Romanovsky
2022-09-20 11:33 ` [PATCH for-next 0/4] RDMA/erdma: cleanups and updates 9-9-2022 Leon Romanovsky

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