[device/arista] Add psuutil plugin for Arista platforms#1221
Merged
lguohan merged 2 commits intosonic-net:masterfrom Dec 9, 2017
Merged
[device/arista] Add psuutil plugin for Arista platforms#1221lguohan merged 2 commits intosonic-net:masterfrom
lguohan merged 2 commits intosonic-net:masterfrom
Conversation
jleveque
approved these changes
Dec 8, 2017
abdosi
added a commit
to abdosi/sonic-buildimage
that referenced
this pull request
Dec 1, 2020
… Add unit tests for consutil clear command (sonic-net#1274) a4f663e [show/fgnhg] Fix crash bug (sonic-net#1272) 9f276b2 [config][loopback] Fix Bug that cannot add loopback interface by CLI (sonic-net#1276) a5b78cf [config][show] CLI support for interacting with muxcable (sonic-net#1221) 8f3b22e [connect][sonic-clear] Align the exit code with consutil for line commands (sonic-net#1256) cfb7a22 Feature table cli command update (sonic-net#1271) 5b8da56 Added Multi-ASIC support for show ip(v6) route (sonic-net#1216) a7f39b0 Improve MockRedis _encode(): so it will work on all types of value (sonic-net#1265) 8427caf [config_mgmt.py]: Remove sort_data call, we do not need it now. (sonic-net#1246) 9dc58ea [sonic-utilities] Fix show vnet [neighbors | routes [all | tunnel]] crashed issue (sonic-net#1263) Signed-off-by: Abhishek Dosi <abdosi@microsoft.com>
jleveque
pushed a commit
that referenced
this pull request
Dec 1, 2020
6fabbed [consutil][test] Add unit tests for consutil clear command (#1274) a4f663e [show/fgnhg] Fix crash bug (#1272) 9f276b2 [config][loopback] Fix Bug that cannot add loopback interface by CLI (#1276) a5b78cf [config][show] CLI support for interacting with muxcable (#1221) 8f3b22e [connect][sonic-clear] Align the exit code with consutil for line commands (#1256) cfb7a22 Feature table cli command update (#1271) 5b8da56 Added Multi-ASIC support for show ip(v6) route (#1216) a7f39b0 Improve MockRedis _encode(): so it will work on all types of value (#1265) 8427caf [config_mgmt.py]: Remove sort_data call, we do not need it now. (#1246) 9dc58ea [sonic-utilities] Fix show vnet [neighbors | routes [all | tunnel]] crashed issue (#1263) Signed-off-by: Abhishek Dosi <abdosi@microsoft.com>
santhosh-kt
pushed a commit
to santhosh-kt/sonic-buildimage
that referenced
this pull request
Feb 25, 2021
6fabbed [consutil][test] Add unit tests for consutil clear command (sonic-net#1274) a4f663e [show/fgnhg] Fix crash bug (sonic-net#1272) 9f276b2 [config][loopback] Fix Bug that cannot add loopback interface by CLI (sonic-net#1276) a5b78cf [config][show] CLI support for interacting with muxcable (sonic-net#1221) 8f3b22e [connect][sonic-clear] Align the exit code with consutil for line commands (sonic-net#1256) cfb7a22 Feature table cli command update (sonic-net#1271) 5b8da56 Added Multi-ASIC support for show ip(v6) route (sonic-net#1216) a7f39b0 Improve MockRedis _encode(): so it will work on all types of value (sonic-net#1265) 8427caf [config_mgmt.py]: Remove sort_data call, we do not need it now. (sonic-net#1246) 9dc58ea [sonic-utilities] Fix show vnet [neighbors | routes [all | tunnel]] crashed issue (sonic-net#1263) Signed-off-by: Abhishek Dosi <abdosi@microsoft.com>
stepanblyschak
pushed a commit
to stepanblyschak/sonic-buildimage
that referenced
this pull request
May 10, 2021
) * Cli support for muxcable to integrate with hardware_proxy What is the motivation for this PR? To add the support for Cli for muxcable to be utilized for configuring and showing the status of all the Port/Ports on a muxcable. How did you do it? Added the changes inside sonic-utilities and tested it on the testbed How did you verify/test it? Ran the cli commands on an Arista7260cx3 testbed with Gemini cable Signed-off-by: vaibhav-dahiya vdahiya@microsoft.com
theasianpianist
pushed a commit
to theasianpianist/sonic-buildimage
that referenced
this pull request
Feb 5, 2022
dgsudharsan
pushed a commit
to dgsudharsan/sonic-buildimage
that referenced
this pull request
Jun 18, 2025
…onic-net#1221) <!-- Please make sure you've read and understood our contributing guidelines: https://github.com/Azure/SONiC/blob/gh-pages/CONTRIBUTING.md failure_prs.log skip_prs.log Make sure all your commits include a signature generated with `git commit -s` ** If this is a bug fix, make sure your description includes "fixes #xxxx", or "closes #xxxx" or "resolves #xxxx" Please provide the following information: --> #### Why I did it Upgrade xgs SAI to 13.2.0.2 to include following fixes: - 13.2.0.1: [AN/LT] Enable Microsoft AN/LT behavior - 13.2.0.2: - With sai_mmu_custom_config=1 TM_THD_UC_Q SHARED_LIMITS are being set to 1 - Adding the FEC accumulation support for S0-S16 Codeword stat and add the return value for default case ##### Work item tracking - Microsoft ADO **(number only)**: 33173316 #### How I did it Update xgs SAI version in sai.mk file #### How to verify it https://elastictest.org/scheduler/testplan/684303a6a463cd877cb84368?leftSideViewMode=detail <!-- If PR needs to be backported, then the PR must be tested against the base branch and the earliest backport release branch and provide tested image version on these two branches. For example, if the PR is requested for master, 202211 and 202012, then the requester needs to provide test results on master and 202012. --> #### Which release branch to backport (provide reason below if selected) <!-- - Note we only backport fixes to a release branch, *not* features! - Please also provide a reason for the backporting below. - e.g. - [x] 202006 --> - [x] 202412 - [x] 202505 Signed-off-by: zitingguo-ms <zitingguo@microsoft.com> #### Tested branch (Please provide the tested image version) <!-- - Please provide tested image version - e.g. - [x] 20201231.100 --> - [ ] <!-- image version 1 --> - [ ] <!-- image version 2 --> #### Description for the changelog <!-- Write a short (one line) summary that describes the changes in this pull request for inclusion in the changelog: --> <!-- Ensure to add label/tag for the feature raised. example - PR#2174 under sonic-utilities repo. where, Generic Config and Update feature has been labelled as GCU. --> #### Link to config_db schema for YANG module changes <!-- Provide a link to config_db schema for the table for which YANG model is defined Link should point to correct section on https://github.com/Azure/sonic-buildimage/blob/master/src/sonic-yang-models/doc/Configuration.md --> #### A picture of a cute animal (not mandatory but encouraged)
vmittal-msft
pushed a commit
to vmittal-msft/sonic-buildimage
that referenced
this pull request
Oct 20, 2025
…03 (sonic-net#1223) ```<br>* 69f2b8c - (HEAD -> 202503) Merge branch '202412' of https://github.com/Azure/sonic-buildimage-msft into 202503 (2025-06-11) [Sonic Automation] * a44dbf5 - (origin/202412, 202412) Add stat_custom_receive0_management_mode to the Broadcom config file of TH5 platforms (sonic-net#1203) (2025-06-11) [kewei-arista] * 6d14306 - [action] [PR:22868] [Broadcom] Upgrade xgs SAI version to 13.2.0.2 (sonic-net#1221) (2025-06-11) [mssonicbld]<br>```
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
Updated pointer of sonic-platform-modules-arista
Added psuutil plugins for all arista platforms.
- How to verify it
Running the psuutil tool in sonic should return the relevant values.
- Description for the changelog
Add psuutil plugin for Arista devices