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

Update the PINS programs. #4799

Merged
merged 3 commits into from
Jul 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions testdata/p4_16_samples/pins/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# PINS P4 Programs

These P4 programs are P4 models of production switches. They are sourced from [sonic-pins repository](https://github.com/sonic-net/sonic-pins/tree/main/sai_p4/instantiations/google). For more information, please see [SONiC website](https://sonic-net.github.io/SONiC/).


To refresh the DASH programs used here, please use the following commands:

```
git clone https://github.com/sonic-net/sonic-pins/
p4test pins-infra/sai_p4/instantiations/google/fabric.p4 --pp testdata/p4_16_samples/pins/pins_fabric.p4
p4test pins-infra/sai_p4/instantiations/google/middleblock.p4 --pp testdata/p4_16_samples/pins/pins_middleblock.p4
p4test pins-infra/sai_p4/instantiations/google/wbb.p4 --pp testdata/p4_16_samples/pins/pins_wbb.p4
```
Loading
Loading