Hacker News new | ask | show | jobs
by yusyusyus 157 days ago
DMAing as opposed to what?
3 comments

Issuing extremely slow PCIe reads? GP probably meant “all” rather than “most.”
yep that makes more sense.
i think he means simply the cpu speed bottleneck doesnt apply as it related to dma which doesnt 'transfer data' via the cpu directly.

its phrased a bit weird.

Letting the CPU burn cycles by accessing memory mapped device memory instead of using DMA like in the good old days? What even is this question?
> accessing memory mapped device memory instead of using DMA like in the good old days

That's not actually an option for NVMe devices, is it? The actual NAND storage isn't available for direct memory mapping, and the only way to access it is to set up DMA transfers.