mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-17 15:27:35 +00: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_admin_cmds_defs.h | ||
| efa_admin_defs.h | ||
| efa_com_cmd.c | ||
| efa_com_cmd.h | ||
| efa_com.c | ||
| efa_com.h | ||
| efa_common_defs.h | ||
| efa_io_defs.h | ||
| efa_main.c | ||
| efa_regs_defs.h | ||
| efa_verbs.c | ||
| efa.h | ||
| Kconfig | ||
| Makefile | ||