Thomasdezeeuw / a10

Library safely exposing the io_uring API.
MIT License
53 stars 2 forks source link

Add Linux kernel v6.6 additions #87

Open Thomasdezeeuw opened 9 months ago

Thomasdezeeuw commented 9 months ago

IORING_SETUP_NO_SQARRAY: https://github.com/torvalds/linux/commit/2af89abda7d9c2aeb573677e2c498ddb09f8058a https://lore.kernel.org/r/0ffa3268a5ef61d326201ff43a233315c96312e0.1692916914.git.asml.silence@gmail.com https://www.spinics.net/lists/io-uring/msg21509.html https://www.spinics.net/lists/io-uring/msg21511.html

SOCKET_URING_OP_SIOCINQ, SOCKET_URING_OP_SIOCOUTQ: https://github.com/torvalds/linux/commit/8e9fad0e70b7b62848e0aeb1a873903b9ce4d7c4

Thomasdezeeuw commented 6 months ago

I'm waiting with IORING_SETUP_NO_SQARRAY until v6.6 is more widely supported as I don't to support both NO_SQARRAY and with it concurrently.