Zero-copy network transmission with io_uring
Zero-copy network transmission with io_uring
Posted Jan 2, 2022 20:35 UTC (Sun) by luto (guest, #39314)In reply to: Zero-copy network transmission with io_uring by Wol
Parent article: Zero-copy network transmission with io_uring
That would be *stupendously* slow. It requires changing the PTE (no big deal, although locking might be nasty), broadcasting a TLB flush to all threads (might as well throw out your fancy server and run on a single CPU from 1999), and then eventually handling a page fault (embarrassingly slow on x86).