Conversation
Signed-off-by: Austin (Ngoc Thang) Pham <austinpham@microsoft.com>
Collaborator
|
/azp run |
|
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). |
Contributor
Author
|
202605 functional validation:
|
Contributor
|
Hi @auspham, we don't need to backport vpp changes into 202605 |
Contributor
agreed. If t0-vpp is enabled in 202605, we should disable it. |
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 of PR
Summary:
Conflict-resolved backport of #1981 to the
202605branch. This preserves VLAN member-interface punt support for ARP, LLDP, LACP, and DHCP while adapting the changes to the older branch's VPP API registration and sub-port implementations.Fixes # (not applicable - backport of #1981)
Type of change
Approach
What is the motivation for this PR?
The
202605VPP virtual-switch branch needs the control-plane punt behavior introduced by #1981 for tagged and untagged VLAN members.Work item tracking
How did you do it?
Resolved the cherry-pick conflicts semantically against
202605. The backport keeps the branch's existing API handler layout and interface mapping, adds only the classify and vlib registrations required by #1981, preserves the branch's existing refresh behavior for sub-port router interfaces, and excludes unrelated newer-master sFlow, BFD TOS, bridge tracking, and LAG changes.How did you verify/test it?
git diff --check HEAD^ HEAD.cfe265dece50de9b98d3cc57b4e76316f3683c9dandorigin/202605.Any platform specific information?
This change is specific to the VPP virtual-switch implementation under
vslib/vpp.Documentation
No documentation changes are required for this branch backport.