On 14/05/18 17:06, Stephen Hurd wrote: > Author: shurd > Date: Mon May 14 20:06:49 2018 > New Revision: 333612 > URL: https://svnweb.freebsd.org/changeset/base/333612 > > Log: > Replace rmlock with epoch in lagg > > Use the new epoch based reclamation API. Now the hot paths will not > block at all, and the sx lock is used for the softc data. This fixes LORs > reported where the rwlock was obtained when the sxlock was held. > > Submitted by: mmacy > Reported by: Harry Schmalzbauer <free...@omnilan.de> > Reviewed by: sbruno > Sponsored by: Limelight Networks > Differential Revision: https://reviews.freebsd.org/D15355
Thanks! This fixed my (wlan0+em0) failover lagg interface. -- Renato Botelho _______________________________________________ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"