Commit 548de3d
committed
io_uring: address review nits in BoundedInjectedCompletionsPerEvent
Per ravenblackx review: tighten EXPECT_GE to EXPECT_EQ since the
eventfd is only written by IoUring's self-poke, so the callback fires
exactly 3 times for 3+3+1. Also unify event_callback_invocations to
int32_t for consistency with the other counters.1 parent 448fb78 commit 548de3d
1 file changed
Lines changed: 5 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
283 | 283 | | |
284 | 284 | | |
285 | 285 | | |
286 | | - | |
| 286 | + | |
287 | 287 | | |
288 | 288 | | |
289 | 289 | | |
| |||
314 | 314 | | |
315 | 315 | | |
316 | 316 | | |
317 | | - | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
318 | 320 | | |
319 | | - | |
| 321 | + | |
320 | 322 | | |
321 | 323 | | |
322 | 324 | | |
| |||
0 commit comments