mirror of
https://github.com/opnsense/src.git
synced 2026-03-13 22:25:45 -04:00
The maximum page size in the mkey context is 2GB. Until today, we didn't enforce this requirement in the code, and therefore, if we got a page size larger than 2GB, we have passed zeros in the log_page_shift instead of the actual value and the registration failed. This patch limits the driver to use compound pages of 2GB for mkeys. Linux commit: 762f899ae7875554284af92b821be8c083227092 MFC after: 1 week Reviewed by: kib Sponsored by: Mellanox Technologies // NVIDIA Networking |
||
|---|---|---|
| .. | ||
| mlx5_ib.h | ||
| mlx5_ib_ah.c | ||
| mlx5_ib_cong.c | ||
| mlx5_ib_cq.c | ||
| mlx5_ib_doorbell.c | ||
| mlx5_ib_gsi.c | ||
| mlx5_ib_mad.c | ||
| mlx5_ib_main.c | ||
| mlx5_ib_mem.c | ||
| mlx5_ib_mr.c | ||
| mlx5_ib_qp.c | ||
| mlx5_ib_srq.c | ||
| mlx5_ib_virt.c | ||