Re: [PATCH v4 4/6] efi/efinet: Don't close connections at fini_hw() time

2022-10-14 Thread Daniel Kiper
On Thu, Sep 08, 2022 at 03:30:15PM +0200, Ard Biesheuvel wrote: > When GRUB runs on top of EFI firmware, it only has access to block and > network device abstractions exposed by the firmware, and it is up to the > firmware to quiesce the underlying hardware when exiting boot services > and handing

[PATCH v4 4/6] efi/efinet: Don't close connections at fini_hw() time

2022-09-08 Thread Ard Biesheuvel
When GRUB runs on top of EFI firmware, it only has access to block and network device abstractions exposed by the firmware, and it is up to the firmware to quiesce the underlying hardware when exiting boot services and handing over to the OS. This is especially important for network devices, to pr