Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update v1.10 branch with revert #4896

Merged

Conversation

JackThomson2
Copy link
Contributor

Changes

Update the release branch with the queue size revert and release policy changes

Reason

...

License Acceptance

By submitting this pull request, I confirm that my contribution is made under
the terms of the Apache 2.0 license. For more information on following Developer
Certificate of Origin and signing off your commits, please check
CONTRIBUTING.md.

PR Checklist

  • If a specific issue led to this PR, this PR closes the issue.
  • The description of changes is clear and encompassing.
  • Any required documentation changes (code and docs) are included in this
    PR.
  • API changes follow the Runbook for Firecracker API changes.
  • User-facing changes are mentioned in CHANGELOG.md.
  • All added/changed functionality is tested.
  • New TODOs link to an issue.
  • Commits meet
    contribution quality standards.

  • This functionality cannot be added in rust-vmm.

dependabot bot and others added 3 commits November 6, 2024 16:57
Bumps the firecracker group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [thiserror](https://github.com/dtolnay/thiserror) | `1.0.65` | `1.0.67` |
| [zerocopy](https://github.com/google/zerocopy) | `0.8.7` | `0.8.8` |
| [syn](https://github.com/dtolnay/syn) | `2.0.85` | `2.0.87` |
| [vhost](https://github.com/rust-vmm/vhost) | `0.12.1` | `0.13.0` |
| [anstyle](https://github.com/rust-cli/anstyle) | `1.0.9` | `1.0.10` |
| [cc](https://github.com/rust-lang/cc-rs) | `1.1.31` | `1.1.34` |
| [thiserror-impl](https://github.com/dtolnay/thiserror) | `1.0.65` | `1.0.67` |


Updates `thiserror` from 1.0.65 to 1.0.67
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@1.0.65...1.0.67)

Updates `zerocopy` from 0.8.7 to 0.8.8
- [Release notes](https://github.com/google/zerocopy/releases)
- [Changelog](https://github.com/google/zerocopy/blob/main/CHANGELOG.md)
- [Commits](https://github.com/google/zerocopy/commits)

Updates `syn` from 2.0.85 to 2.0.87
- [Release notes](https://github.com/dtolnay/syn/releases)
- [Commits](dtolnay/syn@2.0.85...2.0.87)

Updates `vhost` from 0.12.1 to 0.13.0
- [Release notes](https://github.com/rust-vmm/vhost/releases)
- [Commits](rust-vmm/vhost@vhost-v0.12.1...vhost-v0.13.0)

Updates `anstyle` from 1.0.9 to 1.0.10
- [Commits](rust-cli/anstyle@v1.0.9...v1.0.10)

Updates `cc` from 1.1.31 to 1.1.34
- [Release notes](https://github.com/rust-lang/cc-rs/releases)
- [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md)
- [Commits](rust-lang/cc-rs@cc-v1.1.31...cc-v1.1.34)

Updates `thiserror-impl` from 1.0.65 to 1.0.67
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@1.0.65...1.0.67)

---
updated-dependencies:
- dependency-name: thiserror
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: zerocopy
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: syn
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: vhost
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: firecracker
- dependency-name: anstyle
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: cc
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: thiserror-impl
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: firecracker
...

Signed-off-by: dependabot[bot] <[email protected]>
Update release policy ready for release

Signed-off-by: Jack Thomson <[email protected]>
Changing the queue size from 256 to 512 increases RX throughput but
seems to regress TX throughput by 3% on average. We are not sure what is
causing this. Revert this change until we have enough time to
investigate and understand better the mechanisms that are in play.

Signed-off-by: Babis Chalios <[email protected]>
Copy link

codecov bot commented Nov 7, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 84.10%. Comparing base (3fc184e) to head (0614ed7).
Report is 3 commits behind head on firecracker-v1.10.

Additional details and impacted files
@@                Coverage Diff                 @@
##           firecracker-v1.10    #4896   +/-   ##
==================================================
  Coverage              84.10%   84.10%           
==================================================
  Files                    251      251           
  Lines                  28080    28080           
==================================================
  Hits                   23616    23616           
  Misses                  4464     4464           
Flag Coverage Δ
5.10-c5n.metal 84.67% <ø> (ø)
5.10-m5n.metal 84.66% <ø> (+<0.01%) ⬆️
5.10-m6a.metal 83.96% <ø> (ø)
5.10-m6g.metal 80.78% <ø> (ø)
5.10-m6i.metal 84.65% <ø> (ø)
5.10-m7g.metal 80.78% <ø> (ø)
6.1-c5n.metal 84.67% <ø> (-0.01%) ⬇️
6.1-m5n.metal 84.65% <ø> (-0.01%) ⬇️
6.1-m6a.metal 83.96% <ø> (ø)
6.1-m6g.metal 80.78% <ø> (ø)
6.1-m6i.metal 84.65% <ø> (ø)
6.1-m7g.metal 80.78% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@JackThomson2 JackThomson2 added the Status: Awaiting review Indicates that a pull request is ready to be reviewed label Nov 7, 2024
@JackThomson2 JackThomson2 merged commit 97eaf9b into firecracker-microvm:firecracker-v1.10 Nov 7, 2024
7 of 10 checks passed
@JackThomson2 JackThomson2 deleted the v1.10/sync branch November 7, 2024 10:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Awaiting review Indicates that a pull request is ready to be reviewed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants