From: [email protected] Date: Sun, 20 Sep 2015 08:48:27 -0700 > From: Scott Feldman <[email protected]> > > Add a timer to each rocker switch to do FDB entry cleanup by ageing out > expired entries. The timer scheduling algo is copied from the bridge > driver, for the most part, to keep the firing of the timer to a minimum. > > Signed-off-by: Scott Feldman <[email protected]> > Acked-by: Jiri Pirko <[email protected]>
You need to del_timer_sync() or similar on this timer in rocker_remove(). -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
