From 071f7722686151817855195654f16a0b65d9473c Mon Sep 17 00:00:00 2001 From: Baruch Even Date: Thu, 31 May 2007 01:20:45 -0700 Subject: [PATCH] [BRIDGE]: Reduce frequency of forwarding cleanup timer in bridge. The bridge cleanup timer is fired 10 times a second for timers that are at least 15 seconds ahead in time and that are not critical to be cleaned asap. This patch calculates the next time to run the timer as the minimum of all timers or a minimum based on the current state. Signed-off-by: Baruch Even Signed-off-by: Stephen Hemminger Signed-off-by: David S. Miller --- Reading git-format-patch failed