From 6a33c350b41da43bdb3853a11f550615c6e9a067 Mon Sep 17 00:00:00 2001 From: Ron He Date: Fri, 6 Dec 2024 01:18:10 -0800 Subject: [PATCH] Enable ECMP_MEMBER_WIDTH_INTROSPECTION for J3 Summary: As titled. This is needed for 12.x 2K ECMP support Reviewed By: jasmeetbagga Differential Revision: D66855269 fbshipit-source-id: 39d66cf50ca4602d3ea5f54d489abf08b48a1f20 --- fboss/agent/hw/switch_asics/Jericho3Asic.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fboss/agent/hw/switch_asics/Jericho3Asic.cpp b/fboss/agent/hw/switch_asics/Jericho3Asic.cpp index d540234e781e1..1a07dfb22525f 100644 --- a/fboss/agent/hw/switch_asics/Jericho3Asic.cpp +++ b/fboss/agent/hw/switch_asics/Jericho3Asic.cpp @@ -98,6 +98,7 @@ bool Jericho3Asic::isSupported(Feature feature) const { case HwAsic::Feature::INGRESS_SRAM_MIN_BUFFER_WATERMARK: case HwAsic::Feature::FDR_FIFO_WATERMARK: case HwAsic::Feature::EGRESS_CELL_ERROR_STATS: + case HwAsic::Feature::ECMP_MEMBER_WIDTH_INTROSPECTION: return true; // Features not expected to work on SIM case HwAsic::Feature::SHARED_INGRESS_EGRESS_BUFFER_POOL: @@ -149,7 +150,6 @@ bool Jericho3Asic::isSupported(Feature feature) const { case HwAsic::Feature::SAI_MPLS_LABEL_LOOKUP_FAIL_COUNTER: case HwAsic::Feature::EXACT_MATCH: case HwAsic::Feature::RX_FREQUENCY_PPM: - case HwAsic::Feature::ECMP_MEMBER_WIDTH_INTROSPECTION: case HwAsic::Feature::SAI_FIRMWARE_PATH: // On Jericho3 ASIC we don't create any vlans but rather // associate RIFs directly with ports. Hence no bridge port