If we've got watchdog timeouts try to get more packets going after
resetting the hardware.
This commit is contained in:
parent
7ef4ec5d34
commit
787b3ade61
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=169159
@ -1355,6 +1355,8 @@ stge_watchdog(struct stge_softc *sc)
|
||||
if_printf(sc->sc_ifp, "device timeout\n");
|
||||
ifp->if_oerrors++;
|
||||
stge_init_locked(sc);
|
||||
if (!IFQ_DRV_IS_EMPTY(&ifp->if_snd))
|
||||
stge_start_locked(ifp);
|
||||
}
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user