From 9609d46f4c161b1ad9bc6fdca9287b3c13399ded Mon Sep 17 00:00:00 2001 From: lguohan Date: Mon, 18 Feb 2019 02:29:17 -0800 Subject: [PATCH] [syncd]: support query port with 8 lanes (400G) (#425) Signed-off-by: Guohan Lu --- syncd/syncd_saiswitch.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syncd/syncd_saiswitch.cpp b/syncd/syncd_saiswitch.cpp index e90369fd6dbd..675dd7946648 100644 --- a/syncd/syncd_saiswitch.cpp +++ b/syncd/syncd_saiswitch.cpp @@ -148,7 +148,7 @@ std::unordered_map SaiSwitch::saiGetHardwareLaneM * addressed in future. */ - const int lanesPerPort = 4; + const int lanesPerPort = 8; for (const auto &port_rid : portList) {