Module Name: src Committed By: knakahara Date: Fri Jul 22 07:13:56 UTC 2016
Modified Files: src/sys/net: if.c Log Message: Reduce KERNEL_LOCK thereby ifq_lock is used by default. if_snd is always excluded by ifq_lock now. So, the KERNEL_LOCK in if_transmit() which serializes packet output processing is not needed now. To generate a diff of this commit: cvs rdiff -u -r1.355 -r1.356 src/sys/net/if.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.