diff options
| author | Yuanyuan Zhong <yzhong@purestorage.com> | 2023-06-29 15:32:48 -0600 |
|---|---|---|
| committer | Leon Romanovsky <leon@kernel.org> | 2023-07-12 15:06:43 +0300 |
| commit | 52b4bdd28c861e7331543f4b5a0853b80c9fd3fa (patch) | |
| tree | a5983b857e69bb4897f35959365d14befe790e2f /scripts/gdb/linux/interrupts.py | |
| parent | 06c2afb862f9da8dc5efa4b6076a0e48c3fbaaa5 (diff) | |
RDMA/mlx5: align MR mem allocation size to power-of-two
The MR memory allocation requests extra bytes to guarantee that there
is enough space to find the memory aligned to MLX5_UMR_ALIGN.
For power-of-two sizes, the alignment can be guaranteed by kmalloc()
according to commit 59bb47985c1d ("mm, sl[aou]b: guarantee natural
alignment for kmalloc(power-of-two)").
So if target alignment is power-of-two and adding the extra bytes
crosses a power-of-two boundary, use the next power-of-two as the
allocation size.
Signed-off-by: Yuanyuan Zhong <yzhong@purestorage.com>
Link: https://lore.kernel.org/r/20230629213248.3184245-2-yzhong@purestorage.com
Signed-off-by: Leon Romanovsky <leon@kernel.org>
Diffstat (limited to 'scripts/gdb/linux/interrupts.py')
0 files changed, 0 insertions, 0 deletions
