summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-postgresql.py
diff options
context:
space:
mode:
authorNimrod Oren <noren@nvidia.com>2026-08-03 16:25:19 +0300
committerJakub Kicinski <kuba@kernel.org>2026-08-05 19:02:15 -0700
commitc29235677f5e3645e7d7324c5d51aaa78ee9b006 (patch)
tree89d2f49fb377603d51f571b87e1622d81f2cbf53 /tools/perf/scripts/python/export-to-postgresql.py
parent46f636cd620e2ff5a941fe8c6af19f8d82122b40 (diff)
net/mlx5: allocate doorbells from dma pools
Allocate doorbells from dma pools instead of the pgdir allocator. Doorbell records remain cache-line sized coherent DMA allocations, but their sub-allocation is now handled by the common mlx5 DMA pool infrastructure. This also makes doorbell allocation honor the requested NUMA node when reusing existing backing pages. The old pgdir allocator used the requested node only when allocating a new pgdir page; later allocations scanned one global pgdir list and could take any pgdir with a free entry, even if that page had been allocated for a different NUMA node. Selecting the per-node DMA pool before sub-allocation keeps reused doorbell records on pages allocated for the requested node. Signed-off-by: Nimrod Oren <noren@nvidia.com> Reviewed-by: Dragos Tatulea <dtatulea@nvidia.com> Signed-off-by: Tariq Toukan <tariqt@nvidia.com> Link: https://patch.msgid.link/20260803132520.2891860-3-tariqt@nvidia.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions