CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2014/09/07 13:44:29
Modified files:
sys/dev/pci : Tag: OPENBSD_5_4 if_vio.c
Log message:
Backport from current revision 1.15:
date: 2014/01/19 20:49:02; author: bluhm; state: Exp; lines: +29 -8;
If the system runs out ouf mbufs, the receive queue of the vio
interface may get emtpy. The driver did not recover from that
starvation as it does not get receive interrupts anymore. Fix this
by adding a one second receive timeout in that case.
OK sf@