openwrt/package/base-files/files
Til Kaiser 503596b8ce base-files: add ucidef_set_network_device_path_port function
The already existing uci function ucidef_set_network_device_path
can be used to specify a unique PCI address to name a network interface.
However, I noticed that some NIC ports share the same PCI address
but are still distinguishable by the dev_port value of the network
interface's sysfs entry.

This commit adds a new uci function ucidef_set_network_device_path_port,
which is similar to ucidef_set_network_device_path but takes an
additional argument where the user can specify the dev_port value.
The internal function preinit_config_port loops through
all network interfaces at the given PCI address and chooses the one
where the dev_port value matches.

This was tested on an x86_64 device using a Mellanox ConnectX-3 card.

Signed-off-by: Til Kaiser <mail@tk154.de>
Link: https://github.com/openwrt/openwrt/pull/16560
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2024-10-19 19:10:56 +02:00
..
bin base-files: increase default system log size to 128 kB 2024-10-19 14:14:00 +02:00
etc base-files: don't wipe LED state when adding a single LED 2024-10-07 01:41:32 +01:00
lib base-files: add ucidef_set_network_device_path_port function 2024-10-19 19:10:56 +02:00
rom rename default/ to files/ 2006-11-22 23:30:57 +00:00
sbin Revert "apk: limit CONFIG_IPK_FILES_CHECKSUMS config to OPKG" 2024-06-20 05:52:05 +02:00
usr failsafe: fix console failsafe shell 2024-08-19 18:55:00 +02:00