-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add platform vpp #20841
Add platform vpp #20841
Conversation
Signed-off-by: Yue Gao <[email protected]>
Hi @yue-fred-gao , We are looking forward to use vpp data path in sonic as soon as it is available. |
@@ -130,3 +130,6 @@ | |||
[submodule "platform/marvell-teralynx/sonic-platform-marvell-teralynx"] | |||
path = platform/marvell-teralynx/sonic-platform-marvell-teralynx | |||
url = https://github.com/Marvell-switching/sonic-platform-marvell.git | |||
[submodule "platform/vpp"] | |||
path = platform/vpp | |||
url = https://github.com/sonic-net/sonic-platform-vpp.git |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you remove this trailing whitespace?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry I don't see trailing whitespace in the 3 lines. Did I miss something?
Why I did it Add platform vpp to sonic-buildimage to enable building sonic-vpp as other platforms. How I did it Add vpp submodule from https://github.com/sonic-net/sonic-platform-vpp How to verify it git clone --recurse-submodules https://github.com/sonic-net/sonic-buildimage.git make init make configure PLATFORM=vpp make SONIC_BUILD_JOBS=4 target/sonic-vpp.img.gz Signed-off-by: Yue Gao <[email protected]>
Why I did it
Add platform vpp to sonic-buildimage to enable building sonic-vpp as other platforms.
Work item tracking
How I did it
Add vpp submodule from https://github.com/sonic-net/sonic-platform-vpp
How to verify it
git clone --recurse-submodules https://github.com/sonic-net/sonic-buildimage.git
make init
make configure PLATFORM=vpp
make SONIC_BUILD_JOBS=4 target/sonic-vpp.img.gz
Which release branch to backport (provide reason below if selected)
Tested branch (Please provide the tested image version)
Description for the changelog
Link to config_db schema for YANG module changes
A picture of a cute animal (not mandatory but encouraged)