sqe_submitRegular
4.4: Absent ⚠️
4.8: Absent ⚠️
4.10: Absent ⚠️
4.13: Absent ⚠️
4.15: Absent ⚠️
4.18: Absent ⚠️
5.0: Absent ⚠️
5.3: ✅struct sqe_submit {
const struct io_uring_sqe *sqe;
short unsigned int index;
bool has_user;
bool needs_lock;
bool needs_fixed_file;
};
5.4: ✅struct sqe_submit {
const struct io_uring_sqe *sqe;
short unsigned int index;
u32 sequence;
bool has_user;
bool needs_lock;
bool needs_fixed_file;
};
5.8: Absent ⚠️
5.11: Absent ⚠️
5.13: Absent ⚠️
5.15: Absent ⚠️
5.19: Absent ⚠️
6.2: Absent ⚠️
6.5: Absent ⚠️
6.8: Absent ⚠️
arm64: ✅struct sqe_submit {
const struct io_uring_sqe *sqe;
short unsigned int index;
u32 sequence;
bool has_user;
bool needs_lock;
bool needs_fixed_file;
};
armhf: ✅struct sqe_submit {
const struct io_uring_sqe *sqe;
short unsigned int index;
u32 sequence;
bool has_user;
bool needs_lock;
bool needs_fixed_file;
};
ppc64el: ✅struct sqe_submit {
const struct io_uring_sqe *sqe;
short unsigned int index;
u32 sequence;
bool has_user;
bool needs_lock;
bool needs_fixed_file;
};
riscv64: ✅struct sqe_submit {
const struct io_uring_sqe *sqe;
short unsigned int index;
u32 sequence;
bool has_user;
bool needs_lock;
bool needs_fixed_file;
};
aws: ✅struct sqe_submit {
const struct io_uring_sqe *sqe;
short unsigned int index;
u32 sequence;
bool has_user;
bool needs_lock;
bool needs_fixed_file;
};
azure: ✅struct sqe_submit {
const struct io_uring_sqe *sqe;
short unsigned int index;
u32 sequence;
bool has_user;
bool needs_lock;
bool needs_fixed_file;
};
gcp: ✅struct sqe_submit {
const struct io_uring_sqe *sqe;
short unsigned int index;
u32 sequence;
bool has_user;
bool needs_lock;
bool needs_fixed_file;
};
lowlatency: ✅struct sqe_submit {
const struct io_uring_sqe *sqe;
short unsigned int index;
u32 sequence;
bool has_user;
bool needs_lock;
bool needs_fixed_file;
};
Regular
5.3 and 5.4 ⚠️u32 sequence
amd64 and arm64 ✅
amd64 and armhf ✅
amd64 and ppc64el ✅
amd64 and riscv64 ✅
generic and aws ✅
generic and azure ✅
generic and gcp ✅
generic and lowlatency ✅