Does the Homa network protocol support zero-copy data reception?
Does the Homa network protocol support zero-copy data reception?
Posted Jan 6, 2025 22:39 UTC (Mon) by bvanassche (subscriber, #90104)Parent article: The Homa network protocol
To achieve high performance, the CPU should not copy the contents of network data buffers. Does the Homa network protocol support sending and receiving data without copying it? The RDMA userspace verbs API supports this. The Berkeley socket API does not support zero-copy TCP receive (except when using mmap()).
