Skip to content

Commit 9e3c2da

Browse files
shlomibittonWirut Getbamrung
authored and
Wirut Getbamrung
committed
[Transceiver] Add parser for QSFP-DD cable type and dictionaries for QSFP-DD codes (#101)
- Add parser for QSFP-DD cable type. - Add dictionaries for QSFP-DD codes. Signed-off-by: Shlomi Bitton <[email protected]>
1 parent 58f9672 commit 9e3c2da

File tree

3 files changed

+998
-2
lines changed

3 files changed

+998
-2
lines changed

sonic_platform_base/sfp_base.py

+3-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def get_transceiver_info(self):
2222
2323
Returns:
2424
A dict which contains following keys/values :
25-
========================================================================
25+
================================================================================
2626
keys |Value Format |Information
2727
---------------------------|---------------|----------------------------
2828
type |1*255VCHAR |type of SFP
@@ -39,7 +39,8 @@ def get_transceiver_info(self):
3939
specification_compliance |1*255VCHAR |specification compliance
4040
vendor_date |1*255VCHAR |vendor date
4141
vendor_oui |1*255VCHAR |vendor OUI
42-
========================================================================
42+
application_advertisement |1*255VCHAR |supported applications advertisement
43+
================================================================================
4344
"""
4445
raise NotImplementedError
4546

0 commit comments

Comments
 (0)