File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -209,6 +209,7 @@ class PortsOrch : public Orch, public Subject
209209 unique_ptr<Table> m_gbcounterTable;
210210
211211 std::map<sai_object_id_t , PortSupportedSpeeds> m_portSupportedSpeeds;
212+ // Supported FEC modes on the system side.
212213 std::map<sai_object_id_t , PortSupportedFecModes> m_portSupportedFecModes;
213214
214215 bool m_initDone = false ;
@@ -315,6 +316,7 @@ class PortsOrch : public Orch, public Subject
315316 bool isSpeedSupported (const std::string& alias, sai_object_id_t port_id, sai_uint32_t speed);
316317 void getPortSupportedSpeeds (const std::string& alias, sai_object_id_t port_id, PortSupportedSpeeds &supported_speeds);
317318 void initPortSupportedSpeeds (const std::string& alias, sai_object_id_t port_id);
319+ // Get supported FEC modes on system side
318320 void getPortSupportedFecModes (const std::string& alias, sai_object_id_t port_id, PortSupportedFecModes &supported_fecmodes);
319321 void initPortSupportedFecModes (const std::string& alias, sai_object_id_t port_id);
320322 task_process_status setPortSpeed (Port &port, sai_uint32_t speed);
You can’t perform that action at this time.
0 commit comments