Skip to content

Commit

Permalink
[syncd]: support query port with 8 lanes (400G) (#425)
Browse files Browse the repository at this point in the history
Signed-off-by: Guohan Lu <gulv@microsoft.com>
  • Loading branch information
lguohan committed Feb 18, 2019
1 parent d685e35 commit 9609d46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syncd/syncd_saiswitch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ std::unordered_map<sai_uint32_t, sai_object_id_t> SaiSwitch::saiGetHardwareLaneM
* addressed in future.
*/

const int lanesPerPort = 4;
const int lanesPerPort = 8;

for (const auto &port_rid : portList)
{
Expand Down

0 comments on commit 9609d46

Please sign in to comment.