| ▲ | ComputerGuru 8 hours ago |
| USB doesn’t provide any DMA (until USB 4) and requires more host cpu resources to meet the same bandwidth. It also has less consistent performance by virtue of the USB protocol itself. |
|
| ▲ | mianos 7 hours ago | parent [-] |
| I am confused by this, I worked on a Linux USB driver that used DMA in 2003. |
| |
| ▲ | ComputerGuru 7 hours ago | parent [-] | | DMA from device to host directly rather than from host USB controller to host memory. | | |
| ▲ | mianos 7 hours ago | parent [-] | | When I worked on it, the USB controller was just a pci bus device that once set up, the incoming data, from a USB ADC, streamed the data in blocks directly to memory. Maybe they took all that back out. |
|
|