K 10 svn:author V 8 gallatin K 8 svn:date V 27 2019-01-28T14:34:59.842175Z K 7 svn:log V 301 MFC r343430 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 Sponsored by: Netflix END