From: Jakub Kicinski Date: Mon, 18 May 2026 23:12:48 +0000 (-0700) Subject: Merge branch 'net-mlx5-frag-buffer-improvements' X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a3a819389ad9ac2baa56402dc272c2e210d215f;p=thirdparty%2Fkernel%2Flinux.git Merge branch 'net-mlx5-frag-buffer-improvements' 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 --- 5a3a819389ad9ac2baa56402dc272c2e210d215f