Conversation
Signed-off-by: Xichen96 <lukelin0907@gmail.com>
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). |
Advance to the VPP 2606-0.4 package bump that contains sonic-platform-vpp sonic-net#257. Copilot-Session: f34adeaf-e3b4-4c07-9391-6c62427d8a7c Signed-off-by: Xichen96 <lukelin0907@gmail.com>
Collaborator
|
/azp run Azure.sonic-buildimage |
|
Azure Pipelines: Successfully started running 1 pipeline(s). |
Advance to sonic-platform-vpp sonic-net#267, which preserves device-input features on LAG parents and publishes VPP 2606-0.5. Copilot-Session: f34adeaf-e3b4-4c07-9391-6c62427d8a7c Signed-off-by: Xichen96 <lukelin0907@gmail.com>
Collaborator
|
/azp run Azure.sonic-buildimage |
|
Azure Pipelines: Successfully started running 1 pipeline(s). |
Advance to sonic-platform-vpp sonic-net#272, the final relevant commit in the passing master VPP pointer. Copilot-Session: f34adeaf-e3b4-4c07-9391-6c62427d8a7c Signed-off-by: Xichen96 <lukelin0907@gmail.com>
Collaborator
|
/azp run Azure.sonic-buildimage |
|
Azure Pipelines: Successfully started running 1 pipeline(s). |
Combine sonic-sairedis sonic-net#1981 with the platform-vpp sonic-net#257/sonic-net#271 packaged punt-via-member implementation. Copilot-Session: f34adeaf-e3b4-4c07-9391-6c62427d8a7c Signed-off-by: Xichen96 <lukelin0907@gmail.com>
Collaborator
|
/azp run Azure.sonic-buildimage |
|
Azure Pipelines: Successfully started running 1 pipeline(s). |
This was referenced Aug 18, 2026
5 tasks
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.
Why I did it
Validate the merged VPP PortChannel punt fix from
sonic-net/sonic-platform-vpp#257 on the 202605 build before requesting a
release backport.
The current 202605 VPP image pins
platform/vppbefore that fix. In thet0-vpplane, DHCP relay receives no relayed packets on the PortChanneluplinks (
0 != 4). Master images containing #257 pass the same test.This PR is validation-only. It carries no release/backport labels.
Work item tracking
How I did it
Update only the
platform/vppsubmodule pointer:f6490367171147cf9f314d3c38c9a9410b093c5053a0712b199b5cba54b6a433ca0b8c688d2c60ccThe target commit is the merged result of
sonic-net/sonic-platform-vpp#257. Its
punt-via-memberhandling redirectscontrol-plane packets received on a PortChannel to the original member tap,
matching the interfaces where
dhcrelaylistens.How to verify it
Run the 202605 buildimage PR pipeline and require:
BuildVS vppto pass;Test impacted-area-kvmtest-t0-vpp by Elastictestto pass;dhcp_relay/test_dhcp_relay.py::test_dhcp_relay_default[isc-relay-agent]to receive all four expected relayed DHCPDISCOVER packets.
Which release branch to backport (provide reason below if selected)
N/A — this is a validation-only PR already targeting
202605. Backportapproval will be requested on the original PR only after validation passes.
Tested branch (Please provide the tested image version)
Description for the changelog
Validate the VPP PortChannel punt fix on the 202605 image.
Link to config_db schema for YANG module changes
N/A.
A picture of a cute animal (not mandatory but encouraged)
N/A.