Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion fboss/agent/hw/switch_asics/YubaAsic.h
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ class YubaAsic : public TajoAsic {
* But the test passed for 18172 and failed for 18173. So, returning 18172.
* Will work with Cisco to understand the reason for this. - MT-803
*/
return 18172;
return 18171;
}
uint32_t getNumCores() const override {
return 12;
Expand Down