How to implement multi-physical link in granet3.0? #726
-
Whether multiple InternalLink are supported between two routers in garnet3.0. For example, there are two routers A and B. I want to establish three physical links from A to B. Is this possible? |
Beta Was this translation helpful? Give feedback.
Answered by
MeatBoy106
Jan 8, 2024
Replies: 1 comment 1 reply
-
It should be as simple as creating multiple links connecting A and B in the topology script and partitioning the supported vnets between these links. You might be able to reproduce a similar behavior using a single link with well chosen width and vcs_pet_vnet link parameters. I didn't check the implementation details to support that claim though. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
qqli579
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It should be as simple as creating multiple links connecting A and B in the topology script and partitioning the supported vnets between these links.
You might be able to reproduce a similar behavior using a single link with well chosen width and vcs_pet_vnet link parameters. I didn't check the implementation details to support that claim though.