CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/04/16 15:00:00
Modified files:
sys/dev/pv : if_vio.c
Log message:
vio: recover from missed RX interrupts
It seems at least on Oracle Cloud (arm64, KVM) and on vmd, sometimes rx
interrupts get lost. As a workaround, check the virtqueues in vio_rxtick(),
which allows to recover from this situation.
Diff from renaud@
tested by mbuhl@
ok stsp@
