[PATCH for-next 0/1] RDMA/core: Move ODP capability definitions to uapi
From: Daisuke Matsuda
Date: Fri Apr 18 2025 - 01:16:45 EST
The On-Demand Paging capabilities bits are defined respectively with
identical values in the kernel and rdma-core. It is conventional that such
definitions are placed in UAPI in order to avoid the definitions being
inconsistent among the two components.
Here is a PR for rdma-core:
https://github.com/linux-rdma/rdma-core/pull/1580
The former three patches correspond to this kernel-side change.
The latter four patches are for adding a new feature to rxe, and changes
for kernel-side are already merged in wip/leon-for-next tree[1].
[1] [PATCH for-next v3 0/2] RDMA/rxe: RDMA FLUSH and ATOMIC WRITE with ODP
https://lore.kernel.org/linux-rdma/174411071857.217309.12836295631004196048.b4-ty@xxxxxxxxxx/
Daisuke Matsuda (1):
RDMA/core: Move ODP capability definitions to uapi
include/rdma/ib_verbs.h | 20 ++++++++++----------
include/uapi/rdma/ib_user_verbs.h | 16 ++++++++++++++++
2 files changed, 26 insertions(+), 10 deletions(-)
--
2.43.0