-
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
[device/arista]: Add MAX6697 sensor for Arista 7060CX-32S #1210
Merged
Conversation
This file contains 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
can you also update the kernel pointer in the PR? |
tminusplus
force-pushed
the
arista-7060cx32s-max6697
branch
from
December 7, 2017 17:50
53619d1
to
710e0e6
Compare
I've updated the sonic-linux-kernel submodule to include the appropriate changes |
jleveque
added a commit
that referenced
this pull request
Dec 3, 2020
* src/sonic-utilities 6fabbed...3749f5e (7): > [config vlan] Stop, reset-failed, then start dhcp_relay service (#1269) > [show] Break some groups out into their own modules (#1259) > Convert the output of 'arp -n' from bytes to str. (#1279) > Fixing python porting errors in fdbshow, natshow and nbrshow (#1280) > [pfcwd] Use floor division in Python3 (#1277) > Modify fast-reboot script to use teamd service script (#1251) > Add `show reboot-cause history` cli (#1210)
santhosh-kt
pushed a commit
to santhosh-kt/sonic-buildimage
that referenced
this pull request
Feb 25, 2021
* src/sonic-utilities 6fabbed...3749f5e (7): > [config vlan] Stop, reset-failed, then start dhcp_relay service (sonic-net#1269) > [show] Break some groups out into their own modules (sonic-net#1259) > Convert the output of 'arp -n' from bytes to str. (sonic-net#1279) > Fixing python porting errors in fdbshow, natshow and nbrshow (sonic-net#1280) > [pfcwd] Use floor division in Python3 (sonic-net#1277) > Modify fast-reboot script to use teamd service script (sonic-net#1251) > Add `show reboot-cause history` cli (sonic-net#1210)
stepanblyschak
pushed a commit
to stepanblyschak/sonic-buildimage
that referenced
this pull request
May 10, 2021
What I did To make the reboot cause history information available for telemetry service, during processing the reboot-cause on boot, the information is saved in state-db. The cli command show reboot-cause is changed to support the new file format and file name. New command show reboot-cause history is added to display the reboot-cause information which is stored in state-db. How I did it Add the 'show reboot-cause history' command to read up to the10 previous reboot-cause information from state-db and display them. Read the last reboot-cause from the new file "previous-reboot-cause.json" and process the data to display for show reboot-cause New command output (if the output of a command-line utility has changed) admin@sonic:~$ show reboot-cause history name cause time user comment ------------------- ----------- ---------------------------- ------ --------- 2020_10_09_04_53_58 warm-reboot Fri Oct 9 04:51:47 UTC 2020 admin 2020_10_09_02_33_06 reboot Fri Oct 9 02:29:44 UTC 2020 admin 2020_10_09_02_00_53 fast-reboot Fri Oct 9 01:58:04 UTC 2020 admin 2020_10_09_01_56_59 reboot Fri Oct 9 01:53:49 UTC 2020 admin
richardyu-ms
added a commit
to richardyu-ms/sonic-buildimage
that referenced
this pull request
Feb 28, 2023
include following changes: - fe7756f | [submodule][SAI]Advance SAI head (sonic-net#1210) Signed-off-by: richardyu-ms <richard.yu@microsoft.com>
8 tasks
yxieca
added a commit
to yxieca/sonic-buildimage
that referenced
this pull request
Mar 1, 2023
…ance submodule head utilities: * a4f141f1 2023-01-10 | [sfputil] Firmware download/upgrade CLI support for QSFP-DD (sonic-net#1947) (sonic-net#2349) (HEAD -> 202205) [CliveNi] swss-common: * 41fcad8 2023-01-30 | Increase the netlink buffer size from 3MB to 16MB. (sonic-net#739) (HEAD -> 202205) [KISHORE KUNAL] sairedis: * 5ce9990 2023-02-27 | [Dual-ToR] update sai.profile with SAI_ADDITIONAL_MAC_ENABLED attribute if corresponding arg passed to syncd (sonic-net#1201) (HEAD -> 202205) [Andriy Yurkiv] * 3c2e0c5 2023-02-23 | Use new value of STATE_DB FAST_REBOOT entry (sonic-net#1196) [Aryeh Feigin] * fe7756f 2023-02-28 | [submodule][SAI]Advance SAI head (sonic-net#1210) (github/202205) [Richard.Yu] platform-common: * 321a8e7 2022-09-23 | Cdb fw upgrade (sonic-net#308) (HEAD -> 202205) [CliveNi] swss: * ceea558 2023-02-28 | [orchagent]: Get bridge port ID from orchagent cache instead of SAI API (sonic-net#2657) (HEAD -> 202205) [Lawrence Lee] * bd04e24 2023-03-01 | [dualtor] Fix neighbor miss when mux is not ready (sonic-net#2676) (HEAD -> 202205) [Longxiang Lyu] * 7d87a90 2023-02-28 | [ci] Fix pipeline error about team5 not found. (sonic-net#2684) [Liu Shilong] * 93a924c 2023-02-27 | [aclorch] Fixed issue sonic-net#2204.Support IN_PORTS qualifer in MIRRORV6 table. (sonic-net#2668) [Rajkumar-Marvell] * 9d87ec4 2023-02-23 | swss: Fix Invalid port oid messages generated because of voq counters. (sonic-net#2653) [Sambath Kumar Balasubramanian] Signed-off-by: Ying Xie <ying.xie@microsoft.com>
yxieca
added a commit
that referenced
this pull request
Mar 1, 2023
…ance submodule head (#14029) utilities: * a4f141f1 2023-01-10 | [sfputil] Firmware download/upgrade CLI support for QSFP-DD (#1947) (#2349) (HEAD -> 202205) [CliveNi] swss-common: * 41fcad8 2023-01-30 | Increase the netlink buffer size from 3MB to 16MB. (#739) (HEAD -> 202205) [KISHORE KUNAL] sairedis: * 5ce9990 2023-02-27 | [Dual-ToR] update sai.profile with SAI_ADDITIONAL_MAC_ENABLED attribute if corresponding arg passed to syncd (#1201) (HEAD -> 202205) [Andriy Yurkiv] * 3c2e0c5 2023-02-23 | Use new value of STATE_DB FAST_REBOOT entry (#1196) [Aryeh Feigin] * fe7756f 2023-02-28 | [submodule][SAI]Advance SAI head (#1210) (github/202205) [Richard.Yu] platform-common: * 321a8e7 2022-09-23 | Cdb fw upgrade (#308) (HEAD -> 202205) [CliveNi] swss: * ceea558 2023-02-28 | [orchagent]: Get bridge port ID from orchagent cache instead of SAI API (#2657) (HEAD -> 202205) [Lawrence Lee] * bd04e24 2023-03-01 | [dualtor] Fix neighbor miss when mux is not ready (#2676) (HEAD -> 202205) [Longxiang Lyu] * 7d87a90 2023-02-28 | [ci] Fix pipeline error about team5 not found. (#2684) [Liu Shilong] * 93a924c 2023-02-27 | [aclorch] Fixed issue #2204.Support IN_PORTS qualifer in MIRRORV6 table. (#2668) [Rajkumar-Marvell] * 9d87ec4 2023-02-23 | swss: Fix Invalid port oid messages generated because of voq counters. (#2653) [Sambath Kumar Balasubramanian] Signed-off-by: Ying Xie <ying.xie@microsoft.com>
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 MAX6697 temperature sensor for the Arista 7060CX-32S
- How I did it
Add the MAX6697 kernel module to sonic-linux-kernel and add the appropriate configuration to Arista 7060CX-32S sensor configuration
- How to verify it
Boot an Arista 7060CX-32S with the new sensor configuration and kernel. Verify that the MAX6697 is loaded by hwmon by checking for output from:
$ show environment | grep 'max6697*'
- Description for the changelog
Add MAX6697 temperature sensor for Arista 7060CX-32S