]> git.ipfire.org Git - thirdparty/linux.git/commit
Merge branch 'net-mlx5-icm-page-management-in-vhca_id-mode'
authorJakub Kicinski <kuba@kernel.org>
Sat, 9 May 2026 01:50:37 +0000 (18:50 -0700)
committerJakub Kicinski <kuba@kernel.org>
Sat, 9 May 2026 01:50:37 +0000 (18:50 -0700)
commit50223dfd66526052aad4eef3465de2d9094b9f72
tree61d700fb272b158c6f1c6ba1c725a16583a0ab0d
parent1160428a8b6431c8976d26cd728e61b31424b3ee
parent1fba57c91416d8e06aae9f36382f6be2513c2c0f
Merge branch 'net-mlx5-icm-page-management-in-vhca_id-mode'

Tariq Toukan says:

====================
net/mlx5: ICM page management in VHCA_ID mode

This series adds driver support for the VHCA_ID page management mode.
When firmware and driver support this mode, ICM (Interconnect Context
Memory) page management uses the device vhca_id as the function
identifier in MANAGE_PAGES, QUERY_PAGES, and page request events instead
of the legacy function_id + ec_function pair.

Background
Firmware can operate page management in two modes:
FUNC_ID mode (current): Function identity is (function_id, ec_function).
This remains the default and is used for boot pages and when the new
mode capability is not set.
VHCA_ID mode (new): Function identity is vhca_id only; ec_function is
ignored. This aligns page management with the vhca_id-based model used
by other firmware commands and simplifies identification on SmartNIC and
multi-function setups.
====================

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