oxidecomputer / oxidecomputer/omicron
Add jumbo frame support for control plane services
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 572
- Forks
- 97
- Avg merge
- 2d 12h
- Merged PRs (30d)
- 96
Description
Per the comment here:
In #10472 we did not plumb jumbo frame support for control plane services. We want to get a bit of experience with things with instances before we move on to services. This is a tracking issue for that.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading sled-agent/src/services.rs around lines 1180-1190 and the discussion linked in the issue, then compare the jumbo-frame work in issue #10472. Trace how support was added for instances and identify the corresponding control plane service path. Done means control plane services have equivalent jumbo frame support and the relevant behavior is covered by tests or validation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- networking
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100