Module Name:    src
Committed By:   thorpej
Date:           Sat Sep 17 15:31:29 UTC 2022

Modified Files:
        src/sys/dev/pci: if_vte.c

Log Message:
vte_ifstart(): Make the condition if the transmit loop the number of
free descriptors, not "are there packets in the queue"; the latter is
redundant with the IFQ_POLL() that happens within the loop after the
number of available descriptors is checked.  Eliminate use of IFF_OACTIVE.


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 src/sys/dev/pci/if_vte.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Reply via email to