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

Vyacheslav Mitrofanov V v.v.mitrofanov at yadro.com
Sun Sep 11 08:08:11 CEST 2022


On Fri, 2022-09-09 at 08:44 -0600, Simon Glass wrote:
> «Внимание! Данное письмо от внешнего адресата!»
> 
> On Thu, 8 Sept 2022 at 05:59, Viacheslav Mitrofanov
> <v.v.mitrofanov at yadro.com> 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. Implementation of some NDP functions uses API that
> > was
> > exposed in "net: ipv6: Add IPv6 basic primitives".
> > 
> > Also this patch inlcudes update in Makefile to build NDP.
> > 
> > Series-changes: 3
> > - Added structures and functions descriptions
> > - Fixed style problems
> > 
> > Series-changes: 4
> > - Fixed structures and functions description style
> > 
> > Signed-off-by: Viacheslav Mitrofanov <v.v.mitrofanov at yadro.com>
> > ---
> >  include/ndisc.h | 102 +++++++++++++++++
> >  net/Makefile    |   1 +
> >  net/ndisc.c     | 289
> > ++++++++++++++++++++++++++++++++++++++++++++++++
> >  3 files changed, 392 insertions(+)
> >  create mode 100644 include/ndisc.h
> >  create mode 100644 net/ndisc.c

Hello, Simon!
That is an empty message. I think you accidentally forgot to give a
response.

Thanks!


More information about the U-Boot mailing list