Is your feature request related to a problem? Please describe.
I'm interested in usage of IORING_OP_TEE at yes for impremention with less tee syscalls. It seems there is no tee support at source code. I'm doing
pipe buffer ->(tee)-> stdout to avoid unsafe vmsplice without io_uring currently. I cannot use splice since pipe buffer is consumed.
Describe the solution you'd like
Add support for safe async IORING_OP_TEE usage.
Describe alternatives you've considered
unknown.
Is your feature request related to a problem? Please describe.
I'm interested in usage of IORING_OP_TEE at yes for impremention with less tee syscalls. It seems there is no tee support at source code. I'm doing
pipe buffer ->(tee)-> stdout to avoid unsafe vmsplice without io_uring currently. I cannot use splice since pipe buffer is consumed.
Describe the solution you'd like
Add support for safe async IORING_OP_TEE usage.
Describe alternatives you've considered
unknown.