Skip to content

Commit

Permalink
Dataplane internals
Browse files Browse the repository at this point in the history
Drawing up designs for the internals of the dataplane
  • Loading branch information
daniel-noland committed Dec 6, 2024
1 parent e18667f commit 87fe89b
Show file tree
Hide file tree
Showing 12 changed files with 935 additions and 1,450 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bump.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Check for Cargo dependencies updates, and automatically open a Pull Request
# Check for Cargo dependencies updates and automatically open a Pull Request
# if updates are found.

name: "bump.yml"
Expand Down
17 changes: 7 additions & 10 deletions design-docs/src/mdbook/src/SUMMARY.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,14 @@
# Hedgehog Docs
# Hedgehog Dataplane Design Docs

- [Dataplane project: executive summary](./dataplane/executive-summary.md)
- [Reflections from last time](./dataplane/reflections-from-last-time.md)
- [Hardware selection for dataplane project](./dataplane/hardware.md)
- [Offloading the dataplane](./dataplane/offloading-plan.md)
- [DPDK abstraction map](./dataplane/map-of-dpdk.md)
- [Build process](./build/index.md)
- [Prerequisites](./build/prerequisites.md)
- [Compile env](./build/compile-env.md)
- [fake-nix](./build/fake-nix.md)
- [Build dataplane](./build/just-cargo-build.md)
- [Getting the compile environment](./build/compile-env.md)
- [`just fake-nix`](./build/fake-nix.md)
- [Building the dataplane](./build/just-cargo-build.md)
- [Sterile builds](./build/sterile-build.md)
- [Design](./dataplane/design.md)
- [Design](./dataplane/design/index.md)
- [Offloading the dataplane](./dataplane/design/offloading-plan.md)
- [DPDK abstraction map](./dataplane/design/map-of-dpdk.md)
- [Development Plan](./dataplane/development-plan.md)
- [Configuration Persistence Investigation](./dataplane/tasks/configuration-persistence-investigation.md)
- [Configuration database schema](./dataplane/tasks/config-db-schema.md)
Expand Down
2 changes: 1 addition & 1 deletion design-docs/src/mdbook/src/build/just-cargo-build.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ should take care of it for normal development flows.

But there is a second level to this story.

Sterile builds!
[Sterile builds!](./sterile-build.md)
Loading

0 comments on commit 87fe89b

Please sign in to comment.