Hussain: Lord of the io_uring
([Kernel] May 11, 2020 19:49 UTC (Mon) (corbet))
- Reference: 0000820220
- News link: https://lwn.net/Articles/820220/
- Source link:
Shuveb Hussain has posted [1]an extensive introduction to io_uring , complete with examples and a reference guide. " Because of the shared ring buffers between the kernel and user space, io_uring can be a zero-copy system. Copying bytes around becomes necessary when there are system calls that transfer data between kernel and user space are involved. But since the bulk of the communication in io_uring is via buffers shared between the kernel and user space, this huge performance overhead is completely avoided. "
[1] https://unixism.net/loti/
[1] https://unixism.net/loti/
Zero-copy networking
Some previous discussion in the context of networking: [1]https://lwn.net/Articles/752188/
[1] https://lwn.net/Articles/752188/
Zero-copy networking
Some previous discussion in the context of networking: [1]https://lwn.net/Articles/752188/
[1] https://lwn.net/Articles/752188/