Module Name: src
Committed By: knakahara
Date: Wed Oct 20 02:05:15 UTC 2021
Modified Files:
src/sys/dev/pci: if_wm.c
Log Message:
Fix Tx stall, reported and implemented original patch by [email protected], thanks.
Check if_snd queue because if.c::if_transmit() doesn't call ifp->if_start()
when IFQ_ENQUEUE failed.
Reviewed and tested by [email protected] and [email protected].
To generate a diff of this commit:
cvs rdiff -u -r1.709 -r1.710 src/sys/dev/pci/if_wm.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.