Re: [PATCH 04/17] net: ipv6: Add Neighbor Discovery Protocol (NDP)

2022-09-12 Thread Simon Glass
On Sun, 11 Sept 2022 at 00:08, Vyacheslav Mitrofanov V wrote: > > On Fri, 2022-09-09 at 08:44 -0600, Simon Glass wrote: > > «Внимание! Данное письмо от внешнего адресата!» > > > > On Thu, 8 Sept 2022 at 05:59, Viacheslav Mitrofanov > > wrote: > > > Implement basic of NDP. It doesn't include such

Re: [PATCH 04/17] net: ipv6: Add Neighbor Discovery Protocol (NDP)

2022-09-11 Thread Ramon Fried
On Tue, Sep 6, 2022 at 6:10 PM Viacheslav Mitrofanov wrote: > > Implement basic of NDP. It doesn't include such things as Router > Solicitation, Router Advertisement and Redirect. It just has Neighbor > Solicitation and Neighbor Advertisement. Only these two features are used > in u-boot IPv6. Imp

Re: [PATCH 04/17] net: ipv6: Add Neighbor Discovery Protocol (NDP)

2022-09-10 Thread Vyacheslav Mitrofanov V
On Fri, 2022-09-09 at 08:44 -0600, Simon Glass wrote: > «Внимание! Данное письмо от внешнего адресата!» > > On Thu, 8 Sept 2022 at 05:59, Viacheslav Mitrofanov > wrote: > > Implement basic of NDP. It doesn't include such things as Router > > Solicitation, Router Advertisement and Redirect. It jus

Re: [PATCH 04/17] net: ipv6: Add Neighbor Discovery Protocol (NDP)

2022-09-09 Thread Simon Glass
On Thu, 8 Sept 2022 at 05:59, Viacheslav Mitrofanov wrote: > > Implement basic of NDP. It doesn't include such things as Router > Solicitation, Router Advertisement and Redirect. It just has Neighbor > Solicitation and Neighbor Advertisement. Only these two features are used > in u-boot IPv6. Impl

[PATCH 04/17] net: ipv6: Add Neighbor Discovery Protocol (NDP)

2022-09-08 Thread Viacheslav Mitrofanov
Implement basic of NDP. It doesn't include such things as Router Solicitation, Router Advertisement and Redirect. It just has Neighbor Solicitation and Neighbor Advertisement. Only these two features are used in u-boot IPv6. Implementation of some NDP functions uses API that was exposed in "net: ip

[PATCH 04/17] net: ipv6: Add Neighbor Discovery Protocol (NDP)

2022-09-06 Thread Viacheslav Mitrofanov
Implement basic of NDP. It doesn't include such things as Router Solicitation, Router Advertisement and Redirect. It just has Neighbor Solicitation and Neighbor Advertisement. Only these two features are used in u-boot IPv6. Implementation of some NDP functions uses API that was exposed in "net: ip

Re: [PATCH 04/17] net: ipv6: Add Neighbor Discovery Protocol (NDP)

2022-08-31 Thread Simon Glass
Hi Viacheslav, On Tue, 30 Aug 2022 at 07:01, Viacheslav Mitrofanov wrote: > > Implement basic of NDP. It doesn't include such things as Router > Solicitation, Router Advertisement and Redirect. It just has Neighbor > Solicitation and Neighbor Advertisement. Only these two features are used > in u

[PATCH 04/17] net: ipv6: Add Neighbor Discovery Protocol (NDP)

2022-08-30 Thread Viacheslav Mitrofanov
Implement basic of NDP. It doesn't include such things as Router Solicitation, Router Advertisement and Redirect. It just has Neighbor Solicitation and Neighbor Advertisement. Only these two features are used in u-boot IPv6. Implementation of some NDP functions uses API that was exposed in "net: ip