On 2022/7/4 21:45, Jason Gunthorpe wrote: > On Mon, Apr 18, 2022 at 02:12:41PM +0800, Xiao Yang wrote: >> The IB SPEC v1.5[1] defined new RDMA Atomic Write operation. This >> patchset makes SoftRoCE support new RDMA Atomic Write on RC service. > > This series doesn't apply cleanly, please rebase it and re-tet it. Hi Jason, Sure, I will rebase and retest it soon. > > Did you make pyverbs coverage for this? Yes, I have added a pyverbs API and test for RDMA Atomic Write. See the following PR: https://github.com/linux-rdma/rdma-core/pull/1179 BTW, I will check if this PR needs to be rebased as well. Best Regards, Xiao Yang > > Jason