Skip to content
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

Merged
merged 3 commits into from
Dec 11, 2024
Merged

Add platform vpp #20841

merged 3 commits into from
Dec 11, 2024

Conversation

yue-fred-gao
Copy link
Contributor

Why I did it

Add platform vpp to sonic-buildimage to enable building sonic-vpp as other platforms.

Work item tracking
  • Microsoft ADO (number only):

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)

  • 201811
  • 201911
  • 202006
  • 202012
  • 202106
  • 202111
  • 202205
  • 202211
  • 202305

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)

Signed-off-by: Yue Gao <[email protected]>
@Puneet1726
Copy link

Hi @yue-fred-gao ,

We are looking forward to use vpp data path in sonic as soon as it is available.
We would like to know when it will be available on GitHub. Any info would be greatly appreciated!

lguohan
lguohan previously approved these changes Dec 11, 2024
@@ -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
Copy link
Collaborator

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?

Copy link
Contributor Author

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?

@lguohan lguohan merged commit c0ff067 into sonic-net:master Dec 11, 2024
6 checks passed
@yue-fred-gao yue-fred-gao deleted the add_platform_vpp branch December 11, 2024 18:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants