CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/08/06 13:24:45
Modified files:
sys/dev/pv : if_vio.c
Log message:
The vio(4) interface did not recover from mbuf shortage. The logic
to start the rx tick did not work since we use if_rxr_get(). An
easy fix is to start the rx timeout every second unconditionally.
OK dlg@
