On Thu, Jun 16, 2022 at 08:57:14AM -0700, Gerd Rausch wrote: > Unlike with IPv[46], where "ip_finish_output2" triggers > a refresh of STALE neighbour entries via "neigh_output", > "rdma_resolve_addr" never triggers an update. Why? We alread call neigh_event_send() right after this in addr_resolve_neigh(), and this seems to ignore the input resolve_neigh to addr_resolve() ? I think there is more going on here than this commit message is explaining. Jason