Skip to content

Commit 4e373d5

Browse files
Max Gurtovoyjgunthorpe
authored andcommitted
RDMA/core: Remove FMR pool API
This ancient and unsafe method for memory registration is no longer used by any RDMA based ULP. Remove the FMR pool API from the core driver. Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Max Gurtovoy <[email protected]> Signed-off-by: Jason Gunthorpe <[email protected]>
1 parent 07549ee commit 4e373d5

File tree

4 files changed

+1
-591
lines changed

4 files changed

+1
-591
lines changed

Documentation/driver-api/infiniband.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,6 @@ InfiniBand core interfaces
3737
.. kernel-doc:: drivers/infiniband/core/ud_header.c
3838
:export:
3939

40-
.. kernel-doc:: drivers/infiniband/core/fmr_pool.c
41-
:export:
42-
4340
.. kernel-doc:: drivers/infiniband/core/umem.c
4441
:export:
4542

drivers/infiniband/core/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ obj-$(CONFIG_INFINIBAND_USER_MAD) += ib_umad.o
88
obj-$(CONFIG_INFINIBAND_USER_ACCESS) += ib_uverbs.o $(user_access-y)
99

1010
ib_core-y := packer.o ud_header.o verbs.o cq.o rw.o sysfs.o \
11-
device.o fmr_pool.o cache.o netlink.o \
11+
device.o cache.o netlink.o \
1212
roce_gid_mgmt.o mr_pool.o addr.o sa_query.o \
1313
multicast.o mad.o smi.o agent.o mad_rmpp.o \
1414
nldev.o restrack.o counters.o ib_core_uverbs.o \

0 commit comments

Comments
 (0)