Message ID | 20221107021845.44598-1-chengyou@linux.alibaba.com (mailing list archive) |
---|---|
Headers | show |
Series | RDMA/erdma: Add atomic operations support | expand |
On Mon, 7 Nov 2022 10:18:42 +0800, Cheng Xu wrote: > 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. > > [...] Applied, thanks! [1/3] RDMA/erdma: Extend access right field of FRMR and REG MR to support atomic https://git.kernel.org/rdma/rdma/c/ece43fad220ba0 [2/3] RDMA/erdma: Report atomic capacity when hardware supports atomic feature https://git.kernel.org/rdma/rdma/c/71c6925f280ae8 [3/3] RDMA/erdma: Implement atomic operations support https://git.kernel.org/rdma/rdma/c/0ca9c2e2844aa2 Best regards,