diff options
author | Yonatan Nachum <[email protected]> | 2023-05-11 11:51:03 +0000 |
---|---|---|
committer | Jason Gunthorpe <[email protected]> | 2023-05-16 21:13:22 -0300 |
commit | 866422cdddcdf59d8c68e9472d49ba1be29b5fcf (patch) | |
tree | 67dc537b00f2fdf321edf467ce59a8245bc125b8 /drivers/fpga/fpga-mgr.c | |
parent | b5f3fe27c54b1fe77d4dd834ccd48a6d694f872e (diff) |
RDMA/efa: Fix unsupported page sizes in device
Device uses 4KB size blocks for user pages indirect list while the
driver creates those blocks with the size of PAGE_SIZE of the kernel. On
kernels with PAGE_SIZE different than 4KB (ARM RHEL), this leads to a
failure on register MR with indirect list because of the miss
communication between driver and device.
Fixes: 40909f664d27 ("RDMA/efa: Add EFA verbs implementation")
Link: https://lore.kernel.org/r/[email protected]
Reviewed-by: Firas Jahjah <[email protected]>
Reviewed-by: Michael Margolin <[email protected]>
Signed-off-by: Yonatan Nachum <[email protected]>
Signed-off-by: Jason Gunthorpe <[email protected]>
Diffstat (limited to 'drivers/fpga/fpga-mgr.c')
0 files changed, 0 insertions, 0 deletions