Alex Saveau

Results 459 comments of Alex Saveau

Very wip implementation for `rmz`: https://github.com/SUPERCILEX/fuc/tree/io_uring_rmz

@andrewda lol, what he said 😂

Oh, K. Yeah, that SGTM.

What kernel version is this on? And do the `assert!(msg.is_payload_truncated())` assertions fail too? If not, then maybe the kernel just doesn't return anything anymore on truncation. If literally all the...

That just seems so broken to me. Can you try dbg printing the header here: https://github.com/tokio-rs/io-uring/blob/501ee78049fa785eb4f5888252a0983ba6cf78e0/src/types.rs#L415 Also, remove the match statement with the assertions so we can see each message...

Hmmm, that all zero pattern is deeply suspicious. I wonder if we're using the wrong buffer somehow? Can you throw in this for loop below `buffer_select`? ``` for i in...

Huh, yeah maybe that's it though I thought it was supposed to be fine. You could try adding the index to the buf group and see if that fixes it....

Hey, can you try https://github.com/tokio-rs/io-uring/pull/284 and see if it fixes it for you? If so, I was just being a dumdum and the kernel is returning sendmsg responses out of...

And similarly, a way to apply the changes.