Module Name: src Committed By: msaitoh Date: Fri Jun 12 09:28:48 UTC 2020
Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c Log Message: - Remove extra kpreempt_disable() -> kpreempt_enable() because ixgbe_handle_msf() was changed from softint to workqueue. - Set schedule_wqs_ok before enabling interrupt to prevent the race. - Fix comment. To generate a diff of this commit: cvs rdiff -u -r1.229 -r1.230 src/sys/dev/pci/ixgbe/ixgbe.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.