Best way to model infiniband connections? #8948
Replies: 2 comments 3 replies
-
I wrote that issue and was similarly dismayed at the commentless closure. |
Beta Was this translation helpful? Give feedback.
-
We track whether a issue is highly interesting for the community as a whole by both comments and "upvotes" (thumbs up). This issue went stale due to not enough interest. You are welcome to "re-open" a issue if there is additional information/more changes that come to light or sufficient time has passed. For example, in this case you could "re-open" this to instead add additional data rates or if there is more you are willing to expand on how this should not include the data rates. Additionally, we will generally look at allowing something that might not garner much interest if someone is willing to own it and it is a relatively light change (such as removing data rates from the type or adding interface types/data rates or modifying the code in a minor, non-impacting manner). |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm attempting to model a variety of Infiniband connections, but the data model doesn't seem a great fit.
Specifically, I have a HDR infiniband switch (50g per lane, 4x lanes per qsfp28 port), and it connects to servers either at 100G (HDR100, 2 lanes of 50G via breakout), or 200G (HDR, 4 lanes of 50G).
To fully describe a port, we'd need to specify both the datarate per-lane, and the number of lanes. This is partially addressed in #6303, as 4 lanes is an almost universal default, and HDR100 is specifically used in product descriptions as the 2 lane configuration is unusual.
I'm not sure why that issue was closed without comment.
An alternative would be to either drop speeds entirely from the Infiniband port descriptions, or set them to the "4-lane" values.
Any thoughts on a way forward? For now there's no way to properly specify the HDR100 ports, since they're 100g speed, but HDR protocol.
Beta Was this translation helpful? Give feedback.
All reactions