All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH for-next v2 0/3] RDMA/erdma: Add atomic operations support
@ 2022-11-07  2:18 Cheng Xu
  2022-11-07  2:18 ` [PATCH for-next v2 1/3] RDMA/erdma: Extend access right field of FRMR and REG MR to support atomic Cheng Xu
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Cheng Xu @ 2022-11-07  2:18 UTC (permalink / raw)
  To: jgg, leon; +Cc: linux-rdma, KaiShen

Hi,

This series introcuces atomic operations support for erdma driver:
- #1 extends access rights field in FRMR and REG MR commands to support
  IB_ACCESS_REMOTE_ATOMIC.
- #2 gets atomic capacity from hardware, and reports the cap to core.
- #3 implements the IO-path of atomic WR processing.

v2:
- Fix static analyzer check errors.

Thanks,
Cheng Xu

Cheng Xu (3):
  RDMA/erdma: Extend access right field of FRMR and REG MR to support
    atomic
  RDMA/erdma: Report atomic capacity when hardware supports atomic
    feature
  RDMA/erdma: Implement atomic operations support

 drivers/infiniband/hw/erdma/erdma.h       |  1 +
 drivers/infiniband/hw/erdma/erdma_cq.c    |  2 ++
 drivers/infiniband/hw/erdma/erdma_hw.h    | 29 +++++++++++----
 drivers/infiniband/hw/erdma/erdma_main.c  |  1 +
 drivers/infiniband/hw/erdma/erdma_qp.c    | 43 +++++++++++++++++++----
 drivers/infiniband/hw/erdma/erdma_verbs.c |  7 ++--
 drivers/infiniband/hw/erdma/erdma_verbs.h | 12 ++++---
 7 files changed, 74 insertions(+), 21 deletions(-)

-- 
2.27.0


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

end of thread, other threads:[~2022-11-07  8:01 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-07  2:18 [PATCH for-next v2 0/3] RDMA/erdma: Add atomic operations support Cheng Xu
2022-11-07  2:18 ` [PATCH for-next v2 1/3] RDMA/erdma: Extend access right field of FRMR and REG MR to support atomic Cheng Xu
2022-11-07  2:18 ` [PATCH for-next v2 2/3] RDMA/erdma: Report atomic capacity when hardware supports atomic feature Cheng Xu
2022-11-07  2:18 ` [PATCH for-next v2 3/3] RDMA/erdma: Implement atomic operations support Cheng Xu
2022-11-07  8:01 ` [PATCH for-next v2 0/3] RDMA/erdma: Add " Leon Romanovsky

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.