Re: [PATCH 2/9] get rid of unused revision element
From: Robert Olsson <hidden>
Date: 2008-01-14 11:44:50
David Miller writes: > > The revision element must of been part of an earlier design, > > because currently it is set but never used. > > > > Signed-off-by: Stephen Hemminger [off-list ref] > > I suspect Robert wanted to play around with some generation > ID optimizations but never got around to it. The idea was to have a selective flush of route cache entries when a fib insert/delete happened. From what I remember you added another/ better solution. Just a list with route cache entries pointing to parent route. So yes this was obsoleted by your/our effort to avoid total flushing of the route cache. Unfinished work. According to http://bgpupdates.potaroo.net/instability/bgpupd.html (last in page) we currently flush the route cache 2.80 times per second. when using full Internet routing with Linux. Maybe we're forced to pick up this thread again someday. Cheers. --ro