Re: [PATCH] Revert "net: eth_bootdev_hunt() should not run DHCP"

2025-04-05 Thread Simon Glass
Hi, On Wed, 2 Apr 2025 at 05:13, Heinrich Schuchardt wrote: > > On 01.04.25 17:51, Simon Glass wrote: > > On Tue, 1 Apr 2025 at 21:38, Heiko Stuebner wrote: > >> > >> This reverts commit 1f68057e03206e6597ca8b2be8bb1c49d4bd47d0. > >> > >> Commit 1f68057e0320 ("net: eth_bootdev_hunt() should not

Re: [PATCH] Revert "net: eth_bootdev_hunt() should not run DHCP"

2025-04-02 Thread Simon Glass
Hi Heiko, On Thu, 3 Apr 2025 at 10:36, Heiko Stübner wrote: > > Am Dienstag, 1. April 2025, 18:13:35 MESZ schrieb Heinrich Schuchardt: > > On 01.04.25 17:51, Simon Glass wrote: > > > On Tue, 1 Apr 2025 at 21:38, Heiko Stuebner wrote: > > >> > > >> This reverts commit 1f68057e03206e6597ca8b2be8bb

Re: [PATCH] Revert "net: eth_bootdev_hunt() should not run DHCP"

2025-04-02 Thread Heiko Stübner
Am Mittwoch, 2. April 2025, 23:36:46 MESZ schrieb Heiko Stübner: > Am Dienstag, 1. April 2025, 18:13:35 MESZ schrieb Heinrich Schuchardt: > > On 01.04.25 17:51, Simon Glass wrote: > > > On Tue, 1 Apr 2025 at 21:38, Heiko Stuebner wrote: > > >> > > >> This reverts commit 1f68057e03206e6597ca8b2be8b

Re: [PATCH] Revert "net: eth_bootdev_hunt() should not run DHCP"

2025-04-02 Thread Heiko Stübner
Am Dienstag, 1. April 2025, 18:13:35 MESZ schrieb Heinrich Schuchardt: > On 01.04.25 17:51, Simon Glass wrote: > > On Tue, 1 Apr 2025 at 21:38, Heiko Stuebner wrote: > >> > >> This reverts commit 1f68057e03206e6597ca8b2be8bb1c49d4bd47d0. > >> > >> Commit 1f68057e0320 ("net: eth_bootdev_hunt() shou

Re: [PATCH] Revert "net: eth_bootdev_hunt() should not run DHCP"

2025-04-01 Thread Heinrich Schuchardt
On 01.04.25 17:51, Simon Glass wrote: On Tue, 1 Apr 2025 at 21:38, Heiko Stuebner wrote: This reverts commit 1f68057e03206e6597ca8b2be8bb1c49d4bd47d0. Commit 1f68057e0320 ("net: eth_bootdev_hunt() should not run DHCP") aims to reduce EFI boot times by disabling the dhcp_run when checking ethe

Re: [PATCH] Revert "net: eth_bootdev_hunt() should not run DHCP"

2025-04-01 Thread Simon Glass
On Tue, 1 Apr 2025 at 21:38, Heiko Stuebner wrote: > > This reverts commit 1f68057e03206e6597ca8b2be8bb1c49d4bd47d0. > > Commit 1f68057e0320 ("net: eth_bootdev_hunt() should not run DHCP") > aims to reduce EFI boot times by disabling the dhcp_run when > checking ethernet bootdevices, by preventing

[PATCH] Revert "net: eth_bootdev_hunt() should not run DHCP"

2025-04-01 Thread Heiko Stuebner
This reverts commit 1f68057e03206e6597ca8b2be8bb1c49d4bd47d0. Commit 1f68057e0320 ("net: eth_bootdev_hunt() should not run DHCP") aims to reduce EFI boot times by disabling the dhcp_run when checking ethernet bootdevices, by preventing it from running double, with the reasoning We need to cal