docs: infiniband: correct name of option to enable the ib_uverbs module

The Infiniband documentation states that CONFIG_INFINIBAND_USER_VERBS
should be used to enable the ib_uverbs module. However, this option was
renamed to CONFIG_INFINIBAND_USER_ACCESS in commit 17781cd618
("[PATCH] IB: clean up user access config options"). Update the
documentation to reflect this.

Link: https://patch.msgid.link/r/20260616002027.67925-1-enelsonmoore@gmail.com
Signed-off-by: Ethan Nelson-Moore <enelsonmoore@gmail.com>
Reviewed-by: Dongliang Mu <dzm91@hust.edu.cn>
Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
This commit is contained in:
Ethan Nelson-Moore 2026-06-15 17:20:23 -07:00 committed by Jason Gunthorpe
parent 33a215f499
commit 9b28231f0e
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
Userspace verbs access
======================
The ib_uverbs module, built by enabling CONFIG_INFINIBAND_USER_VERBS,
The ib_uverbs module, built by enabling CONFIG_INFINIBAND_USER_ACCESS,
enables direct userspace access to IB hardware via "verbs," as
described in chapter 11 of the InfiniBand Architecture Specification.

View File

@ -17,7 +17,7 @@
用户空间verbs访问
=================
ib_uverbs模块通过启用CONFIG_INFINIBAND_USER_VERBS构建使用户空间
ib_uverbs模块通过启用CONFIG_INFINIBAND_USER_ACCESS构建使用户空间
通过“verbs”直接访问IB硬件如InfiniBand架构规范第11章所述。
要使用verbs需要libibverbs库可从https://github.com/linux-rdma/rdma-core。