]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitf50b743f2437fdf0a00b978eadf321b8dd5e0167
tree0a3c05fe7f678ea686b9f513d5e8d1854ab1f4ee
parent3fcab363c60bf734d4a9815a4c0c85fea8b4a77c
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]