0
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2025-10-08 22:50:44 +00:00
Files
Til Kaiser 8edcd772db kernel: modules: add Mellanox Spectrum hotplug renaming script
Currently, the interfaces of the Mellanox Spectrum Switch QSFP ports
are all labeled eth*. Their order doesn't match the faceplate and is
different for each model.

They could be named during boot, but this isn't sufficient because they
support port splitting. After such ports are split, their port naming
begins again with eth*, and the same is true after they are unsplit again.

A hotplug script is used here that reads from the sysfs file
phys_port_name, which contains p1, p2, p3, ... for unsplit ports
and p1s0, p1s1, p1s2 for split ports.

Signed-off-by: Til Kaiser <mail@tk154.de>
Link: https://github.com/openwrt/openwrt/pull/17251
Signed-off-by: Robert Marko <robimarko@gmail.com>
2025-10-06 19:06:26 +02:00
..
2025-09-12 07:27:10 +02:00
2025-09-12 07:27:52 +02:00
2025-09-12 07:28:34 +02:00
2025-09-10 13:51:16 +02:00
2025-09-20 12:47:23 +02:00