[pull-request] mlx5-next updates 2025-11-13
From: Tariq Toukan
Date: Thu Nov 13 2025 - 04:48:36 EST
Hi,
The following pull-request contains common mlx5 updates
for your *net-next* tree.
Please pull and let me know of any problem.
Regards,
Tariq
----------------------------------------------------------------
The following changes since commit 3a8660878839faadb4f1a6dd72c3179c1df56787:
Linux 6.18-rc1 (2025-10-12 13:42:36 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linux.git mlx5-next
for you to fetch changes up to 5422318e27d7a4662701f518e2e51b9f73a331b1:
net/mlx5: Expose definition for 1600Gbps link mode (2025-11-12 03:35:14 -0500)
----------------------------------------------------------------
Adithya Jayachandran (1):
{rdma,net}/mlx5: Query vports mac address from device
Patrisious Haddad (3):
net/mlx5: Add OTHER_ESWITCH HW capabilities
net/mlx5: fs, Add other_eswitch support for steering tables
net/mlx5: fs, set non default device per namespace
Tariq Toukan (1):
net/mlx5: Expose definition for 1600Gbps link mode
Yishai Hadas (2):
PCI/TPH: Expose pcie_tph_get_st_table_loc()
net/mlx5: Add direct ST mode support for RDMA
drivers/infiniband/hw/mlx5/main.c | 2 +-
drivers/net/ethernet/mellanox/mlx5/core/eswitch.c | 20 ++----
.../ethernet/mellanox/mlx5/core/eswitch_offloads.c | 3 +
drivers/net/ethernet/mellanox/mlx5/core/fs_cmd.c | 31 +++++++++
drivers/net/ethernet/mellanox/mlx5/core/fs_core.c | 74 +++++++++++++++++++---
drivers/net/ethernet/mellanox/mlx5/core/fs_core.h | 19 +-----
drivers/net/ethernet/mellanox/mlx5/core/lib/st.c | 29 +++++++--
drivers/net/ethernet/mellanox/mlx5/core/vport.c | 24 +++----
drivers/pci/tph.c | 16 ++++-
include/linux/mlx5/fs.h | 24 +++++++
include/linux/mlx5/mlx5_ifc.h | 47 +++++++++-----
include/linux/mlx5/port.h | 1 +
include/linux/mlx5/vport.h | 3 +-
include/linux/pci-tph.h | 1 +
14 files changed, 216 insertions(+), 78 deletions(-)