Zero-copy network transmission with io_uring
Zero-copy network transmission with io_uring
Posted Dec 31, 2021 9:02 UTC (Fri) by jorgegv (subscriber, #60484)In reply to: Zero-copy network transmission with io_uring by andresfreund
Parent article: Zero-copy network transmission with io_uring
I have always understood zero-copy as not copying the buffers around (i.e. userspace to kernel and back), and instead using always the same copy of the data in memory by playing tricks vía the MMU.
Copying around data in memory can be expensive and thrashes the caches...
