Skip to content

Commit

Permalink
[sfp-refactoring] Quanta IX9: migrate to the new sfp-refactoring fram…
Browse files Browse the repository at this point in the history
…ework

Migrate the Quanta IX9 to the new sfp-refactoring framework

Signed-off-by: Dante Su <dante.su@broadcom.com>
  • Loading branch information
ds952811 committed Dec 22, 2021
1 parent 3aec728 commit 62d57b0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2,043 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def __init__(self):

# Initialize SFP
for index in range(1, self.__num_of_ports + 1):
sfp = Sfp(index, 'QSFP')
sfp = Sfp(index, 'QSFP_DD')
self._sfp_list.append(sfp)
self.__xcvr_presence[index] = self._sfp_list[index-1].get_presence()

Expand Down
Loading

0 comments on commit 62d57b0

Please sign in to comment.