Skip to content

Commit

Permalink
[Mellanox] Fix split configuration for Mellanox SN3800-D112C8 SKU SAI…
Browse files Browse the repository at this point in the history
… profile for fast-reboot performance (#8897)

- Why I did it
Wrong SKU configuration will lead to longer init flow.
This will affect fast-reboot feature by increasing the traffic downtime.
Since MLNX met the required downtime period with this SKU this bug found with a delay.

- How I did it
Add the required split labels for ports.

- How to verify it
Run fast-reboot with this platform using SN3800-D112C8 SKU.
  • Loading branch information
shlomibitton authored and judyjoseph committed Nov 9, 2021
1 parent 9972450 commit 2f95e36
Showing 1 changed file with 17 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
<width>4</width>
<module>51</module>
<breakout-modes>3</breakout-modes>
<split>2</split>
<port-speed>384</port-speed>
</port-info>
<port-info>
Expand Down Expand Up @@ -77,6 +78,7 @@
<width>4</width>
<module>55</module>
<breakout-modes>3</breakout-modes>
<split>2</split>
<port-speed>384</port-speed>
</port-info>
<port-info>
Expand Down Expand Up @@ -108,6 +110,7 @@
<width>4</width>
<module>59</module>
<breakout-modes>3</breakout-modes>
<split>2</split>
<port-speed>384</port-speed>
</port-info>
<port-info>
Expand Down Expand Up @@ -139,6 +142,7 @@
<width>4</width>
<module>63</module>
<breakout-modes>3</breakout-modes>
<split>2</split>
<port-speed>384</port-speed>
</port-info>
<port-info>
Expand Down Expand Up @@ -170,6 +174,7 @@
<width>4</width>
<module>15</module>
<breakout-modes>3</breakout-modes>
<split>2</split>
<port-speed>384</port-speed>
</port-info>
<port-info>
Expand Down Expand Up @@ -201,6 +206,7 @@
<width>4</width>
<module>11</module>
<breakout-modes>3</breakout-modes>
<split>2</split>
<port-speed>384</port-speed>
</port-info>
<port-info>
Expand Down Expand Up @@ -232,6 +238,7 @@
<width>4</width>
<module>7</module>
<breakout-modes>3</breakout-modes>
<split>2</split>
<port-speed>384</port-speed>
</port-info>
<port-info>
Expand Down Expand Up @@ -263,6 +270,7 @@
<width>4</width>
<module>3</module>
<breakout-modes>3</breakout-modes>
<split>2</split>
<port-speed>384</port-speed>
</port-info>
<port-info>
Expand Down Expand Up @@ -294,6 +302,7 @@
<width>4</width>
<module>47</module>
<breakout-modes>3</breakout-modes>
<split>2</split>
<port-speed>384</port-speed>
</port-info>
<port-info>
Expand Down Expand Up @@ -325,6 +334,7 @@
<width>4</width>
<module>43</module>
<breakout-modes>3</breakout-modes>
<split>2</split>
<port-speed>384</port-speed>
</port-info>
<port-info>
Expand Down Expand Up @@ -354,6 +364,7 @@
<width>4</width>
<module>39</module>
<breakout-modes>3</breakout-modes>
<split>2</split>
<port-speed>384</port-speed>
</port-info>
<port-info>
Expand Down Expand Up @@ -383,6 +394,7 @@
<width>4</width>
<module>35</module>
<breakout-modes>3</breakout-modes>
<split>2</split>
<port-speed>384</port-speed>
</port-info>
<port-info>
Expand Down Expand Up @@ -414,6 +426,7 @@
<width>4</width>
<module>19</module>
<breakout-modes>3</breakout-modes>
<split>2</split>
<port-speed>384</port-speed>
</port-info>
<port-info>
Expand Down Expand Up @@ -445,6 +458,7 @@
<width>4</width>
<module>23</module>
<breakout-modes>3</breakout-modes>
<split>2</split>
<port-speed>384</port-speed>
</port-info>
<port-info>
Expand Down Expand Up @@ -474,6 +488,7 @@
<width>4</width>
<module>27</module>
<breakout-modes>3</breakout-modes>
<split>2</split>
<port-speed>384</port-speed>
</port-info>
<port-info>
Expand Down Expand Up @@ -503,8 +518,9 @@
<width>4</width>
<module>31</module>
<breakout-modes>3</breakout-modes>
<split>2</split>
<port-speed>384</port-speed>
</port-info>
</ports-list>
</platform_info>
</root>
</root>

0 comments on commit 2f95e36

Please sign in to comment.