kernel: modules: reorder i40e, mlx4, and mlx5 load priorities
authorTil Kaiser <[email protected]>
Sun, 16 Feb 2025 16:57:48 +0000 (17:57 +0100)
committerHauke Mehrtens <[email protected]>
Sun, 16 Mar 2025 21:14:29 +0000 (22:14 +0100)
commitad106a350d0ed9ebe5bc122cbe0e2d0759879ac2
tree680111266602c8a2827d3e52914a916b81d37dd4
parent8951ac6f6517121c946a40beacb45ba4a90a3364
kernel: modules: reorder i40e, mlx4, and mlx5 load priorities

Sets the boot flag for the i40e network device driver
to load it at a more early stage of the boot process.

With commit 0a47d518df0d758e8d3b31264cb0428d57c362c3,
I added a boot priority for the mlx4 and mlx5 drivers.

Also, increase those priorities because I think they
are too low since there is currently no "room" for
built-in network device drivers.
That can cause interface order, i.e., name inconsistencies,
when Mellanox ConnectX cards are inserted or removed.

Signed-off-by: Til Kaiser <[email protected]>
Link: https://github.com/openwrt/openwrt/pull/17990
Signed-off-by: Hauke Mehrtens <[email protected]>
package/kernel/linux/modules/netdevices.mk
OSZAR »