Skip to content

Commit 9303cf8

Browse files
authored
Bump OPTE to 0.35.364 (#8123)
Includes some perf-related bugfixes. Sled-to-sled TCP traffic should now be making use of the full ~9kiB MTU. * Set MEOI packetinfo on Rx paths (oxidecomputer/opte#750) * Various MTU fixes. (oxidecomputer/opte#749)
1 parent e2ea64f commit 9303cf8

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
@@ -560,7 +560,7 @@ omicron-test-utils = { path = "test-utils" }
560560
omicron-workspace-hack = "0.1.0"
561561
omicron-zone-package = "0.12.0"
562562
oxide-client = { path = "clients/oxide-client" }
563-
oxide-vpc = { git = "https://github.com/oxidecomputer/opte", rev = "db01858ce12db22079b5776731adbff163a50d91", features = [ "api", "std" ] }
563+
oxide-vpc = { git = "https://github.com/oxidecomputer/opte", rev = "9e79588b11a69ff3d40f9aa29af97e31a0045c4b", features = [ "api", "std" ] }
564564
oxlog = { path = "dev-tools/oxlog" }
565565
oxnet = "0.1.1"
566566
once_cell = "1.20.3"
@@ -570,7 +570,7 @@ openapiv3 = "2.0.0"
570570
# must match samael's crate!
571571
openssl = "0.10"
572572
openssl-sys = "0.9"
573-
opte-ioctl = { git = "https://github.com/oxidecomputer/opte", rev = "db01858ce12db22079b5776731adbff163a50d91" }
573+
opte-ioctl = { git = "https://github.com/oxidecomputer/opte", rev = "9e79588b11a69ff3d40f9aa29af97e31a0045c4b" }
574574
oso = "0.27"
575575
owo-colors = "4.2.0"
576576
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.35.361
1+
0.35.364

0 commit comments

Comments
 (0)