0
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-11-27 23:34:30 +00:00
openwrt/package/base-files/files/lib/functions
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
..
caldata.sh base-files: Add new functions for ath11k caldata 2024-04-23 22:35:57 +02:00
ipv4.sh base-files: ipcalc.sh: Add tests for unroutable, etc 2023-12-12 12:30:35 -07:00
leds.sh base-files: support parse DT LED color and function 2023-12-02 19:46:14 +01:00
migrations.sh treewide: drop shebang from non-executable lib files 2021-01-29 14:29:41 +01:00
network.sh base-files: add support for retrieving IPv6 assignments 2023-02-24 23:56:36 +01:00
preinit.sh treewide: drop shebang from non-executable lib files 2021-01-29 14:29:41 +01:00
service.sh base-files: remove function service_kill 2014-06-02 12:43:10 +00:00
system.sh base-files: Add new functions for ath11k caldata 2024-04-23 22:35:57 +02:00
uci-defaults.sh base-files: add ucidef_set_network_device_path_port function 2024-10-19 19:10:56 +02:00