Re: [PATCH 8/8] efi_loader: efi_net: Add support for multiple efi_net_obj

2025-03-02 Thread Heinrich Schuchardt
On 2/6/25 18:40, Adriano Cordova wrote: Add support for multiple efi_net_obj structs in efi_net.c. This comes in preparation for an EFI network driver supporting multiple network interfaces. For now the EFI network stack still registers a single ethernet udevice as an EFI network device even if m

[PATCH 8/8] efi_loader: efi_net: Add support for multiple efi_net_obj

2025-02-06 Thread Adriano Cordova
Add support for multiple efi_net_obj structs in efi_net.c. This comes in preparation for an EFI network driver supporting multiple network interfaces. For now the EFI network stack still registers a single ethernet udevice as an EFI network device even if multiple are present, namely the one that w