Skip to content

Commit

Permalink
add 200G values to pg profile lookup (sonic-net#19342)
Browse files Browse the repository at this point in the history
This change adds 200G settings for Tomahawk 5 to the pg_profile_lookup.

Fixes: aristanetworks/sonic-qual.msft#159

Why I did it
This change is needed in order for some qos tests to run against TH5.

How I did it
Added the values then manually ran qos tests identified in the issue above to verify fix.

How to verify it
Run qos/test_qos_sai.py::TestQosSai::testParameter and confirm that the IndexError in the issue above does not occur.
  • Loading branch information
ccroy-arista authored and mssonicbld committed Jun 25, 2024
1 parent e4061fd commit 5acf55f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions device/common/profiles/th5/gen/BALANCED/pg_profile_lookup.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,19 @@
40000 5m 1248 2288 66560 0 2288
50000 5m 1248 2288 90272 0 2288
100000 5m 1248 2288 165568 0 2288
200000 5m 1248 2288 165568 0 2288
400000 5m 1248 2288 165568 0 2288
10000 40m 1248 2288 37024 0 2288
25000 40m 1248 2288 53248 0 2288
40000 40m 1248 2288 71552 0 2288
50000 40m 1248 2288 96096 0 2288
100000 40m 1248 2288 177632 0 2288
200000 40m 1248 2288 177632 0 2288
400000 40m 1248 2288 177632 0 2288
10000 300m 1248 2288 46176 0 2288
25000 300m 1248 2288 79040 0 2288
40000 300m 1248 2288 108160 0 2288
50000 300m 1248 2288 141856 0 2288
100000 300m 1248 2288 268736 0 2288
200000 300m 1248 2288 268736 0 2288
400000 300m 1248 2288 268736 0 2288

0 comments on commit 5acf55f

Please sign in to comment.