From: Saeed Mahameed <saeedm@xxxxxxxxxx> Hi Jakub, Jason, This PR has a single patch to add mlx5_ifc PSP related capabilities structures and HW definitions needed for PSP support in mlx5. Link: https://lore.kernel.org/netdev/20250828162953.2707727-1-daniel.zahka@xxxxxxxxx/ Please pull and let me know if there's any problem. The following changes since commit 40653f280b2640e5caa94eeedee43e0f1df97704: {rdma,net}/mlx5: export mlx5_vport_get_vhca_id (2025-08-15 12:17:47 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linux.git tags/mlx5-psp-ifc for you to fetch changes up to 04a3134f88a4bd03001a3093144819523cfca99e: net/mlx5: Add PSP capabilities structures and bits (2025-09-02 23:08:13 -0700) ---------------------------------------------------------------- mlx5 PSP IFC bits ---------------------------------------------------------------- Saeed Mahameed (1): net/mlx5: Add PSP capabilities structures and bits drivers/net/ethernet/mellanox/mlx5/core/fw.c | 6 ++ .../net/ethernet/mellanox/mlx5/core/main.c | 1 + .../mellanox/mlx5/core/steering/hws/definer.c | 2 +- include/linux/mlx5/device.h | 4 + include/linux/mlx5/mlx5_ifc.h | 95 ++++++++++++++++++- 5 files changed, 103 insertions(+), 5 deletions(-) -- 2.50.1