From 021b522abe5de8e65b24c4ec896448ac0f9bde0d Mon Sep 17 00:00:00 2001 From: Pim van Pelt Date: Thu, 30 Apr 2026 20:41:45 +0200 Subject: [PATCH] Add reference to git repo + docs --- content/articles/2026-05-08-vpp-maglev-2.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/content/articles/2026-05-08-vpp-maglev-2.md b/content/articles/2026-05-08-vpp-maglev-2.md index ab55382..405918c 100644 --- a/content/articles/2026-05-08-vpp-maglev-2.md +++ b/content/articles/2026-05-08-vpp-maglev-2.md @@ -620,6 +620,19 @@ The only service I'm a bit apprehensive about - even though I don't think I need plan is to let this marinate for a few weeks, and then move the read-path and later on, also the write-path to this construction. +You can find the project at [[git.ipng.ch/ipng/vpp-maglev](https://git.ipng.ch/ipng/vpp-maglev.git)] +and debian packages are on [[deb.ipng.ch](https://deb.ipng.ch/)]. I wrote some reasonable +documentation for the project at: +* [[docs/design.md](https://git.ipng.ch/ipng/vpp-maglev/src/branch/main/docs/design.md)] on the +architecture, components, and numbered functional / non-functional requirements. Start here if +you want the big picture before diving into the code. +* [[docs/user-guide.md](https://git.ipng.ch/ipng/vpp-maglev/src/branch/main/docs/user-guide.md)] +describes the flags, signals, and maglevc command reference. +* [[docs/config-guide.md](https://git.ipng.ch/ipng/vpp-maglev/src/branch/main/docs/config-guide.md)] +shows the full YAML configuration file reference. +* [[docs/healthchecks.md](https://git.ipng.ch/ipng/vpp-maglev/src/branch/main/docs/healthchecks.md)] +is a deepdive on the health state machine, probe scheduling, and rise/fall semantics. + ## What's Next Using Maglev has a few significant benefits. Most importantly, I can drain (or weather an outage of)