linux/drivers/infiniband/hw/efa
Yonatan Nachum 866422cddd 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: 40909f664d ("RDMA/efa: Add EFA verbs implementation")
Link: https://lore.kernel.org/r/20230511115103.13876-1-ynachum@amazon.com
Reviewed-by: Firas Jahjah <firasj@amazon.com>
Reviewed-by: Michael Margolin <mrgolin@amazon.com>
Signed-off-by: Yonatan Nachum <ynachum@amazon.com>
Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
2023-05-16 21:13:22 -03:00
..
efa.h
efa_admin_cmds_defs.h RDMA/efa: Add rdma write capability to device caps 2023-04-21 19:18:58 -03:00
efa_admin_defs.h
efa_com.c
efa_com.h
efa_com_cmd.c RDMA/efa: Support CQ receive entries with source GID 2022-08-21 12:35:59 +03:00
efa_com_cmd.h RDMA/efa: Support CQ receive entries with source GID 2022-08-21 12:35:59 +03:00
efa_common_defs.h
efa_io_defs.h RDMA/efa: Add rdma write capability to device caps 2023-04-21 19:18:58 -03:00
efa_main.c RDMA/efa: Add EFA 0xefa2 PCI ID 2022-10-24 14:11:58 +03:00
efa_regs_defs.h
efa_verbs.c RDMA/efa: Fix unsupported page sizes in device 2023-05-16 21:13:22 -03:00
Kconfig
Makefile