-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update dynamic threshold for TD2 (#14224)
Why I did it Update dynamic threshold to -1 to get optimal performance for RDMA traffic How I did it Modified pg_profile_lookup.ini to reflect the correct value Signed-off-by: Neetha John <nejo@microsoft.com>
- Loading branch information
1 parent
f19c414
commit 8e4ce44
Showing
2 changed files
with
30 additions
and
30 deletions.
There are no files selected for viewing
30 changes: 15 additions & 15 deletions
30
device/common/profiles/td2/gen/BALANCED/pg_profile_lookup.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
# PG lossless profiles. | ||
# speed cable size xon xoff threshold xon_offset | ||
1000 5m 41808 18432 40560 -3 2496 | ||
10000 5m 41808 18432 40560 -3 2496 | ||
40000 5m 46384 18432 45136 -3 2496 | ||
50000 5m 46592 18432 45344 -3 2496 | ||
100000 5m 48464 18432 47216 -3 2496 | ||
1000 40m 41808 18432 40560 -3 2496 | ||
10000 40m 41808 18432 40560 -3 2496 | ||
40000 40m 48464 18432 47216 -3 2496 | ||
50000 40m 49296 18432 48048 -3 2496 | ||
100000 40m 53872 18432 52624 -3 2496 | ||
1000 300m 41808 18432 40560 -3 2496 | ||
10000 300m 41808 18432 40560 -3 2496 | ||
40000 300m 64064 18432 62816 -3 2496 | ||
50000 300m 68848 18432 67600 -3 2496 | ||
100000 300m 92976 18432 91728 -3 2496 | ||
1000 5m 41808 18432 40560 -1 2496 | ||
10000 5m 41808 18432 40560 -1 2496 | ||
40000 5m 46384 18432 45136 -1 2496 | ||
50000 5m 46592 18432 45344 -1 2496 | ||
100000 5m 48464 18432 47216 -1 2496 | ||
1000 40m 41808 18432 40560 -1 2496 | ||
10000 40m 41808 18432 40560 -1 2496 | ||
40000 40m 48464 18432 47216 -1 2496 | ||
50000 40m 49296 18432 48048 -1 2496 | ||
100000 40m 53872 18432 52624 -1 2496 | ||
1000 300m 41808 18432 40560 -1 2496 | ||
10000 300m 41808 18432 40560 -1 2496 | ||
40000 300m 64064 18432 62816 -1 2496 | ||
50000 300m 68848 18432 67600 -1 2496 | ||
100000 300m 92976 18432 91728 -1 2496 |
30 changes: 15 additions & 15 deletions
30
device/common/profiles/td2/gen/RDMA-CENTRIC/pg_profile_lookup.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
# PG lossless profiles. | ||
# speed cable size xon xoff threshold xon_offset | ||
1000 5m 41808 18432 40560 -3 2496 | ||
10000 5m 41808 18432 40560 -3 2496 | ||
40000 5m 46384 18432 45136 -3 2496 | ||
50000 5m 46592 18432 45344 -3 2496 | ||
100000 5m 48464 18432 47216 -3 2496 | ||
1000 40m 41808 18432 40560 -3 2496 | ||
10000 40m 41808 18432 40560 -3 2496 | ||
40000 40m 48464 18432 47216 -3 2496 | ||
50000 40m 49296 18432 48048 -3 2496 | ||
100000 40m 53872 18432 52624 -3 2496 | ||
1000 300m 41808 18432 40560 -3 2496 | ||
10000 300m 41808 18432 40560 -3 2496 | ||
40000 300m 64064 18432 62816 -3 2496 | ||
50000 300m 68848 18432 67600 -3 2496 | ||
100000 300m 92976 18432 91728 -3 2496 | ||
1000 5m 41808 18432 40560 -1 2496 | ||
10000 5m 41808 18432 40560 -1 2496 | ||
40000 5m 46384 18432 45136 -1 2496 | ||
50000 5m 46592 18432 45344 -1 2496 | ||
100000 5m 48464 18432 47216 -1 2496 | ||
1000 40m 41808 18432 40560 -1 2496 | ||
10000 40m 41808 18432 40560 -1 2496 | ||
40000 40m 48464 18432 47216 -1 2496 | ||
50000 40m 49296 18432 48048 -1 2496 | ||
100000 40m 53872 18432 52624 -1 2496 | ||
1000 300m 41808 18432 40560 -1 2496 | ||
10000 300m 41808 18432 40560 -1 2496 | ||
40000 300m 64064 18432 62816 -1 2496 | ||
50000 300m 68848 18432 67600 -1 2496 | ||
100000 300m 92976 18432 91728 -1 2496 |