Re: [PATCH 2/3] um: vector: Eliminate the dependency on uml_net

2025-05-05 Thread Tiwei Bie
Hi Geert, On 2025/5/5 17:12, Geert Uytterhoeven wrote: > Hi Tiwel, > > On Sat, 3 May 2025 at 07:17, Tiwei Bie wrote: >> The only dependency on uml_net (i.e., the legacy network transport >> infrastructure) is the call to uml_net_setup_etheraddr(). Implement >> it inside vector to eliminate the u

Re: [PATCH 2/3] um: vector: Eliminate the dependency on uml_net

2025-05-05 Thread Geert Uytterhoeven
Hi Tiwel, On Sat, 3 May 2025 at 07:17, Tiwei Bie wrote: > The only dependency on uml_net (i.e., the legacy network transport > infrastructure) is the call to uml_net_setup_etheraddr(). Implement > it inside vector to eliminate the uml_net dependency completely. It > will allow us to remove uml_ne

Re: [PATCH 2/3] um: vector: Eliminate the dependency on uml_net

2025-05-03 Thread Anton Ivanov
On 03/05/2025 06:17, Tiwei Bie wrote: The only dependency on uml_net (i.e., the legacy network transport infrastructure) is the call to uml_net_setup_etheraddr(). Implement it inside vector to eliminate the uml_net dependency completely. It will allow us to remove uml_net in the next step. Signe

[PATCH 2/3] um: vector: Eliminate the dependency on uml_net

2025-05-02 Thread Tiwei Bie
The only dependency on uml_net (i.e., the legacy network transport infrastructure) is the call to uml_net_setup_etheraddr(). Implement it inside vector to eliminate the uml_net dependency completely. It will allow us to remove uml_net in the next step. Signed-off-by: Tiwei Bie --- arch/um/driver