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 Jun 13 14:38:02 UTC 2026 Modified Files: src/sys/dev/ic: dwc_eqos.c dwc_eqos_var.h Log Message: eqos: Avoid unnecessary bouncing on RX Allocate memory for RX buffers based on our DMA constraints to prevent unnecessary bouncing. With this change and checksum offload enabled, I can finally get a full 940 Mbps RX on a 8GB PINE64 Quartz64. To generate a diff of this commit: cvs rdiff -u -r1.52 -r1.53 src/sys/dev/ic/dwc_eqos.c cvs rdiff -u -r1.14 -r1.15 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.