Module Name: src Committed By: yamaguchi Date: Thu Mar 31 06:20:14 UTC 2022
Modified Files: src/sys/dev/pci: if_ixl.c Log Message: ixl(4): remove unnecessary lock acquirement Running interrupt handlers is finished while accessing to I40E_Q[TR]X_ENA register. Therefore, it is not need to acquire locks to wait for the finish. pointed out by riastradh@n.o, thanks. To generate a diff of this commit: cvs rdiff -u -r1.79 -r1.80 src/sys/dev/pci/if_ixl.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.