You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
io_uring cleanups and updates for new flags in Linux 6.2 (#553)
- Rename `IoringSetupFlags`'s `SETUP_SINGLE_ISSUER` and `SETUP_DEFER_TASKRUN`
to `SINGLE_ISSUER` and `DEFER_TASKRUN`, because the `SETUP_` is omitted in
the other `IoringSetupFlags` flags.
- Split `IoringRecvsendFlags` into `IoringSendFlags` and
`IoringRecvFlags`, and add the new `ZC_REPORT_USAGE` send flag.
- Add a public re-export of the new `IORING_NOTIF_USAGE_ZC_COPIED`
flag. In theory we could convert `cqe.res` into a union and use a
bitflags type for `IORING_NOTIF_USAGE_ZC_COPIED`, though my rough
guess is that that's not worth it until it gets more complex.
0 commit comments