Add SONiC VPP platform support - #301
Draft
l0wl3vel wants to merge 22 commits into
Draft
Conversation
l0wl3vel
force-pushed
the
feat/sonic-vpp
branch
4 times, most recently
from
May 29, 2026 13:48
c6d9d31 to
8446f3c
Compare
l0wl3vel
force-pushed
the
feat/sonic-vpp
branch
2 times, most recently
from
July 10, 2026 16:26
279b19f to
4c21015
Compare
l0wl3vel
force-pushed
the
feat/sonic-vpp
branch
3 times, most recently
from
July 26, 2026 10:29
71f821f to
661a283
Compare
l0wl3vel
force-pushed
the
feat/sonic-vpp
branch
2 times, most recently
from
July 27, 2026 11:48
a895dde to
eb1e374
Compare
Signed-off-by: Benjamin Ritter <benjamin.ritter@x-cellent.com>
Signed-off-by: Benjamin Ritter <benjamin.ritter@x-cellent.com>
includes sonic-net/sonic-platform-vpp#212 and sonic-net/sonic-platform-vpp#220 for troubleshooting reasons Signed-off-by: Benjamin Ritter <benjamin.ritter@x-cellent.com>
Removed hacks, that just about worked in sonic-vs but broke in sonic-vpp - sonic-vpp requires first time init to generate VPP config files from hwsku lanemap and port config. If skipped the syncd container, in which vpp runs, will crash immediately - /etc/sonic/sonic-environment is generated on first boot from /usr/share/sonic/device/x86_64-kvm_x86_64-r0/default_sku, so writing it serves no purpose as we reenabled firstboot - switch to telnetlib3, due to telnetlib being deprecated Signed-off-by: Benjamin Ritter <benjamin.ritter@x-cellent.com>
Signed-off-by: Benjamin Ritter <benjamin.ritter@x-cellent.com>
Signed-off-by: Benjamin Ritter <benjamin.ritter@x-cellent.com>
Signed-off-by: Benjamin Ritter <benjamin.ritter@x-cellent.com>
Signed-off-by: Benjamin Ritter <benjamin.ritter@x-cellent.com>
- Split pipelines to build sonic_vs and sonic_vpp images - Rename sonic flavor to sonic_vs - Add sonic-vpp as sonic_vpp flavor - Run integration tests for sonic_vpp Signed-off-by: Benjamin Ritter <benjamin.ritter@x-cellent.com>
l0wl3vel
force-pushed
the
feat/sonic-vpp
branch
9 times, most recently
from
July 30, 2026 19:29
446e66a to
d82236f
Compare
Signed-off-by: Benjamin Ritter <benjamin.ritter@x-cellent.com>
fixes sonic_vs with older (202505) image Signed-off-by: Benjamin Ritter <benjamin.ritter@x-cellent.com>
Signed-off-by: Benjamin Ritter <benjamin.ritter@x-cellent.com>
Signed-off-by: Benjamin Ritter <benjamin.ritter@x-cellent.com>
Signed-off-by: Benjamin Ritter <benjamin.ritter@x-cellent.com>
Signed-off-by: Benjamin Ritter <benjamin.ritter@x-cellent.com>
does nothing anymore Signed-off-by: Benjamin Ritter <benjamin.ritter@x-cellent.com>
Signed-off-by: Benjamin Ritter <benjamin.ritter@x-cellent.com>
it is configured using the sonic startup config, we run lldp.service, so we do not need it anymore Signed-off-by: Benjamin Ritter <benjamin.ritter@x-cellent.com>
Signed-off-by: Benjamin Ritter <benjamin.ritter@x-cellent.com>
This reverts commit c9e1837. Management VRF requires some more work around bootstrapping the switch
l0wl3vel
force-pushed
the
feat/sonic-vpp
branch
2 times, most recently
from
July 31, 2026 15:10
25011bc to
bb3badd
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Use Sonic VPP image to emulate switch behaviour more accurately
What works
Outstanding issues
mini-lab
sonic-vpp related
There is a build image with the required unnumbered BGP work, EVPN control-plane patches here: https://github.com/l0wl3vel/sonic-buildimage/tree/vpp-integration
Upstreaming these changes would be great from a maintenance perspective.
The three forked sonic repos should be moved into the metal-stack org if we want to offer this as an official flavor because they currently are located in @l0wl3vel s github profile and the base image on a personal docker-hub account.
closes: #300
Used AI-Tools ✨