|
|
Subscribe / Log in / New account

Hussain: Lord of the io_uring

Hussain: Lord of the io_uring

[Kernel] Posted May 11, 2020 19:49 UTC (Mon) by corbet

Shuveb Hussain has posted 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."

Comments (1 posted)


Copyright © 2020, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds