|
@@ -35,14 +35,13 @@ config INFINIBAND_USER_ACCESS
|
|
|
libibverbs, libibcm and a hardware driver library from
|
|
|
rdma-core <https://github.com/linux-rdma/rdma-core>.
|
|
|
|
|
|
-config INFINIBAND_EXP_USER_ACCESS
|
|
|
- bool "Enable the full uverbs ioctl interface (EXPERIMENTAL)"
|
|
|
+config INFINIBAND_EXP_LEGACY_VERBS_NEW_UAPI
|
|
|
+ bool "Allow experimental legacy verbs in new ioctl uAPI (EXPERIMENTAL)"
|
|
|
depends on INFINIBAND_USER_ACCESS
|
|
|
---help---
|
|
|
- IOCTL based ABI support for Infiniband. This allows userspace
|
|
|
- to invoke the experimental IOCTL based ABI.
|
|
|
- These commands are parsed via per-device parsing tree and
|
|
|
- enables per-device features.
|
|
|
+ IOCTL based uAPI support for Infiniband is enabled by default for
|
|
|
+ new verbs only. This allows userspace to invoke the IOCTL based uAPI
|
|
|
+ for current legacy verbs too.
|
|
|
|
|
|
config INFINIBAND_USER_MEM
|
|
|
bool
|