clear oactive on each txq, not just txq 0 when the iface goes up or down
authordlg <dlg@openbsd.org>
Sun, 30 Jul 2023 02:10:00 +0000 (02:10 +0000)
committerdlg <dlg@openbsd.org>
Sun, 30 Jul 2023 02:10:00 +0000 (02:10 +0000)
commitc41cd7beb38a6bb796034a0f99f505e11ab7b334
treed3544c75b7e47b808ef82fdec7e0449c41878bcb
parent69cf50f825e13f50285816f85ebabe8b6f37db4a
clear oactive on each txq, not just txq 0 when the iface goes up or down

if the driver did get into a situation where the tx rings were out
of sync (which should be fixed now) and were stuck oactive, taking
the interface down and up didnt clear that on anything except ring
0.
sys/dev/pci/if_vmx.c