]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
Merge branch 'net-mlx5-frag-buffer-improvements'
authorJakub Kicinski <kuba@kernel.org>
Mon, 18 May 2026 23:12:48 +0000 (16:12 -0700)
committerJakub Kicinski <kuba@kernel.org>
Mon, 18 May 2026 23:12:49 +0000 (16:12 -0700)
Tariq Toukan says:

====================
net/mlx5: frag buffer improvements

This series adds observability for mlx5 fragment buffer DMA pools and
improves the default NUMA placement policy for fragment buffer
allocations.

Patch 1 adds a debugfs interface exposing per-node DMA pool usage
statistics for mlx5_frag_buf allocations, helping with debugging and
visibility into pool utilization.

Patch 2 improves locality of default fragment buffer allocations by
using numa_mem_id() when no explicit NUMA node is requested, allowing
allocations to prefer the current CPU's local memory node.

Together, these changes improve both introspection and memory locality
behavior of mlx5 fragment buffer allocations.
====================

Link: https://patch.msgid.link/20260514104925.337570-1-tariqt@nvidia.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

Trivial merge