From: David M. <da...@da...> - 2019-11-08 04:09:13
|
From: Hoang Le <hoa...@de...> Date: Fri, 8 Nov 2019 10:02:37 +0700 > Currently, we scan over all network namespaces at each received > discovery message in order to check if the sending peer might be > present in a host local namespaces. > > This is unnecessary since we can assume that a peer will not change its > location during an established session. > > We now improve the condition for this testing so that we don't perform > any redundant scans. > > Fixes: f73b12812a3d ("tipc: improve throughput between nodes in netns") > Acked-by: Jon Maloy <jon...@er...> > Signed-off-by: Hoang Le <hoa...@de...> Applied, thank you. |