-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
[platform] Add support for Dell Z9100 #343
Conversation
############################################################################# | ||
|
||
try: | ||
import eeprom_tlvinfo |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you check #342 ?
from sonic_eeprom import eeprom_tlvinfo
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My mistake. I didn't see #342 before I raised this... I can decline this in favor of that one.
port_to_eeprom_mapping = {} | ||
port_to_i2c_mapping = { | ||
0: 18, | ||
1: 18, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
there seems to duplication here.
"""Platform specific sfputil class""" | ||
|
||
port_start = 0 | ||
port_end = 32 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should be 31?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please address comments and i'll drop #342
Declining in favor of #342 |
Update sonic-utilities submodule: ecnconfig check against invalid argument value (sonic-net#343) pfcwd start commd pre-check fix (sonic-net#339) [acl_loader]: Add support for parsing input interface (sonic-net#386) Signed-off-by: Shu0T1an ChenG <shuche@microsoft.com>
Signed-off-by: Wenda <wenni@microsoft.com>
ecnconfig check against invalid argument value (sonic-net#343)
Signed-off-by: Sihui Han <sihan@microsoft.com>
Fix memory leak in pyext when Selectable is returned to Python (#343)
[sonic-sairedis] * 322dd01 2020-06-05 | Fix debian/rules makefile: use shell commands instead of dollar replacements (#621) (HEAD -> master, origin/master, origin/HEAD) [Qi Luo] * 6d55a75 2020-06-04 | Update SAI pointer to 1.6.1 (#620) [Mahesh Maddikayala] * d6c40e5 2020-06-01 | [MultiDB] use get API to obtain dbid instead of hardcode value (#618) [Dong Zhang] * bd132ec 2020-06-01 | Add synchronous mode to sairedis library (#617) [Kamil Cudnik] * 0a77a09 2020-06-01 | [meta] Fix tests to be backward compatible (#619) [Kamil Cudnik] [sonic-swss-common] * 35bc01a 2020-06-05 | EVPN VXLAN DB support (#339) (HEAD -> master, origin/master, origin/HEAD) [Rajesh Sankaran] * 2c7354b 2020-05-30 | Add modifyRedis flag to consumer table object (#344) [Kamil Cudnik] * 5a32636 2020-05-27 | Fix memory leak in pyext when Selectable is returned to Python (#343) [pavel-shirshov]
Update sonic-platform-common submodule pointer to include the following: * 01ef800 Add missing sys imports ([sonic-net#343](sonic-net/sonic-platform-common#343)) Signed-off-by: dprital <drorp@nvidia.com>
Update sonic-platform-common submodule pointer to include the following: * 01ef800 Add missing sys imports ([#343](sonic-net/sonic-platform-common#343)) Signed-off-by: dprital <drorp@nvidia.com>
…e submodule head swss: * 79223f0 2023-01-25 | [bfdorch] add local discriminator to state DB (sonic-net#2629) (HEAD -> 202205) [Baorong Liu] * 64940d4 2023-01-25 | Vxlan tunnel endpoint custom monitoring APPL DB table. (sonic-net#2589) [siqbal1986] * 0930529 2023-02-02 | Merge pull request sonic-net#2650 from devpatha/202205 (github/202205) [Kevin Wang] * 8f5884f 2023-02-01 | Remove counters for Mux ACL [Devesh P Pathak] utilities: * 557adfcc 2023-02-01 | show logging CLI support for logs stored in tmpfs (sonic-net#2641) (HEAD -> 202205) [mihirpat1] * 28d7bb26 2023-01-31 | Making 'show feature autorestart' more resilient to missing auto_restart config in CONFIG_DB (sonic-net#2592) [kartik-arista] * e0b3b4ab 2023-01-06 | [masic] 'show interfaces counters' reminds to use '-d all' option to check for internal links (sonic-net#2466) [wenyiz2021] * 5613277d 2023-01-27 | [show_bfd] add local discriminator in show bfd command (sonic-net#2625) [Baorong Liu] linkmgrd: * 8803690 2023-01-31 | [active-active] force switch when config == active && target state == active (sonic-net#164) (HEAD -> 202205) [Jing Zhang] sairedis: * ad3d4d6 2023-02-01 | [sai_failure_dump]Invoking dump during SAI failure (sonic-net#1198) (HEAD -> 202205) [Sudharsan Dhamal Gopalarathnam] platform-common: * 6fd8992 2023-01-30 | Add missing sys imports (sonic-net#343) (HEAD -> 202205) [spilkey-cisco] * 1fbc864 2023-01-25 | Change get_tx_bias return type to list (sonic-net#342) [mihirpat1] Signed-off-by: Ying Xie <ying.xie@microsoft.com>
…e submodule head (#13606) swss: * 79223f0 2023-01-25 | [bfdorch] add local discriminator to state DB (#2629) (HEAD -> 202205) [Baorong Liu] * 64940d4 2023-01-25 | Vxlan tunnel endpoint custom monitoring APPL DB table. (#2589) [siqbal1986] * 0930529 2023-02-02 | Merge pull request #2650 from devpatha/202205 (github/202205) [Kevin Wang] * 8f5884f 2023-02-01 | Remove counters for Mux ACL [Devesh P Pathak] utilities: * 557adfcc 2023-02-01 | show logging CLI support for logs stored in tmpfs (#2641) (HEAD -> 202205) [mihirpat1] * 28d7bb26 2023-01-31 | Making 'show feature autorestart' more resilient to missing auto_restart config in CONFIG_DB (#2592) [kartik-arista] * e0b3b4ab 2023-01-06 | [masic] 'show interfaces counters' reminds to use '-d all' option to check for internal links (#2466) [wenyiz2021] * 5613277d 2023-01-27 | [show_bfd] add local discriminator in show bfd command (#2625) [Baorong Liu] linkmgrd: * 8803690 2023-01-31 | [active-active] force switch when config == active && target state == active (#164) (HEAD -> 202205) [Jing Zhang] sairedis: * ad3d4d6 2023-02-01 | [sai_failure_dump]Invoking dump during SAI failure (#1198) (HEAD -> 202205) [Sudharsan Dhamal Gopalarathnam] platform-common: * 6fd8992 2023-01-30 | Add missing sys imports (#343) (HEAD -> 202205) [spilkey-cisco] * 1fbc864 2023-01-25 | Change get_tx_bias return type to list (#342) [mihirpat1] Signed-off-by: Ying Xie <ying.xie@microsoft.com>
Changes included: ``` f6ce56e [202205] Update xcvrd to use new STATE_DB FAST_REBOOT entry (sonic-net#343) ``` Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
Changes included: ``` f6ce56e [202205] Update xcvrd to use new STATE_DB FAST_REBOOT entry (#343) ``` Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
… automatically (#14740) #### Why I did it src/sonic-platform-common ``` * 6e44c97 - (HEAD -> 202012, origin/202012) Change Y cable simulator log level from error to warning due to false alarm (3 months ago) [ShiyanWangMS] * df020b8 - Add missing sys imports (#343) (6 months ago) [spilkey-cisco] * cb00d2e - Use github code scanning instead of LGTM (#328) (7 months ago) [Liu Shilong] * dd74113 - [ssd_generic] Fix innodisk health regex (#287) (9 months ago) [Alexander Allen] ```
[code sync] Merge code from sonic-net/sonic-buildimage:202205 to 202205
No description provided.