On Mon, Jun 06, 2022 at 12:38:36PM -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. > > If a wrong STALE entry ever enters the cache, it'll remain > wrong forever (unless refreshed via TCP/IP, or otherwise). > > Let the cache inconsistency resolve itself by triggering > an update from "rdma_resolve_addr". > > Signed-off-by: Gerd Rausch <gerd.rausch@xxxxxxxxxx> > --- > drivers/infiniband/core/addr.c | 40 ++++++++++++++++++++++++++++++++++ > 1 file changed, 40 insertions(+) Gerd, Do you plan to resubmit the patch? There is a complain from kbuild robot. Thanks