Commit 8f5afe4
committed
Merge branch 'tls-a-few-more-fixes-for-async-decrypt'
Sabrina Dubroca says:
====================
tls: a few more fixes for async decrypt
The previous patchset [1] took care of "full async". This adds a few
fixes for cases where only part of the crypto operations go the async
route, found by extending my previous debug patch [2] to do N
synchronous operations followed by M asynchronous ops (with N and M
configurable).
[1] https://patchwork.kernel.org/project/netdevbpf/list/?series=823784&state=*
[2] https://lore.kernel.org/all/9d664093b1bf7f47497b2c40b3a085b45f3274a2.1694021240.git.sd@queasysnail.net/
====================
Link: https://lore.kernel.org/r/cover.1709132643.git.sd@queasysnail.net
Signed-off-by: Jakub Kicinski <kuba@kernel.org>1 file changed
Lines changed: 29 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| 55 | + | |
55 | 56 | | |
56 | 57 | | |
57 | 58 | | |
| |||
274 | 275 | | |
275 | 276 | | |
276 | 277 | | |
| 278 | + | |
| 279 | + | |
277 | 280 | | |
278 | 281 | | |
279 | | - | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
280 | 287 | | |
281 | 288 | | |
282 | 289 | | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
283 | 293 | | |
284 | 294 | | |
285 | | - | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
286 | 299 | | |
287 | | - | |
288 | | - | |
289 | | - | |
290 | 300 | | |
291 | | - | |
292 | | - | |
| 301 | + | |
293 | 302 | | |
294 | 303 | | |
295 | 304 | | |
| |||
1588 | 1597 | | |
1589 | 1598 | | |
1590 | 1599 | | |
1591 | | - | |
| 1600 | + | |
| 1601 | + | |
| 1602 | + | |
1592 | 1603 | | |
| 1604 | + | |
1593 | 1605 | | |
1594 | 1606 | | |
1595 | 1607 | | |
| |||
1601 | 1613 | | |
1602 | 1614 | | |
1603 | 1615 | | |
| 1616 | + | |
| 1617 | + | |
| 1618 | + | |
1604 | 1619 | | |
1605 | 1620 | | |
1606 | 1621 | | |
| |||
1948 | 1963 | | |
1949 | 1964 | | |
1950 | 1965 | | |
| 1966 | + | |
1951 | 1967 | | |
1952 | 1968 | | |
1953 | 1969 | | |
| |||
2095 | 2111 | | |
2096 | 2112 | | |
2097 | 2113 | | |
2098 | | - | |
| 2114 | + | |
| 2115 | + | |
2099 | 2116 | | |
| 2117 | + | |
2100 | 2118 | | |
2101 | 2119 | | |
2102 | 2120 | | |
| |||
2135 | 2153 | | |
2136 | 2154 | | |
2137 | 2155 | | |
2138 | | - | |
2139 | | - | |
| 2156 | + | |
| 2157 | + | |
2140 | 2158 | | |
2141 | 2159 | | |
2142 | 2160 | | |
| |||
0 commit comments