Re: [PATCH] net: introduce CONFIG_DNS

2025-07-24 Thread E Shattow
Hi Jerome, On 7/21/25 06:46, Jerome Forissier wrote: > Hi E, > > On 7/19/25 06:20, E Shattow wrote: >> There is a crash with ping command: I apply the patch and enable >> CONFIG_DNS for a build of starfive_visionfive2_defconfig on Pine64 >> Star64 board. >> >> # ping invalid >> >> ethernet@160300

Re: [PATCH] net: introduce CONFIG_DNS

2025-07-21 Thread Jerome Forissier
Hi E, On 7/19/25 06:20, E Shattow wrote: > There is a crash with ping command: I apply the patch and enable > CONFIG_DNS for a build of starfive_visionfive2_defconfig on Pine64 > Star64 board. > > # ping invalid > > ethernet@1603 Waiting for PHY auto negotiation to complete... done > No

Re: [PATCH] net: introduce CONFIG_DNS

2025-07-18 Thread E Shattow
There is a crash with ping command: I apply the patch and enable CONFIG_DNS for a build of starfive_visionfive2_defconfig on Pine64 Star64 board. # ping invalid ethernet@1603 Waiting for PHY auto negotiation to complete... done No valid name server (dnsip/dnsip2) ping - send ICMP ECHO_REQ

[PATCH] net: introduce CONFIG_DNS

2025-07-18 Thread Jerome Forissier
Introduce the DNS Kconfig symbol so that various network commands may use host names without the dns command (CMD_DNS) being selected. Signed-off-by: Jerome Forissier CC: E Shattow --- cmd/Kconfig| 2 +- cmd/lwip/dns.c | 108 --- doc/us