Skip to content

Commit a209973

Browse files
Prabhu SreenivasanPrabhuSreenivasan
Prabhu Sreenivasan
authored andcommitted
CPU queues on vslib
Signed-off-by: Prabhu Sreenivasan <[email protected]>
1 parent 620d7a4 commit a209973

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

vslib/src/SwitchBCM56850.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,8 @@ sai_status_t SwitchBCM56850::create_qos_queues()
9191
CHECK_STATUS(create_qos_queues_per_port(port_id));
9292
}
9393

94+
CHECK_STATUS(create_qos_queues_per_port(m_cpu_port_id));
95+
9496
return SAI_STATUS_SUCCESS;
9597
}
9698

0 commit comments

Comments
 (0)