Vectored IO with fixed buffer #1332
SidongYang
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
https://lore.kernel.org/io-uring/[email protected]/ I need to pick the patches up. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
There is no operation that vectored io with fixed buffer. It seems that fixed buffer is useful for reducing latency for minimize user space memory pinning cost. And It would be good to use it with vectored io like
IORING_OP_{READV,WRITEV}_FIXED
. Is there some reason that isn't supported for now?Beta Was this translation helpful? Give feedback.
All reactions