Commit a9234c3
authored
IoUring: Correctly refetch completions that were produced because of … (#15480)
…inline submissions
Motivation:
We should ensure we refetch the tail of the completion queue and compare
it to the current head before stop processing because a completion might
trigger a submission and so produce more completions.
Modifications:
Refetch tail one more time before exit while loop
Result:
Process completions that were caused by an inline submission without
delay1 parent f8beddd commit a9234c3
1 file changed
Lines changed: 6 additions & 0 deletions
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
115 | 121 | | |
116 | 122 | | |
117 | 123 | | |
| |||
0 commit comments