Skip to content

Commit f95e835

Browse files
Harshit Gulatimeta-codesync[bot]
authored andcommitted
Enable SAI_SERDES_RX_REACH for TH6
Summary: title. Icetea and TahanSB needs to set the RxReach mode on backplane ports Reviewed By: srikrishnagopu Differential Revision: D89777436 fbshipit-source-id: 3a6325dfcd89c158cd0cecaea1a847952840a1c4
1 parent 820848f commit f95e835

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fboss/agent/hw/switch_asics/Tomahawk6Asic.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ bool Tomahawk6Asic::isSupported(Feature feature) const {
110110
case HwAsic::Feature::ARS_PORT_ATTRIBUTES:
111111
case HwAsic::Feature::ACL_SET_ECMP_HASH_ALGORITHM:
112112
case HwAsic::Feature::ARS:
113+
case HwAsic::Feature::SAI_SERDES_RX_REACH:
113114
return true;
114115
// features not working well with bcmsim
115116
case HwAsic::Feature::MIRROR_PACKET_TRUNCATION:
@@ -225,7 +226,6 @@ bool Tomahawk6Asic::isSupported(Feature feature) const {
225226
case HwAsic::Feature::IN_DISCARDS_EXCLUDES_PFC:
226227
case HwAsic::Feature::INGRESS_BUFFER_POOL_SIZE_EXCLUDES_HEADROOM:
227228
case HwAsic::Feature::PORT_LEVEL_BUFFER_CONFIGURATION_SUPPORT:
228-
case HwAsic::Feature::SAI_SERDES_RX_REACH:
229229
case HwAsic::Feature::ARS_FUTURE_PORT_LOAD:
230230
return false;
231231
}

0 commit comments

Comments
 (0)