Re: [PATCH 3/3] net: add generic MAC address derivation from machine ID

2023-10-17 Thread Ahmad Fatoum
Hello Alexander, On 13.10.23 13:11, Sascha Hauer wrote: > On Thu, Oct 12, 2023 at 05:59:45PM +0300, Alexander Shiyan wrote: >> Hello. >> >> Any news on this patch? > > It's Ahmad's turn to integrate the remaining review topic(s) and resend. I don't mind if you send the v2. It'll take me at least

Re: [PATCH 3/3] net: add generic MAC address derivation from machine ID

2023-10-13 Thread Sascha Hauer
On Thu, Oct 12, 2023 at 05:59:45PM +0300, Alexander Shiyan wrote: > Hello. > > Any news on this patch? It's Ahmad's turn to integrate the remaining review topic(s) and resend. Sascha > > пт, 6 окт. 2023 г. в 14:59, Sascha Hauer : > > > > On Tue, Sep 12, 2023 at 02:34:28PM +0200, Ahmad Fatoum w

Re: [PATCH 3/3] net: add generic MAC address derivation from machine ID

2023-10-12 Thread Alexander Shiyan
Hello. Any news on this patch? пт, 6 окт. 2023 г. в 14:59, Sascha Hauer : > > On Tue, Sep 12, 2023 at 02:34:28PM +0200, Ahmad Fatoum wrote: > > Hi Sascha, > > > > On 12.09.23 12:49, Sascha Hauer wrote: > > > On Mon, Sep 11, 2023 at 05:59:27PM +0200, Ahmad Fatoum wrote: > > >> From: Ahmad Fatoum

Re: [PATCH 3/3] net: add generic MAC address derivation from machine ID

2023-10-06 Thread Sascha Hauer
On Tue, Sep 12, 2023 at 02:34:28PM +0200, Ahmad Fatoum wrote: > Hi Sascha, > > On 12.09.23 12:49, Sascha Hauer wrote: > > On Mon, Sep 11, 2023 at 05:59:27PM +0200, Ahmad Fatoum wrote: > >> From: Ahmad Fatoum > >> > >> Especially during development, devices often lack a MAC address. While a > >> M

Re: [PATCH 3/3] net: add generic MAC address derivation from machine ID

2023-10-04 Thread Ahmad Fatoum
Hello Sascha, On 12.09.23 14:34, Ahmad Fatoum wrote: > On 12.09.23 12:49, Sascha Hauer wrote: >> I think this deserves a cleanup before we merge this. The original >> reason to introduce a postenvironment_initcall() for getting the MAC >> address from nvmem was: >> >>> We do this in a very late in

Re: [PATCH 3/3] net: add generic MAC address derivation from machine ID

2023-09-15 Thread Thorsten Scherer
Hi Ahmad, On Mon, Sep 11, 2023 at 05:59:27PM +0200, Ahmad Fatoum wrote: > From: Ahmad Fatoum > > Especially during development, devices often lack a MAC address. While a > MAC address can be easily added to the environment: > > nv dev.eth0.ethaddr="aa:bb:cc:dd:ee:ff" > > It's easily lost whe

Re: [PATCH 3/3] net: add generic MAC address derivation from machine ID

2023-09-12 Thread Ahmad Fatoum
Hi Sascha, On 12.09.23 12:49, Sascha Hauer wrote: > On Mon, Sep 11, 2023 at 05:59:27PM +0200, Ahmad Fatoum wrote: >> From: Ahmad Fatoum >> >> Especially during development, devices often lack a MAC address. While a >> MAC address can be easily added to the environment: >> >> nv dev.eth0.ethaddr

Re: [PATCH 3/3] net: add generic MAC address derivation from machine ID

2023-09-12 Thread Sascha Hauer
On Mon, Sep 11, 2023 at 05:59:27PM +0200, Ahmad Fatoum wrote: > From: Ahmad Fatoum > > Especially during development, devices often lack a MAC address. While a > MAC address can be easily added to the environment: > > nv dev.eth0.ethaddr="aa:bb:cc:dd:ee:ff" > > It's easily lost when flashing

[PATCH 3/3] net: add generic MAC address derivation from machine ID

2023-09-11 Thread Ahmad Fatoum
From: Ahmad Fatoum Especially during development, devices often lack a MAC address. While a MAC address can be easily added to the environment: nv dev.eth0.ethaddr="aa:bb:cc:dd:ee:ff" It's easily lost when flashing complete new images, e.g. from CI. Make the development experience neater by d