Re: [PATCH 09/17] net: ipv6: Incorporate IPv6 support into u-boot net subsystem

2022-09-12 Thread Ramon Fried
On Tue, Sep 6, 2022 at 6:10 PM Viacheslav Mitrofanov wrote: > > Add net_ip6_handler (an IPv6 packet handler) into net_loop. Add > neighbor discovery mechanism into network init process. That is the > main step to run IPv6 in u-boot. Now u-boot is capable to use NDP and > handle IPv6 packets. > > S

Re: [PATCH 09/17] net: ipv6: Incorporate IPv6 support into u-boot net subsystem

2022-09-09 Thread Simon Glass
On Thu, 8 Sept 2022 at 05:59, Viacheslav Mitrofanov wrote: > > Add net_ip6_handler (an IPv6 packet handler) into net_loop. Add > neighbor discovery mechanism into network init process. That is the > main step to run IPv6 in u-boot. Now u-boot is capable to use NDP and > handle IPv6 packets. > > Si

[PATCH 09/17] net: ipv6: Incorporate IPv6 support into u-boot net subsystem

2022-09-08 Thread Viacheslav Mitrofanov
Add net_ip6_handler (an IPv6 packet handler) into net_loop. Add neighbor discovery mechanism into network init process. That is the main step to run IPv6 in u-boot. Now u-boot is capable to use NDP and handle IPv6 packets. Signed-off-by: Viacheslav Mitrofanov --- net/net.c | 23 +

[PATCH 09/17] net: ipv6: Incorporate IPv6 support into u-boot net subsystem

2022-09-06 Thread Viacheslav Mitrofanov
Add net_ip6_handler (an IPv6 packet handler) into net_loop. Add neighbor discovery mechanism into network init process. That is the main step to run IPv6 in u-boot. Now u-boot is capable to use NDP and handle IPv6 packets. Signed-off-by: Viacheslav Mitrofanov --- net/net.c | 23 +

[PATCH 09/17] net: ipv6: Incorporate IPv6 support into u-boot net subsystem

2022-08-30 Thread Viacheslav Mitrofanov
Add net_ip6_handler (an IPv6 packet handler) into net_loop. Add neighbor discovery mechanism into network init process. That is the main step to run IPv6 in u-boot. Now u-boot is capable to use NDP and handle IPv6 packets. Signed-off-by: Viacheslav Mitrofanov --- net/net.c | 23 +