Edit

IABSD.fr/src/sys/dev/pv

Branch :

  • Show log

    Commit

  • Author : sf
    Date : 2026-04-16 21:00:00
    Hash : 0947192c
    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@