Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sonic-swss: Fix orchagent crash in generateQueueMapPerPort. (sonic-ne…
…t#2552) * generateQueueMap uses m_portList[port].m_queue_ids.size to allocate m_queueStates in FlexCounterQueueStates. But m_portList[port].m_queue_ids.size is zero for system ports which results in isQueueCounterEnabled crash for system ports. Since we do not have support disable voq counters yet, do not check isQueueCounterEnabled for voqs.
- Loading branch information