CVS commit: src/sys/dev/ic
"Jared D. McNeill" <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.cvs |
|---|---|
| Message-ID | <[email protected]> |
Module Name: src Committed By: jmcneill Date: Sat May 30 09:50:35 UTC 2026 Modified Files: src/sys/dev/ic: dwc_eqos.c dwc_eqos_reg.h dwc_eqos_var.h Log Message: eqos: More performance improvements. - Move TX to a separate kthread and allow TX and RX to run under separate locks. Lazily clean up TX descriptors instead of requesting an interrupt for TX completions. - Use the hardware watchdog to implement RX interrupt coalescing. - Remove some redundant MMIO writes and bus_dma syncs. To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45 src/sys/dev/ic/dwc_eqos.c cvs rdiff -u -r1.11 -r1.12 src/sys/dev/ic/dwc_eqos_reg.h cvs rdiff -u -r1.12 -r1.13 src/sys/dev/ic/dwc_eqos_var.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.