[doc][vpp] HLD for Router Interface Loopback Packet Action on the VPP dataplane - #2462
Open
aaronber0614 wants to merge 1 commit into
Open
[doc][vpp] HLD for Router Interface Loopback Packet Action on the VPP dataplane#2462aaronber0614 wants to merge 1 commit into
aaronber0614 wants to merge 1 commit into
Conversation
Collaborator
|
/azp run |
|
No pipelines are associated with this pull request. |
This was referenced Jul 13, 2026
[vpp] Add sonic_ext RIF loopback packet action nodes and binary API
sonic-net/sonic-platform-vpp#259
Open
Draft
lolyu
reviewed
Jul 22, 2026
lolyu
left a comment
Contributor
There was a problem hiding this comment.
Please add signature to this PR
… dataplane Signed-off-by: aaronber0614 <82425405+aaronber0614@users.noreply.github.com>
aaronber0614
force-pushed
the
vpp-iface-loopback-action-hld
branch
from
July 22, 2026 20:23
828a22e to
648edaa
Compare
Collaborator
|
/azp run |
|
No pipelines are associated with this pull request. |
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
Document the design for SAI_ROUTER_INTERFACE_ATTR_LOOPBACK_PACKET_ACTION (drop or forward a routed "hairpin" packet whose next hop egresses its ingress RIF) on the VPP dataplane, ahead of the implementation PRs, so reviewers can align on the approach first.
Feature tracking issue: sonic-net/sonic-buildimage#25788
Note: this HLD was moved here from sonic-net/sonic-platform-vpp#258 (now closed) to follow the SONiC convention of keeping design documents in the SONiC repo under doc/vpp/.
How I did it
Added a feature HLD under doc/vpp/ following the existing VPP feature-HLD convention: motivation, the RIF-shape matrix, the plugin approach (with alternatives considered), the SAI and CONFIG_DB surface, the VPP node, binary API and counter design, a test plan with live-DUT validation results, and the pre-existing defects found during enablement.
How to verify it
Documentation only. Renders under doc/vpp/vpp-iface-loopback-action.md.
Which release branch to backport (provide reason below if selected)
None.
Description for the changelog
Add HLD: Router Interface Loopback Packet Action on the VPP dataplane.
Part of sonic-net/sonic-buildimage#25788.
PR series (landing order)
Tracking issue: sonic-net/sonic-buildimage#25788