Re: [PATCH v4 00/17] IPv6 support

2022-12-01 Thread Vyacheslav Mitrofanov V
i.com; w...@denx.de; u-boot@lists.denx.de; judge.pack...@gmail.com; li...@yadro.com; s...@chromium.org Тема: Re: [PATCH v4 00/17] IPv6 support «Внимание! Данное письмо от внешнего адресата!» Hi Tom and others, > > Tom, maybe it is better to change configs add ifdefs or do sth else to

Re: [PATCH v4 00/17] IPv6 support

2022-12-01 Thread Peter Robinson
Hi Tom and others, > > Tom, maybe it is better to change configs add ifdefs or do sth else to > > exclude them from the build if IPV6 is not configured? > > There's two parts to this, yes. Sandbox needs to enable ipv6 so that > the tests are run, and the tests need to be be appropriately ifdef'd

Re: [PATCH v4 00/17] IPv6 support

2022-11-29 Thread Vyacheslav Mitrofanov V
o.com; s...@chromium.org Тема: Re: [PATCH v4 00/17] IPv6 support On Tue, Nov 29, 2022 at 08:39:36AM +, Vyacheslav Mitrofanov V wrote: > Tom, maybe it is better to change configs add ifdefs or do sth else to > exclude them from the build if IPV6 is not configured? There's two pa

Re: [PATCH v4 00/17] IPv6 support

2022-11-29 Thread Tom Rini
On Tue, Nov 29, 2022 at 08:39:36AM +, Vyacheslav Mitrofanov V wrote: > Tom, maybe it is better to change configs add ifdefs or do sth else to > exclude them from the build if IPV6 is not configured? There's two parts to this, yes. Sandbox needs to enable ipv6 so that the tests are run, and

Re: [PATCH v4 00/17] IPv6 support

2022-11-29 Thread Vyacheslav Mitrofanov V
...@ni.com; w...@denx.de; u-boot@lists.denx.de; judge.pack...@gmail.com; li...@yadro.com; s...@chromium.org Тема: Re: [PATCH v4 00/17] IPv6 support Hello Tom! I tested this problem and I think it is necessary to set CONFIG_IPV6. Without that option tests fail. Thanks

Re: [PATCH v4 00/17] IPv6 support

2022-11-29 Thread Vyacheslav Mitrofanov V
...@denx.de; u-boot@lists.denx.de; judge.pack...@gmail.com; li...@yadro.com; s...@chromium.org Тема: Re: [PATCH v4 00/17] IPv6 support On Thu, Sep 08, 2022 at 02:58:48PM +0300, Viacheslav Mitrofanov wrote: > This patch set adds basic IPv6 support to U-boot. > It is based on Chris's Pack

Re: [PATCH v4 00/17] IPv6 support

2022-11-28 Thread Tom Rini
On Thu, Sep 08, 2022 at 02:58:48PM +0300, Viacheslav Mitrofanov wrote: > This patch set adds basic IPv6 support to U-boot. > It is based on Chris's Packham patches > (https://lists.denx.de/pipermail/u-boot/2017-January/279366.html) > Chris's patches were taken as base. There were efforts to launch

Re: [PATCH v4 00/17] IPv6 support

2022-09-10 Thread Vyacheslav Mitrofanov V
On Thu, 2022-09-08 at 14:58 +0300, Viacheslav Mitrofanov wrote: > This patch set adds basic IPv6 support to U-boot. > It is based on Chris's Packham patches > (https://lists.denx.de/pipermail/u-boot/2017-January/279366.html) > Chris's patches were taken as base. There were efforts to launch it > on

[PATCH v4 00/17] IPv6 support

2022-09-08 Thread Viacheslav Mitrofanov
This patch set adds basic IPv6 support to U-boot. It is based on Chris's Packham patches (https://lists.denx.de/pipermail/u-boot/2017-January/279366.html) Chris's patches were taken as base. There were efforts to launch it on HiFive SiFive Unmatched board but the board didn't work well. The code wa