Skip to content

Commit d42c870

Browse files
authored
Bump OPTE to v0.37.386 (#8492)
Brings in the performance work which gets us out of promiscuous mode, and then builds on having access to multiple packets at a time in the Rx callback. Tested on racklettes on a few occasions up til now, where we're looking at >10Gbps single TCP stream (for LRO-aware guests). Helios-2.8 image is able to load and interact with the driver, so we're good on an a4x2 front. 0.37.387 exists, but requires rustc v1.88.0+ due to if-let chains.
1 parent 46f8b06 commit d42c870

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

Cargo.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -568,7 +568,7 @@ omicron-workspace-hack = "0.1.0"
568568
omicron-zone-package = "0.12.2"
569569
oxide-client = { path = "clients/oxide-client" }
570570
oxide-tokio-rt = "0.1.1"
571-
oxide-vpc = { git = "https://github.com/oxidecomputer/opte", rev = "3f2dfe36f156b486e60e7a08263ad6227be1e969", features = [ "api", "std" ] }
571+
oxide-vpc = { git = "https://github.com/oxidecomputer/opte", rev = "23cebf3b1c911f09c203f7df50cc06bf780338e5", features = [ "api", "std" ] }
572572
oxlog = { path = "dev-tools/oxlog" }
573573
oxnet = "0.1.2"
574574
once_cell = "1.21.3"
@@ -578,7 +578,7 @@ openapiv3 = "2.2.0"
578578
# must match samael's crate!
579579
openssl = "0.10"
580580
openssl-sys = "0.9"
581-
opte-ioctl = { git = "https://github.com/oxidecomputer/opte", rev = "3f2dfe36f156b486e60e7a08263ad6227be1e969" }
581+
opte-ioctl = { git = "https://github.com/oxidecomputer/opte", rev = "23cebf3b1c911f09c203f7df50cc06bf780338e5" }
582582
oso = "0.27"
583583
owo-colors = "4.2.2"
584584
oximeter = { path = "oximeter/oximeter" }

tools/opte_version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.37.381
1+
0.37.386

0 commit comments

Comments
 (0)