[Arista]: Add platform support for DCS-7170-64C#1718
Merged
lguohan merged 1 commit intosonic-net:masterfrom Jul 4, 2018
byu343:7170
Merged
[Arista]: Add platform support for DCS-7170-64C#1718lguohan merged 1 commit intosonic-net:masterfrom byu343:7170
lguohan merged 1 commit intosonic-net:masterfrom
byu343:7170
Conversation
|
Recently, missing |
yxieca
added a commit
to yxieca/sonic-buildimage
that referenced
this pull request
Aug 5, 2021
To include following changes: * d84a8cc 2021-08-05 | [fast-reboot] revert the change of disabling counter polling before fast-reboot (sonic-net#1744) (HEAD -> 202012, github/202012) [Ying Xie] * e900bc5 2021-08-04 | Add script null_route_helper (sonic-net#1718) [bingwang-ms] * 85f14e1 2021-08-02 | disk_check updates: (sonic-net#1736) [Renuka Manavalan] * d68ac1c 2021-05-27 | [console][show] Force refresh all lines status during show line (sonic-net#1641) [Blueve] * a0e417f 2021-04-25 | [console] Display success message after line cleared (sonic-net#1579) [Blueve] * 0c6bb27 2021-04-07 | [console] Include Flow Control status in show line result (sonic-net#1549) [Blueve]
lguohan
pushed a commit
that referenced
this pull request
Aug 6, 2021
To include following changes: * d84a8cc 2021-08-05 | [fast-reboot] revert the change of disabling counter polling before fast-reboot (#1744) (HEAD -> 202012, github/202012) [Ying Xie] * e900bc5 2021-08-04 | Add script null_route_helper (#1718) [bingwang-ms] * 85f14e1 2021-08-02 | disk_check updates: (#1736) [Renuka Manavalan] * d68ac1c 2021-05-27 | [console][show] Force refresh all lines status during show line (#1641) [Blueve] * a0e417f 2021-04-25 | [console] Display success message after line cleared (#1579) [Blueve] * 0c6bb27 2021-04-07 | [console] Include Flow Control status in show line result (#1549) [Blueve]
xwjiang-ms
pushed a commit
to xwjiang-ms/sonic-buildimage
that referenced
this pull request
Dec 22, 2025
…tically (sonic-net#24913) #### Why I did it src/sonic-sairedis ``` * b9e389fb - (HEAD -> master, origin/master, origin/HEAD) vpp: support ACL attached to LAG and UDP in ACE (sonic-net#1718) (9 hours ago) [yue-fred-gao] ``` #### How I did it #### How to verify it #### Description for the changelog Signed-off-by: xiaweijiang <xiaweijiang@microsoft.com>
jasonbridges
pushed a commit
to jasonbridges/sonic-buildimage
that referenced
this pull request
Jan 22, 2026
…tically (sonic-net#24913) #### Why I did it src/sonic-sairedis ``` * b9e389fb - (HEAD -> master, origin/master, origin/HEAD) vpp: support ACL attached to LAG and UDP in ACE (sonic-net#1718) (9 hours ago) [yue-fred-gao] ``` #### How I did it #### How to verify it #### Description for the changelog
FengPan-Frank
pushed a commit
to FengPan-Frank/sonic-buildimage
that referenced
this pull request
Mar 6, 2026
…tically (sonic-net#24913) #### Why I did it src/sonic-sairedis ``` * b9e389fb - (HEAD -> master, origin/master, origin/HEAD) vpp: support ACL attached to LAG and UDP in ACE (sonic-net#1718) (9 hours ago) [yue-fred-gao] ``` #### How I did it #### How to verify it #### Description for the changelog Signed-off-by: Feng Pan <fenpan@microsoft.com>
dprital
pushed a commit
that referenced
this pull request
Mar 19, 2026
…tically (#24913) #### Why I did it src/sonic-sairedis ``` * b9e389fb - (HEAD -> master, origin/master, origin/HEAD) vpp: support ACL attached to LAG and UDP in ACE (#1718) (9 hours ago) [yue-fred-gao] ``` #### How I did it #### How to verify it #### Description for the changelog Signed-off-by: dprital <drorp@nvidia.com>
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.
- What I did
Add support for the platform devices of Arista DCS-7170-64C
- How I did it
- How to verify it
By the following steps, an image supporting platform devices of DCS-7170-64C can be built:
make configure PLATFORM=p4
make target/sonic-aboot-p4.swi
As we encountered some building issues, same as https://sonic-jenkins.westus2.cloudapp.azure.com/job/p4/job/buildimage-p4-all/, we did a workaround in platform/p4/one-aboot.mk, for which, the image will not include all docker containers, but still can be used to test the platform support for now.
- Description for the changelog
- A picture of a cute animal (not mandatory but encouraged)