Zero-copy network transmission with io_uring
Zero-copy network transmission with io_uring
Posted Jan 3, 2022 16:39 UTC (Mon) by schuyler_t (guest, #91921)In reply to: Zero-copy network transmission with io_uring by jorgegv
Parent article: Zero-copy network transmission with io_uring
The overall bandwidth matters a lot too. With high bandwidth (handwave at >10 gbps), it's extremely easy to begin running into CPU<->memory bandwidth limitations, especially for non-server class big metal CPUs. With a dummy NIC it's hard to tell, like you said. But once you run into that cliff, ZC is pretty much the only way around it.
