[PATCH for-next 0/1] RDMA/core: Move ODP capability definitions to uapi

Daisuke Matsuda posted 1 patch 8 months ago
include/rdma/ib_verbs.h           | 20 ++++++++++----------
include/uapi/rdma/ib_user_verbs.h | 16 ++++++++++++++++
2 files changed, 26 insertions(+), 10 deletions(-)
[PATCH for-next 0/1] RDMA/core: Move ODP capability definitions to uapi
Posted by Daisuke Matsuda 8 months ago
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@kernel.org/

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