Module Name: src Committed By: knakahara Date: Fri Feb 17 12:16:37 UTC 2017
Modified Files: src/sys/dev/pci: if_wm.c Log Message: unify Tx softint and Rx softint to uniform ixg(4) design. Furthermore, that can remove wm_deferred_start() which holds all txq's txq_lock, so it would reduce lock contention between Tx interrupt handler and Tx softint handler. To generate a diff of this commit: cvs rdiff -u -r1.483 -r1.484 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.