Commit a8db120
Bumps [tests/perf/s2n-quic](https://github.com/aws/s2n-quic) from
`d103836` to `1a7faa8`.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/aws/s2n-quic/commit/1a7faa87ebcf2b84a068f21af3306a6f42eb8c74"><code>1a7faa8</code></a>
feat(s2n-quic-xdp): add flag for scatter-gather mode (<a
href="https://redirect.github.com/aws/s2n-quic/issues/2144">#2144</a>)</li>
<li><a
href="https://github.com/aws/s2n-quic/commit/d0c9f764610b3636dfbd68429807d0e7d15241ba"><code>d0c9f76</code></a>
feat(s2n-quic-core): add stream state enums (<a
href="https://redirect.github.com/aws/s2n-quic/issues/2132">#2132</a>)</li>
<li><a
href="https://github.com/aws/s2n-quic/commit/a14804f295ecdaf781dcccce52c9985a0f9017b6"><code>a14804f</code></a>
feat(s2n-quic-xdp): provide umem ptr method (<a
href="https://redirect.github.com/aws/s2n-quic/issues/2146">#2146</a>)</li>
<li><a
href="https://github.com/aws/s2n-quic/commit/fb3ac86d57eefc0c4032687df9a25543a2b7b636"><code>fb3ac86</code></a>
build(deps): update env_logger requirement in /tools/xdp (<a
href="https://redirect.github.com/aws/s2n-quic/issues/2101">#2101</a>)</li>
<li><a
href="https://github.com/aws/s2n-quic/commit/2ad398c5c53580bfbacfcb98dfe62a6f313be134"><code>2ad398c</code></a>
build(deps): bump docker/setup-buildx-action from 3.0.0 to 3.1.0 (<a
href="https://redirect.github.com/aws/s2n-quic/issues/2137">#2137</a>)</li>
<li><a
href="https://github.com/aws/s2n-quic/commit/0b2be2356861a10ea8e7c02878a11b3823eaee62"><code>0b2be23</code></a>
build(s2n-quic-xdp): update toolchain and dependencies (<a
href="https://redirect.github.com/aws/s2n-quic/issues/2147">#2147</a>)</li>
<li><a
href="https://github.com/aws/s2n-quic/commit/670b7adaf13d1f73fa669b2d175c6591a53895b7"><code>670b7ad</code></a>
test(s2n-quic-core): switch solver to CaDiCaL for
<code>weighted_average_test</code> (<a
href="https://redirect.github.com/aws/s2n-quic/issues/2">#2</a>...</li>
<li>See full diff in <a
href="https://github.com/aws/s2n-quic/compare/d103836ce086534e63c75a0b497079ed74e58c18...1a7faa87ebcf2b84a068f21af3306a6f42eb8c74">compare
view</a></li>
</ul>
</details>
<br />
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
</details>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Zyad Hassan <[email protected]>
1 parent 556cf71 commit a8db120
1 file changed
+1
-1
lines changed- .github/workflows/release.yml+1-1
- common/s2n-codec/src/encoder/mod.rs-2
- common/s2n-codec/src/encoder/value.rs+1-1
- common/s2n-codec/src/unaligned.rs+1-4
- quic/s2n-quic-core/src/ack/settings.rs+1-1
- quic/s2n-quic-core/src/application/error.rs+1-1
- quic/s2n-quic-core/src/connection/error.rs+1-1
- quic/s2n-quic-core/src/connection/id.rs+1-4
- quic/s2n-quic-core/src/connection/limits.rs+1-1
- quic/s2n-quic-core/src/counter.rs+1-1
- quic/s2n-quic-core/src/crypto/tls.rs+1-1
- quic/s2n-quic-core/src/havoc.rs+1-1
- quic/s2n-quic-core/src/packet/decoding.rs+1-1
- quic/s2n-quic-core/src/packet/long.rs-1
- quic/s2n-quic-core/src/packet/retry.rs+1-1
- quic/s2n-quic-core/src/path/mod.rs-1
- quic/s2n-quic-core/src/path/mtu.rs+1-1
- quic/s2n-quic-core/src/recovery/bbr.rs-1
- quic/s2n-quic-core/src/recovery/bbr/probe_bw.rs+1-1
- quic/s2n-quic-core/src/recovery/persistent_congestion.rs+1-3
- quic/s2n-quic-core/src/recovery/pto.rs+1-1
- quic/s2n-quic-core/src/recovery/rtt_estimator.rs+1-1
- quic/s2n-quic-core/src/recovery/sent_packets.rs-1
- quic/s2n-quic-core/src/stateless_reset/token.rs-1
- quic/s2n-quic-core/src/stream/mod.rs+1
- quic/s2n-quic-core/src/stream/state.rs+63
- quic/s2n-quic-core/src/stream/state/recv.rs+124
- quic/s2n-quic-core/src/stream/state/send.rs+137
- quic/s2n-quic-core/src/stream/state/snapshots/s2n_quic_core__stream__state__recv__tests__snapshots.snap+283
- quic/s2n-quic-core/src/stream/state/snapshots/s2n_quic_core__stream__state__send__tests__snapshots.snap+381
- quic/s2n-quic-core/src/transport/parameters/mod.rs+1-5
- quic/s2n-quic-core/src/varint/mod.rs+1-5
- quic/s2n-quic-qns/Cargo.toml+2-3
- tools/xdp/ebpf/Cargo.toml+2-3
- tools/xdp/ebpf/rust-toolchain.toml+1-1
- tools/xdp/ebpf/src/main.rs+5-3
- tools/xdp/rust-toolchain+1-1
- tools/xdp/s2n-quic-xdp/Cargo.toml+1-1
- tools/xdp/s2n-quic-xdp/src/bpf/s2n-quic-xdp-bpfeb-trace.ebpf+2-2
- tools/xdp/s2n-quic-xdp/src/bpf/s2n-quic-xdp-bpfeb.ebpf+2-2
- tools/xdp/s2n-quic-xdp/src/bpf/s2n-quic-xdp-bpfel-trace.ebpf+2-2
- tools/xdp/s2n-quic-xdp/src/bpf/s2n-quic-xdp-bpfel.ebpf+2-2
- tools/xdp/s2n-quic-xdp/src/if_xdp.rs+27-3
- tools/xdp/s2n-quic-xdp/src/io/rx.rs+2-2
- tools/xdp/s2n-quic-xdp/src/io/tx.rs+1-1
- tools/xdp/s2n-quic-xdp/src/umem.rs+15-2
- tools/xdp/tester/Cargo.toml+3-3
- tools/xdp/xtask/Cargo.toml+1-1
0 commit comments