Re: [PATCH v5 06/20] net: eth-uclass: add function eth_start_udev()

2024-07-26 Thread Jerome Forissier
On 7/25/24 20:27, Tom Rini wrote: > On Thu, Jul 25, 2024 at 02:57:27PM +0200, Jerome Forissier wrote: > >> Add a function to start a given etwork device, and update eth_init() > > Typo, "network". Fixed in v6. >> to use it. >> >> Signed-off-by: Jerome Forissier > > And this is where most

Re: [PATCH v5 06/20] net: eth-uclass: add function eth_start_udev()

2024-07-25 Thread Tom Rini
On Thu, Jul 25, 2024 at 02:57:27PM +0200, Jerome Forissier wrote: > Add a function to start a given etwork device, and update eth_init() Typo, "network". > to use it. > > Signed-off-by: Jerome Forissier And this is where most of the tiny and acceptable growth comes from in the legacy network