Commit 800cda7
Add IORING_SETUP_DEFER_TASKRUN flag.
DEFER_TASKRUN (kernel 6.1+, requires SINGLE_ISSUER) defers io_uring task
work to the application thread rather than a kernel thread, reducing
cross-CPU signaling overhead on the wakeup and completion paths.
Co-authored-by: Cursor <cursoragent@cursor.com>1 parent 71ac5f8 commit 800cda7
1 file changed
Lines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
267 | 267 | | |
268 | 268 | | |
269 | 269 | | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
270 | 276 | | |
271 | 277 | | |
272 | 278 | | |
| |||
1290 | 1296 | | |
1291 | 1297 | | |
1292 | 1298 | | |
| 1299 | + | |
| 1300 | + | |
| 1301 | + | |
1293 | 1302 | | |
1294 | 1303 | | |
1295 | 1304 | | |
| |||
0 commit comments