Skip to content

Commit

Permalink
Updated supported CMIS module types in xcvrd to include new module fo…
Browse files Browse the repository at this point in the history
…r SPC4 (sonic-net#440)
  • Loading branch information
tshalvi authored Feb 29, 2024
1 parent 9141305 commit b9e6ba5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sonic-xcvrd/xcvrd/xcvrd.py
Original file line number Diff line number Diff line change
Expand Up @@ -759,7 +759,7 @@ class CmisManagerTask(threading.Thread):

CMIS_MAX_RETRIES = 3
CMIS_DEF_EXPIRED = 60 # seconds, default expiration time
CMIS_MODULE_TYPES = ['QSFP-DD', 'QSFP_DD', 'OSFP', 'QSFP+C']
CMIS_MODULE_TYPES = ['QSFP-DD', 'QSFP_DD', 'OSFP', 'OSFP-8X', 'QSFP+C']
CMIS_MAX_HOST_LANES = 8

CMIS_STATE_UNKNOWN = 'UNKNOWN'
Expand Down

0 comments on commit b9e6ba5

Please sign in to comment.