Commit c4ac661
authored
IoUring: Submit and process completions in a loop to ensure timely processing. (#15544)
Motivation:
We should contine to submit and proccess completions in a loop to ensure
timely execution before return and start to process tasks. This is also
more inline with other transports like epoll / nio etc.
Modifications:
Only return from method once we could not submit anything new and did
not see anymore completions.
Result:
More timely processing of io. Fixes
#155021 parent 464ff07 commit c4ac661
1 file changed
Lines changed: 7 additions & 2 deletions
Lines changed: 7 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
184 | 184 | | |
185 | 185 | | |
186 | 186 | | |
187 | | - | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
188 | 190 | | |
189 | 191 | | |
190 | 192 | | |
191 | 193 | | |
192 | 194 | | |
193 | | - | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
194 | 199 | | |
195 | 200 | | |
196 | 201 | | |
| |||
0 commit comments