From: Ethan Nelson-Moore Date: Tue, 16 Jun 2026 00:20:23 +0000 (-0700) Subject: docs: infiniband: correct name of option to enable the ib_uverbs module X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b28231f0e5a6031cabe3b98dc6f28d3e0e5e437;p=thirdparty%2Fkernel%2Flinux.git 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 17781cd6186c ("[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 Reviewed-by: Dongliang Mu Signed-off-by: Jason Gunthorpe --- diff --git a/Documentation/infiniband/user_verbs.rst b/Documentation/infiniband/user_verbs.rst index 8ddc4b1cfef27..96bcd1bd37ad4 100644 --- a/Documentation/infiniband/user_verbs.rst +++ b/Documentation/infiniband/user_verbs.rst @@ -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. diff --git a/Documentation/translations/zh_CN/infiniband/user_verbs.rst b/Documentation/translations/zh_CN/infiniband/user_verbs.rst index 970bc1a4e3961..31534681654bd 100644 --- a/Documentation/translations/zh_CN/infiniband/user_verbs.rst +++ b/Documentation/translations/zh_CN/infiniband/user_verbs.rst @@ -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。