diff options
author | Jason Gunthorpe <jgg@mellanox.com> | 2020-05-28 21:45:54 +0200 |
---|---|---|
committer | Jason Gunthorpe <jgg@mellanox.com> | 2020-06-03 01:32:54 +0200 |
commit | 649392bf75a423287a9c4936b341677f12e8cf0b (patch) | |
tree | 1f3bfcd109459a7ccb8858cf15a692b8a365a44e /drivers/infiniband/hw/qedr/qedr.h | |
parent | RDMA/core: Remove FMR device ops (diff) | |
download | linux-649392bf75a423287a9c4936b341677f12e8cf0b.tar.xz linux-649392bf75a423287a9c4936b341677f12e8cf0b.zip |
RDMA: Remove 'max_fmr'
Now that FMR support is gone, this attribute can be deleted from all
places.
Link: https://lore.kernel.org/r/12-v3-f58e6669d5d3+2cf-fmr_removal_jgg@mellanox.com
Reviewed-by: Max Gurtovoy <maxg@mellanox.com>
Reviewed-by: Bernard Metzler <bmt@zurich.ibm.com>
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
Diffstat (limited to 'drivers/infiniband/hw/qedr/qedr.h')
-rw-r--r-- | drivers/infiniband/hw/qedr/qedr.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/infiniband/hw/qedr/qedr.h b/drivers/infiniband/hw/qedr/qedr.h index 5488dbd59d3c..fdf90ecb2699 100644 --- a/drivers/infiniband/hw/qedr/qedr.h +++ b/drivers/infiniband/hw/qedr/qedr.h @@ -103,7 +103,6 @@ struct qedr_device_attr { u64 max_mr_size; u32 max_cqe; u32 max_mw; - u32 max_fmr; u32 max_mr_mw_fmr_pbl; u64 max_mr_mw_fmr_size; u32 max_pd; |