]> git.ipfire.org Git - thirdparty/linux.git/commit
Merge branch 'octeontx2-pf-extend-link-modes-support'
authorJakub Kicinski <kuba@kernel.org>
Fri, 27 Jun 2025 23:56:02 +0000 (16:56 -0700)
committerJakub Kicinski <kuba@kernel.org>
Fri, 27 Jun 2025 23:56:02 +0000 (16:56 -0700)
commitf22e6fdf7b3395a627a1ad06ab70835015f7ff17
tree170774ef09ec571a5a10369a21aa85d10f578eff
parent4f5710edf17ad5472a0a110b0cf0960e64dc706a
parent5f21226b79fd8fd95acc9bfa8eedf8ee6ceb4088
Merge branch 'octeontx2-pf-extend-link-modes-support'

Hariprasad Kelam says:

====================
Octeontx2-pf: extend link modes support

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.
====================

Link: https://patch.msgid.link/20250625092107.9746-1-hkelam@marvell.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>