K 10 svn:author V 8 gallatin K 8 svn:date V 27 2019-01-25T15:02:18.894177Z K 7 svn:log V 296 Fix an iflib driver unload panic introduced in r343085 The new loop to sync and unload descriptors was indexed by "i", rather than "j". The panic was caused by "i" being advanced rather than "j", and eventually becoming out of bounds. Reviewed by: kib MFC after: 3 days Sponsored by: Netflix END