[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20111220.133542.2144336048061483258.davem@davemloft.net>
Date: Tue, 20 Dec 2011 13:35:42 -0500 (EST)
From: David Miller <davem@...emloft.net>
To: steffen.klassert@...unet.com
Cc: timo.teras@....fi, netdev@...r.kernel.org
Subject: Re: linux-3.0.x regression with ipv4 routes having mtu
From: Steffen Klassert <steffen.klassert@...unet.com>
Date: Tue, 20 Dec 2011 08:18:43 +0100
> On Tue, Dec 20, 2011 at 02:03:55AM -0500, David Miller wrote:
>> From: Timo Teräs <timo.teras@....fi>
>> Date: Tue, 20 Dec 2011 08:53:09 +0200
>>
>> > Or maybe I missed the place where that updated would happen?
>>
>> It should happen on every routing cache lookup hit just like we
>> validate the peer for redirect information.
>
> The problem is that we need to do a route cache lookup to
> validate the peer informations. This does not happen if
> somebody adds a new route. I tried already to add a pmtu specific
> generation id and it appears to not solve the problem. We would
> still need to overwrite the cached value if we add a route with mtu.
Why?
Every use of a routing cache entry does a dst_check() or a routing
cache lookup.
You can check the generation ID in both locations, and if the
comparison fails then you force the routing cache entry to be killed
and the caller performs a lookup. At that time the refreshing of the
new FIB entry will be realized.
The critical bit is invalidating the routing cache entry, I can only
guess that you're not doing that.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists