Module Name: src Committed By: msaitoh Date: Thu May 19 02:22:59 UTC 2022
Modified Files: src/sys/dev/pci: if_wm.c Log Message: Call wm_xxeof() only when limit > 0. It's not required to call wm_xxeof() when limit == 0. It means that all xxeof processing will be done by softint or workqueue. Currently, wm_xxeof() returns quickly before checking the descriptor head when limit == 0 and return with ture to set the more flag. To generate a diff of this commit: cvs rdiff -u -r1.731 -r1.732 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.