Hi Mikhail, On Sat, 24 Aug 2024 at 06:30, Mikhail Kshevetskiy <mikhail.kshevets...@genexis.eu> wrote: > > actually I know nothing about sandbox emulator
This is the foundation of U-Boot's testing [1]. See for example test/cmd/wget.c > > > On 23.08.2024 23:47, Simon Glass wrote: > > Hi Mikhail, > > > > On Fri, 23 Aug 2024 at 09:12, Mikhail Kshevetskiy > > <mikhail.kshevets...@genexis.eu> wrote: > >> By the way, I'd like to know your opinion: > >> * should I add a sample implementation of http/1.1 compatible > >> web-server to this patch series? > >> > >> This can be used as a base for other implementations like firmware > >> upgrade web-server used by some vendors. > > Do you mean using the sandbox emulator? Yes I think that would be very > > helpful. > > > > Regards, > > Simon > > > > > >> Mikhail Kshevetskiy > >> > >> > >> On 17.08.2024 18:58, Simon Glass wrote: > >>> Hi Mikhail, > >>> > >>> On Wed, 14 Aug 2024 at 04:32, Mikhail Kshevetskiy > >>> <mikhail.kshevets...@iopsys.eu> wrote: > >>>> Signed-off-by: Mikhail Kshevetskiy <mikhail.kshevets...@iopsys.eu> > >>>> --- > >>>> net/tcp.c | 70 +++++++++++++++++++++++++++++-------------------------- > >>>> 1 file changed, 37 insertions(+), 33 deletions(-) > >>>> > >>> Reviewed-by: Simon Glass <s...@chromium.org> [..] Regards, Simon [1] https://docs.u-boot.org/en/latest/develop/testing.html