Zero-copy network transmission with io_uring
Zero-copy network transmission with io_uring
Posted Dec 31, 2021 0:09 UTC (Fri) by Sesse (subscriber, #53779)Parent article: Zero-copy network transmission with io_uring
Interestingly, as I understand the patch cover letter (https://lore.kernel.org/lkml/cover.1640029579.git.asml.si...), io_uring + zerocopy is only ~27% faster than io_uring alone. And this is with dummy netdev and UDP packets, so zero NIC and TCP overhead. There will surely be applications interested in this, but most users should be pretty happy with io_uring on its own.
