[net-next 0/3] Octeontx2-pf: extend link modes support
From: Hariprasad Kelam
Date: Wed Jun 25 2025 - 05:32:43 EST
This series of patches adds multi advertise mode support along with
other improvements in link mode management code flow.
Patch1: Currently all SGMII modes 10/100/1000baseT are mapped with
single firmware mode. This patch updates these link modes
with corresponding firmware modes.
Patch2: Due to limitation in current kernel <-> firmware communication,
link modes are divided into multiple groups, and identified
with their group index.
Patch3: Adds support for multi advertise mode.
Hariprasad Kelam (3):
Octeontx-pf: Update SGMII mode mapping
Octeontx2-af: Introduce mode group index
Octeontx2-pf: ethtool: support multi advertise mode
.../net/ethernet/marvell/octeontx2/af/cgx.c | 55 ++++++++++------
.../net/ethernet/marvell/octeontx2/af/cgx.h | 1 +
.../ethernet/marvell/octeontx2/af/cgx_fw_if.h | 33 +++++++++-
.../net/ethernet/marvell/octeontx2/af/mbox.h | 9 ++-
.../ethernet/marvell/octeontx2/af/rvu_cgx.c | 9 ++-
.../marvell/octeontx2/nic/otx2_ethtool.c | 62 +++++++++----------
6 files changed, 113 insertions(+), 56 deletions(-)
--
2.34.1