Re: [PATCH] net: use a more deterministic approach to get the active ethernet device

2021-06-14 Thread Ramon Fried
On Thu, Apr 29, 2021 at 11:03 PM Ramon Fried wrote: > > On Wed, Feb 24, 2021 at 6:30 PM Michael Walle wrote: > > > > If the environment variable "ethact" is not set, the first device in the > > uclass is returned. This depends on the probing order of the ethernet > > devices. Moreover it is not

Re: [PATCH] net: use a more deterministic approach to get the active ethernet device

2021-04-29 Thread Ramon Fried
On Wed, Feb 24, 2021 at 6:30 PM Michael Walle wrote: > > If the environment variable "ethact" is not set, the first device in the > uclass is returned. This depends on the probing order of the ethernet > devices. Moreover it is not not configurable at all. > > Try to return the ethernet device

Re: [PATCH] net: use a more deterministic approach to get the active ethernet device

2021-04-24 Thread Michael Walle
Am 2021-02-24 17:30, schrieb Michael Walle: If the environment variable "ethact" is not set, the first device in the uclass is returned. This depends on the probing order of the ethernet devices. Moreover it is not not configurable at all. Try to return the ethernet device with sequence id 0

[PATCH] net: use a more deterministic approach to get the active ethernet device

2021-02-24 Thread Michael Walle
If the environment variable "ethact" is not set, the first device in the uclass is returned. This depends on the probing order of the ethernet devices. Moreover it is not not configurable at all. Try to return the ethernet device with sequence id 0 first which then can be configured by the