Fix an interrupt storm issue in vnet(4) mpi@ managed to trigger on my T5220,
authorstsp <stsp@openbsd.org>
Sat, 27 Jan 2018 13:44:03 +0000 (13:44 +0000)
committerstsp <stsp@openbsd.org>
Sat, 27 Jan 2018 13:44:03 +0000 (13:44 +0000)
commit566caca07e832a12df283298eb92624457917107
treef8e4c298d9f7ed1da49a052623c0341816ee15c8
parent53b8e70e6ace9082d3282ca3fac1f716843a0b6c
Fix an interrupt storm issue in vnet(4) mpi@ managed to trigger on my T5220,
similar to the issue fixed in vldcp(4) recently. For good measure also fix
it again in vldcp(4) in case the Rx channel is reset rather than goes down.

My T5220 has been running fine with this change.

ok kettenis@
sys/arch/sparc64/dev/vldcp.c
sys/arch/sparc64/dev/vnet.c