mirror of
https://github.com/torvalds/linux.git
synced 2025-11-06 19:50:24 +02:00
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:
|
||
|---|---|---|
| .. | ||
| efa.h | ||
| efa_admin_cmds_defs.h | ||
| efa_admin_defs.h | ||
| efa_com.c | ||
| efa_com.h | ||
| efa_com_cmd.c | ||
| efa_com_cmd.h | ||
| efa_common_defs.h | ||
| efa_io_defs.h | ||
| efa_main.c | ||
| efa_regs_defs.h | ||
| efa_verbs.c | ||
| Kconfig | ||
| Makefile | ||