23 | | * if 'net.ifnames=0' kernel parameter is specified network interfaces on enumerated busses such as pci/usb are numbered sequentially (ie eth1 instead of enp6s0). See [https://systemd.io/PREDICTABLE_INTERFACE_NAMES/ Predictable Interface Names] for details |
24 | | * for boards like the GW740x which have a multi-port GbE switch, bandwidth is shared across the downstream ports |
| 23 | * If 'net.ifnames=0' kernel parameter is specified network interfaces on enumerated busses such as pci/usb are numbered sequentially (ie eth1 instead of enp6s0). See [https://systemd.io/PREDICTABLE_INTERFACE_NAMES/ Predictable Interface Names] for details |
| 24 | * Bootloader variable example: |
| 25 | {{{ |
| 26 | u-boot=> print bootargs |
| 27 | bootargs=net.ifnames=0 |
| 28 | u-boot=> |
| 29 | }}} |
| 30 | * For boards like the GW740x which have a multi-port GbE switch, bandwidth is shared across the downstream ports |