Re: [PATCH 0/8] EFI net driver - series 1/2: Support multiple EFI net objects

2025-03-02 Thread Heinrich Schuchardt
On 2/6/25 18:40, Adriano Cordova wrote: This series adds support for multiple efi_net_obj structs in efi_net.c. The EFI network code still only registers one efi_net_obj, corresponding to the current ethernet udevice when EFI initializes. In the next series the EFI net driver will [de]register et

[PATCH 0/8] EFI net driver - series 1/2: Support multiple EFI net objects

2025-02-06 Thread Adriano Cordova
This series adds support for multiple efi_net_obj structs in efi_net.c. The EFI network code still only registers one efi_net_obj, corresponding to the current ethernet udevice when EFI initializes. In the next series the EFI net driver will [de]register ethernet udevices in the EFI network code at