Skip to content

Commit

Permalink
[Transceiver] Add parser for QSFP-DD cable type and dictionaries for …
Browse files Browse the repository at this point in the history
…QSFP-DD codes (#101)

- Add parser for QSFP-DD cable type.
- Add dictionaries for QSFP-DD codes.

Signed-off-by: Shlomi Bitton <shlomibi@mellanox.com>
  • Loading branch information
shlomibitton committed Jul 14, 2020
1 parent 7c8bed1 commit be1cc24
Show file tree
Hide file tree
Showing 3 changed files with 968 additions and 2 deletions.
5 changes: 3 additions & 2 deletions sonic_platform_base/sfp_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def get_transceiver_info(self):
Returns:
A dict which contains following keys/values :
========================================================================
================================================================================
keys |Value Format |Information
---------------------------|---------------|----------------------------
type |1*255VCHAR |type of SFP
Expand All @@ -39,7 +39,8 @@ def get_transceiver_info(self):
specification_compliance |1*255VCHAR |specification compliance
vendor_date |1*255VCHAR |vendor date
vendor_oui |1*255VCHAR |vendor OUI
========================================================================
application_advertisement |1*255VCHAR |supported applications advertisement
================================================================================
"""
raise NotImplementedError

Expand Down
Loading

0 comments on commit be1cc24

Please sign in to comment.