Re: [PATCH] Fix neighbor discovery ethernet address saving

2025-01-01 Thread Tom Rini
On Mon, 29 Apr 2024 11:51:16 -0700, seanedm...@linux.microsoft.com wrote: > When a successful neighbor advertisement is received, the ethernet > address should be saved for later use to avoid having to redo the > neighbor discovery process. > > For example, with TFTP the address should get saved

Re: [PATCH] Fix neighbor discovery ethernet address saving

2024-05-12 Thread Vyacheslav V. Mitrofanov
Hello, Sean. I see. You are right. Reviewed-by: Viacheslav Mitrofanov On Tue, 2024-05-07 at 22:16 -0700, Sean Edmond wrote: > > Hi Vyachesla, > > Let's start by saying neighbour discovery protocol is definitely > working > properly.  I'm only suggesting that it isn't properly caching the MAC

Re: [PATCH] Fix neighbor discovery ethernet address saving

2024-05-07 Thread Sean Edmond
Hi Vyachesla, Let's start by saying neighbour discovery protocol is definitely working properly.  I'm only suggesting that it isn't properly caching the MAC address.  During IPv6 TFTP I observe that neighbour discovery is performed before every packet sent from client(u-boot)->server. Here's

Re: [PATCH] Fix neighbor discovery ethernet address saving

2024-05-05 Thread Vyacheslav V. Mitrofanov
On Mon, 2024-04-29 at 11:51 -0700, seanedm...@linux.microsoft.com wrote: > s...@yadro.com > > From: Sean Edmond > > When a successful neighbor advertisement is received, the ethernet > address should be saved for later use to avoid having to redo the > neighbor discovery p

[PATCH] Fix neighbor discovery ethernet address saving

2024-04-29 Thread seanedmond
From: Sean Edmond When a successful neighbor advertisement is received, the ethernet address should be saved for later use to avoid having to redo the neighbor discovery process. For example, with TFTP the address should get saved into "net_server_ethaddr". This is being done correctly with ARP