[vpp][DO NOT MERGE] VXLAN L3 dataplane validation image - #28437
Closed
aaronber0614 wants to merge 2 commits into
Closed
[vpp][DO NOT MERGE] VXLAN L3 dataplane validation image#28437aaronber0614 wants to merge 2 commits into
aaronber0614 wants to merge 2 commits into
Conversation
Points src/sonic-sairedis and platform/vpp submodules at validation forks to build a t1-lag-vpp KVM image containing the VXLAN L3 dataplane work for Elastictest validation (GitHub issue sonic-net#25777): - saivpp secondary-VTEP VNET decap term + review fixes H1/H2/M1/M3 (aaronber0614/sonic-sairedis@53976eba) - VPP inner-aware encap hash, underlay ECMP, source-independent VNET decap, review fixes M1/M2/M4, VPP_VERSION 2606-0.6 (aaronber0614/sonic-platform-vpp@592e27d) Draft/validation only. Not for merge; submodules must be restored to sonic-net before any real integration. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 3446b9ac-fa7f-4d26-914b-a4f076c603aa
Collaborator
|
/azp run Azure.sonic-buildimage |
|
Azure Pipelines: There may be pipelines that require an authorized user to comment /azp run to run. |
|
Azure Pipelines: Successfully started running 1 pipeline(s). |
This was referenced Jul 15, 2026
Re-point the src/sonic-sairedis submodule to the cleaned VXLAN enablement branch head (717dd0a5) so the validation image also carries the bridge-domain detach-before-delete teardown fix and the reworded (no tmp1) history. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 3446b9ac-fa7f-4d26-914b-a4f076c603aa
Collaborator
|
/azp run Azure.sonic-buildimage |
|
Azure Pipelines: Successfully started running 1 pipeline(s). |
Contributor
Author
|
Validation complete; closing this DO-NOT-MERGE validation vehicle. Image built from the delivery forks (submodules at this head): CI result (Azure build 1166767):
This PR only bumps submodule pointers to build a t1-lag-vpp validation |
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.
DRAFT / DO NOT MERGE - validation image build only.
Purpose: build a t1-lag-vpp KVM image that contains the VXLAN L3 dataplane
enablement work, so it can be exercised on Elastictest (see GitHub issue
#25777).
This PR only repoints two submodules at public validation forks and bumps the
gitlinks:
saivpp source-independent (secondary-VTEP) VNET decap, inner source MAC fix,
the secondary-VTEP decap setup/teardown review hardening, and the
bridge-domain detach-before-delete teardown fix.
VPP inner-aware encap hash, underlay ECMP, source-independent VNET decap,
decap-any scoping and robustness hardening, VPP_VERSION bumped to 2606-0.6.
No sonic-buildimage source changes. The submodule URLs must be restored to
sonic-net before any real integration. This PR exists purely to produce a
validation image and is not intended to merge; the real submodule bump on
master is done automatically by mssonicbld once the source PRs merge.
Paired PRs: sonic-net/sonic-platform-vpp#262, sonic-net/sonic-sairedis#1996,
sonic-net/sonic-mgmt#26220.