YoSTEALTH
YoSTEALTH
### Describe the bug Both `i` and `len` are `unsigned` ### Code to reproduce the behaviour: ``` cython cdef: unsigned int i __u16 len if i < len-1: warning: comparison...
After couple months of segfaults(over interpreter) narrowed the bug down to `io_uring_peek_batch_cqe` not populating `cqe` consistently. The first loop always runs fine after its anyone's guess as to when it...
Testing [io_uring_cqe_shift](https://github.com/axboe/liburing/blob/master/src/include/liburing.h#L279-L284), The comment says: - for standard CQE its `1` - for big CQE its `2` I am actually getting `0` for standard cqe, and `1` when using `IORING_SETUP_CQE32`....