Hacker News new | ask | show | jobs
by wmf 282 days ago
reading directly from a PCIe device, such as an NVMe flash, can actually be faster than caching things in RAM first.

That's not true though, because the PCIe device DMAs into RAM anyway.

1 comments

No, it can DMA straight into L3 cache, as mentioned in the article.

See https://www.intel.com/content/www/us/en/io/data-direct-i-o-t...

Your server doesn't have DDIO turned on though.
Not mine, but fair!