Re: [PATHv11 07/43] net/lwip: implement wget cmd

2023-11-28 Thread Maxim Uvarov
Tim, https://github.com/muvarov/u-boot/tree/master_lwip_test_v10 (branch master_lwip_test_v10) Commit 8617b290e79e526119ccef0b0090cb220c78dd34 All later commits are experimental and I'm testing them in the CI. And yes, this series has to apply to the current master without rejects. BR, Maxim.

Re: [PATHv11 07/43] net/lwip: implement wget cmd

2023-11-28 Thread Tom Rini
On Tue, Nov 28, 2023 at 12:41:44PM -0800, Tim Harvey wrote: > On Tue, Nov 28, 2023 at 11:12 AM Fabio Estevam wrote: > > > > Hi Maxim, > > > > On Tue, Nov 28, 2023 at 4:07 PM Maxim Uvarov > > wrote: > > > > > From this log it's a little bit different wget output. My version prints > > > "#" for

Re: [PATHv11 07/43] net/lwip: implement wget cmd

2023-11-28 Thread Tim Harvey
On Tue, Nov 28, 2023 at 11:12 AM Fabio Estevam wrote: > > Hi Maxim, > > On Tue, Nov 28, 2023 at 4:07 PM Maxim Uvarov wrote: > > > From this log it's a little bit different wget output. My version prints > > "#" for status. So I guess it's original wget. You can spend time on > > debugging it b

Re: [PATHv11 07/43] net/lwip: implement wget cmd

2023-11-28 Thread Fabio Estevam
Hi Maxim, On Tue, Nov 28, 2023 at 4:07 PM Maxim Uvarov wrote: > From this log it's a little bit different wget output. My version prints "#" > for status. So I guess it's original wget. You can spend time on debugging it > but this code will be replaced. > With my code I tried big iso downloa

Re: [PATHv11 07/43] net/lwip: implement wget cmd

2023-11-28 Thread Maxim Uvarov
On Tue, 28 Nov 2023 at 17:32, Fabio Estevam wrote: > Hi Maxim, > > On Mon, Nov 27, 2023 at 5:46 PM Maxim Uvarov > wrote: > > > > U-Boot recently got support for an alternative network stack using LWIP. > > Replace wget command with the LWIP variant while keeping the output and > > error messages

Re: [PATHv11 07/43] net/lwip: implement wget cmd

2023-11-28 Thread Fabio Estevam
Hi Maxim, On Mon, Nov 27, 2023 at 5:46 PM Maxim Uvarov wrote: > > U-Boot recently got support for an alternative network stack using LWIP. > Replace wget command with the LWIP variant while keeping the output and > error messages identical. > > Signed-off-by: Maxim Uvarov Do you know whether th

[PATHv11 07/43] net/lwip: implement wget cmd

2023-11-27 Thread Maxim Uvarov
U-Boot recently got support for an alternative network stack using LWIP. Replace wget command with the LWIP variant while keeping the output and error messages identical. Signed-off-by: Maxim Uvarov --- include/net/lwip.h | 14 + net/lwip/Makefile | 1 + net/lwip/