Re: [PATCH rdma-next 13/15] RDMA/uverbs: Add new Unordered MR access flag
Jason Gunthorpe <[email protected]>
| Newsgroups | org.kernel.vger.linux-rdma,org.kernel.vger.linux-kernel,org.kernel.vger.netdev |
|---|---|
| Message-ID | <178647669518.282103.10881077152543881369.b4-review@b4> |
On Sun, 26 Jul 2026 12:29:27 +0300, Michael Gur <[email protected]> wrote: > Add a new Unordered access flag for MR registrations. > This access flag allows additional relaxing of the order of memory > accesses to the memory region. > Using this access flag allows for concurrent reads and writes of this MR > to be reordered. > > This access flag is part of the optional access flags range, drivers > shouldn't fail registration for any value in this range and are expected > to treat them as best-effort. > > [...] Reviewed-by: Jason Gunthorpe <[email protected]> -- Jason