Re: [PATCH 08/17] net: ipv6: Add implementation of main IPv6 functions

2022-09-12 Thread Ramon Fried
On Tue, Sep 6, 2022 at 6:10 PM Viacheslav Mitrofanov wrote: > > Functions that were exposed in "net: ipv6: Add IPv6 basic primitives" > had only empty implementations and were exposed as API for futher > patches. This patch add implementation of these functions. Main > functions are: net_ip6_handl

Re: [PATCH 08/17] net: ipv6: Add implementation of main IPv6 functions

2022-09-09 Thread Simon Glass
oOn Thu, 8 Sept 2022 at 05:59, Viacheslav Mitrofanov wrote: > > Functions that were exposed in "net: ipv6: Add IPv6 basic primitives" > had only empty implementations and were exposed as API for futher > patches. This patch add implementation of these functions. Main > functions are: net_ip6_handl

[PATCH 08/17] net: ipv6: Add implementation of main IPv6 functions

2022-09-08 Thread Viacheslav Mitrofanov
Functions that were exposed in "net: ipv6: Add IPv6 basic primitives" had only empty implementations and were exposed as API for futher patches. This patch add implementation of these functions. Main functions are: net_ip6_handler() - IPv6 packet handler for incoming packets; net_send_udp_packet6()

[PATCH 08/17] net: ipv6: Add implementation of main IPv6 functions

2022-09-06 Thread Viacheslav Mitrofanov
Functions that were exposed in "net: ipv6: Add IPv6 basic primitives" had only empty implementations and were exposed as API for futher patches. This patch add implementation of these functions. Main functions are: net_ip6_handler() - IPv6 packet handler for incoming packets; net_send_udp_packet6()

Re: [PATCH 08/17] net: ipv6: Add implementation of main IPv6 functions

2022-08-31 Thread Simon Glass
Hi Viacheslav, On Tue, 30 Aug 2022 at 07:02, Viacheslav Mitrofanov wrote: > > Functions that were exposed in "net: ipv6: Add IPv6 basic primitives" > had only empty implementations and were exposed as API for futher > patches. This patch add implementation of these functions. Main > functions are

[PATCH 08/17] net: ipv6: Add implementation of main IPv6 functions

2022-08-30 Thread Viacheslav Mitrofanov
Functions that were exposed in "net: ipv6: Add IPv6 basic primitives" had only empty implementations and were exposed as API for futher patches. This patch add implementation of these functions. Main functions are: net_ip6_handler() - IPv6 packet handler for incoming packets; net_send_udp_packet6()