HomeFreeBSD

MFC r343430

Description

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

Details

Provenance
gallatinAuthored on
Reviewer
kib
Parents
rS343525: Fix the detection of ECN-setup SYN-ACK packets.
Branches
Unknown
Tags
Unknown