Zero-copy network transmission with io_uring
Zero-copy network transmission with io_uring
Posted Dec 31, 2021 17:07 UTC (Fri) by Sesse (subscriber, #53779)In reply to: Zero-copy network transmission with io_uring by Wol
Parent article: Zero-copy network transmission with io_uring
FreeBSD (possibly some of the other BSDs?) have a zerocopy mechanism that flags the page as COW in the MMU (relieving userspace of the need to know, so you can essentially always use zerocopy), but of course then you pay a price if you don't leave it alone for long enough afterwards.
