Re: [PATCH 0/4] Fix routing metrics
From: David Miller <davem@davemloft.net>
Date: 2012-02-10 08:12:29
From: Steffen Klassert <steffen.klassert@secunet.com> Date: Fri, 10 Feb 2012 08:51:07 +0100
On Fri, Feb 10, 2012 at 02:38:15AM -0500, David Miller wrote:quoted
From: Steffen Klassert <steffen.klassert@secunet.com>quoted
I fully agree with you here. But we check for the genid just in rt_init_metrics() which is invoked only on route cache entry creation. There is no check when the metrics are accessed, because the metrics on the inetpeer are valid on every access.Every routing cache entry we will use after the flush will be a newly created one! All the old ones will be stop being used.Yes, I know that. All inetpeer metrics are updated once with the first new routing cache entry that binds that inetpeer to the route.
And after a routing cache flush, that will be all routing cache entries every used after that point. So since this happens, you don't need to check the inetpeer at every metric access. The fact that all routing cache entries get recreated will do it for you.