Skip to content

Commit 9609d46

Browse files
authored
[syncd]: support query port with 8 lanes (400G) (sonic-net#425)
Signed-off-by: Guohan Lu <[email protected]>
1 parent d685e35 commit 9609d46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

syncd/syncd_saiswitch.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ std::unordered_map<sai_uint32_t, sai_object_id_t> SaiSwitch::saiGetHardwareLaneM
148148
* addressed in future.
149149
*/
150150

151-
const int lanesPerPort = 4;
151+
const int lanesPerPort = 8;
152152

153153
for (const auto &port_rid : portList)
154154
{

0 commit comments

Comments
 (0)