On Thu, May 11, 2023 at 11:51:03AM +0000, ynachum@xxxxxxxxxx wrote: > From: Yonatan Nachum <ynachum@xxxxxxxxxx> > > 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. > > Reviewed-by: Firas Jahjah <firasj@xxxxxxxxxx> > Reviewed-by: Michael Margolin <mrgolin@xxxxxxxxxx> > Signed-off-by: Yonatan Nachum <ynachum@xxxxxxxxxx> > --- > drivers/infiniband/hw/efa/efa_verbs.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Applied to for-rc, thanks Jason