Skip to content

port-split: add optional devlink port split support#84

Open
tk154 wants to merge 1 commit into
openwrt:masterfrom
tk154:port-split
Open

port-split: add optional devlink port split support#84
tk154 wants to merge 1 commit into
openwrt:masterfrom
tk154:port-split

Conversation

@tk154

@tk154 tk154 commented Jun 2, 2026

Copy link
Copy Markdown

Add support for configuring devlink port splitting from network device
sections using a device split option, e.g.:

config device
      option name 'swp1'
      option split '4'

Port splitting is commonly used on network switches where a front panel
port can be split into multiple links with a breakout cable.

The feature is disabled by default to minimize overhead on other device/targets
and can be enabled with CONFIG_NETIFD_DEVLINK_PORT_SPLIT.

Run tested on a Mellanox Spectrum SN3420.

Add support for configuring devlink port splitting from network device
sections using a device split option, e.g.:

  config device
        option name 'swp1'
        option split '4'

Gate the feature behind DEVLINK_PORT_SPLIT so it stays out of normal
builds unless explicitly enabled.

Signed-off-by: Til Kaiser <mail@tk154.de>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant