(no title)
shanemhansen | 7 months ago
1. Kernel bypass combined with DMA and techniques like dedicating a CPU to packet processing improve performance.
2. What I think of as "removing userspace from the data plane" improves performance for things like sendfile and ktls.
To your point, Quic in the kernel seems to not have either advantage.
FuriouslyAdrift|7 months ago
michaelsshaw|7 months ago
RDMA is directly from bus-to-bus, bypassing all the software.