logoalt Hacker News

FuriouslyAdrift07/31/20251 replyview on HN

So... RDMA?


Replies

michaelsshaw07/31/2025

No, the first technique describes the basic way they already operate, DMA, but giving access to userspace directly because it's a zerocopy buffer. This is handled by the OS.

RDMA is directly from bus-to-bus, bypassing all the software.