RDMA/core: Remove FMR pool API
authorMax Gurtovoy <maxg@mellanox.com>
Thu, 28 May 2020 19:45:46 +0000 (16:45 -0300)
committerJason Gunthorpe <jgg@mellanox.com>
Tue, 2 Jun 2020 23:32:53 +0000 (20:32 -0300)
commit4e373d5417ecbb4f438a8500f0379a2fc29c2643
tree0a3c05fe7f678ea686b9f513d5e8d1854ab1f4ee
parent07549ee21ce5247143ffb069bf838025d86b908c
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/4-v3-f58e6669d5d3+2cf-fmr_removal_jgg@mellanox.com
Signed-off-by: Max Gurtovoy <maxg@mellanox.com>
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
Documentation/driver-api/infiniband.rst
drivers/infiniband/core/Makefile
drivers/infiniband/core/fmr_pool.c [deleted file]
include/rdma/ib_fmr_pool.h [deleted file]