K 10 svn:author V 7 thompsa K 8 svn:date V 27 2008-03-16T19:25:30.000000Z K 7 svn:log V 353 Switch the LACP state machine over to its own mutex to protect the internals, this means that it no longer grabs the lagg rwlock. Use two port table arrays which list the active ports for Tx and switch between them with an atomic op. Now the lagg rwlock is only exclusively locked for management (ioctls) and queuing of lacp control frames isnt needed. END