forked from sonic-net/sonic-buildimage
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request sonic-net#508 from mssonicbld/cherry/msft-202405/2…
…1299 Why I did it In SAI 11.x the SAI integrity counters is not supported completely. So, to detect packet drops due to packet corruptions or credit watchdog timeouts. We enable these interrupts and set the verbose level to error. This will generate syslogs which can be used to detect. Work item tracking Microsoft ADO (30497786): How I did it Enable specific interrupt-ids via the sai_postinit_cmd.soc file. How to verify it Generate these interrupts manually and check if the syslog is generated
- Loading branch information
Showing
15 changed files
with
237 additions
and
6 deletions.
There are no files selected for viewing
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
28 changes: 28 additions & 0 deletions
28
device/arista/x86_64-arista_7800r3_48cq2_lc/Arista-7800R3-48CQ2-C48/sai_postinit_cmd.soc
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 |
---|---|---|
@@ -0,0 +1,28 @@ | ||
INTeRrupt ENAble id=1550 | ||
INTeRrupt ENAble id=1551 | ||
INTeRrupt ENAble id=1552 | ||
INTeRrupt ENAble id=1553 | ||
INTeRrupt ENAble id=1554 | ||
INTeRrupt ENAble id=1555 | ||
INTeRrupt ENAble id=1556 | ||
INTeRrupt ENAble id=1557 | ||
INTeRrupt ENAble id=1558 | ||
INTeRrupt ENAble id=1559 | ||
INTeRrupt ENAble id=1560 | ||
INTeRrupt ENAble id=1561 | ||
INTeRrupt ENAble id=1562 | ||
INTeRrupt ENAble id=1563 | ||
INTeRrupt ENAble id=1564 | ||
INTeRrupt ENAble id=1565 | ||
INTeRrupt ENAble id=1566 | ||
INTeRrupt ENAble id=1567 | ||
|
||
INTeRrupt ENAble id=1296 | ||
INTeRrupt ENAble id=1297 | ||
INTeRrupt ENAble id=1298 | ||
INTeRrupt ENAble id=1299 | ||
INTeRrupt ENAble id=1661 | ||
INTeRrupt ENAble id=1662 | ||
|
||
INTeRrupt ENAble id=1093 | ||
debug intr error |
28 changes: 28 additions & 0 deletions
28
device/arista/x86_64-arista_7800r3_48cqm2_lc/Arista-7800R3-48CQM2-C48/sai_postinit_cmd.soc
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 |
---|---|---|
@@ -0,0 +1,28 @@ | ||
INTeRrupt ENAble id=1550 | ||
INTeRrupt ENAble id=1551 | ||
INTeRrupt ENAble id=1552 | ||
INTeRrupt ENAble id=1553 | ||
INTeRrupt ENAble id=1554 | ||
INTeRrupt ENAble id=1555 | ||
INTeRrupt ENAble id=1556 | ||
INTeRrupt ENAble id=1557 | ||
INTeRrupt ENAble id=1558 | ||
INTeRrupt ENAble id=1559 | ||
INTeRrupt ENAble id=1560 | ||
INTeRrupt ENAble id=1561 | ||
INTeRrupt ENAble id=1562 | ||
INTeRrupt ENAble id=1563 | ||
INTeRrupt ENAble id=1564 | ||
INTeRrupt ENAble id=1565 | ||
INTeRrupt ENAble id=1566 | ||
INTeRrupt ENAble id=1567 | ||
|
||
INTeRrupt ENAble id=1296 | ||
INTeRrupt ENAble id=1297 | ||
INTeRrupt ENAble id=1298 | ||
INTeRrupt ENAble id=1299 | ||
INTeRrupt ENAble id=1661 | ||
INTeRrupt ENAble id=1662 | ||
|
||
INTeRrupt ENAble id=1093 | ||
debug intr error |
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
29 changes: 29 additions & 0 deletions
29
device/arista/x86_64-arista_7800r3a_36d2_lc/Arista-7800R3A-36D2-C36/0/sai_postinit_cmd.soc
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 |
---|---|---|
@@ -0,0 +1,29 @@ | ||
INTeRrupt ENAble id=2209 | ||
INTeRrupt ENAble id=2210 | ||
INTeRrupt ENAble id=2211 | ||
INTeRrupt ENAble id=2212 | ||
INTeRrupt ENAble id=2213 | ||
INTeRrupt ENAble id=2214 | ||
INTeRrupt ENAble id=2215 | ||
INTeRrupt ENAble id=2216 | ||
INTeRrupt ENAble id=2217 | ||
INTeRrupt ENAble id=2218 | ||
INTeRrupt ENAble id=2219 | ||
INTeRrupt ENAble id=2220 | ||
INTeRrupt ENAble id=2221 | ||
INTeRrupt ENAble id=2222 | ||
INTeRrupt ENAble id=2223 | ||
INTeRrupt ENAble id=2224 | ||
INTeRrupt ENAble id=2225 | ||
INTeRrupt ENAble id=2226 | ||
|
||
INTeRrupt ENAble id=482 | ||
INTeRrupt ENAble id=483 | ||
INTeRrupt ENAble id=484 | ||
INTeRrupt ENAble id=485 | ||
INTeRrupt ENAble id=486 | ||
INTeRrupt ENAble id=487 | ||
INTeRrupt ENAble id=488 | ||
|
||
INTeRrupt ENAble id=1597 | ||
debug intr error |
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
29 changes: 29 additions & 0 deletions
29
device/arista/x86_64-arista_7800r3a_36d2_lc/Arista-7800R3A-36D2-C36/1/sai_postinit_cmd.soc
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 |
---|---|---|
@@ -0,0 +1,29 @@ | ||
INTeRrupt ENAble id=2209 | ||
INTeRrupt ENAble id=2210 | ||
INTeRrupt ENAble id=2211 | ||
INTeRrupt ENAble id=2212 | ||
INTeRrupt ENAble id=2213 | ||
INTeRrupt ENAble id=2214 | ||
INTeRrupt ENAble id=2215 | ||
INTeRrupt ENAble id=2216 | ||
INTeRrupt ENAble id=2217 | ||
INTeRrupt ENAble id=2218 | ||
INTeRrupt ENAble id=2219 | ||
INTeRrupt ENAble id=2220 | ||
INTeRrupt ENAble id=2221 | ||
INTeRrupt ENAble id=2222 | ||
INTeRrupt ENAble id=2223 | ||
INTeRrupt ENAble id=2224 | ||
INTeRrupt ENAble id=2225 | ||
INTeRrupt ENAble id=2226 | ||
|
||
INTeRrupt ENAble id=482 | ||
INTeRrupt ENAble id=483 | ||
INTeRrupt ENAble id=484 | ||
INTeRrupt ENAble id=485 | ||
INTeRrupt ENAble id=486 | ||
INTeRrupt ENAble id=487 | ||
INTeRrupt ENAble id=488 | ||
|
||
INTeRrupt ENAble id=1597 | ||
debug intr error |
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
29 changes: 29 additions & 0 deletions
29
device/arista/x86_64-arista_7800r3a_36d2_lc/Arista-7800R3A-36D2-C72/0/sai_postinit_cmd.soc
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 |
---|---|---|
@@ -0,0 +1,29 @@ | ||
INTeRrupt ENAble id=2209 | ||
INTeRrupt ENAble id=2210 | ||
INTeRrupt ENAble id=2211 | ||
INTeRrupt ENAble id=2212 | ||
INTeRrupt ENAble id=2213 | ||
INTeRrupt ENAble id=2214 | ||
INTeRrupt ENAble id=2215 | ||
INTeRrupt ENAble id=2216 | ||
INTeRrupt ENAble id=2217 | ||
INTeRrupt ENAble id=2218 | ||
INTeRrupt ENAble id=2219 | ||
INTeRrupt ENAble id=2220 | ||
INTeRrupt ENAble id=2221 | ||
INTeRrupt ENAble id=2222 | ||
INTeRrupt ENAble id=2223 | ||
INTeRrupt ENAble id=2224 | ||
INTeRrupt ENAble id=2225 | ||
INTeRrupt ENAble id=2226 | ||
|
||
INTeRrupt ENAble id=482 | ||
INTeRrupt ENAble id=483 | ||
INTeRrupt ENAble id=484 | ||
INTeRrupt ENAble id=485 | ||
INTeRrupt ENAble id=486 | ||
INTeRrupt ENAble id=487 | ||
INTeRrupt ENAble id=488 | ||
|
||
INTeRrupt ENAble id=1597 | ||
debug intr error |
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
29 changes: 29 additions & 0 deletions
29
device/arista/x86_64-arista_7800r3a_36d2_lc/Arista-7800R3A-36D2-C72/1/sai_postinit_cmd.soc
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 |
---|---|---|
@@ -0,0 +1,29 @@ | ||
INTeRrupt ENAble id=2209 | ||
INTeRrupt ENAble id=2210 | ||
INTeRrupt ENAble id=2211 | ||
INTeRrupt ENAble id=2212 | ||
INTeRrupt ENAble id=2213 | ||
INTeRrupt ENAble id=2214 | ||
INTeRrupt ENAble id=2215 | ||
INTeRrupt ENAble id=2216 | ||
INTeRrupt ENAble id=2217 | ||
INTeRrupt ENAble id=2218 | ||
INTeRrupt ENAble id=2219 | ||
INTeRrupt ENAble id=2220 | ||
INTeRrupt ENAble id=2221 | ||
INTeRrupt ENAble id=2222 | ||
INTeRrupt ENAble id=2223 | ||
INTeRrupt ENAble id=2224 | ||
INTeRrupt ENAble id=2225 | ||
INTeRrupt ENAble id=2226 | ||
|
||
INTeRrupt ENAble id=482 | ||
INTeRrupt ENAble id=483 | ||
INTeRrupt ENAble id=484 | ||
INTeRrupt ENAble id=485 | ||
INTeRrupt ENAble id=486 | ||
INTeRrupt ENAble id=487 | ||
INTeRrupt ENAble id=488 | ||
|
||
INTeRrupt ENAble id=1597 | ||
debug intr error |
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
29 changes: 29 additions & 0 deletions
29
device/arista/x86_64-arista_7800r3a_36d2_lc/Arista-7800R3A-36D2-D36/0/sai_postinit_cmd.soc
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 |
---|---|---|
@@ -0,0 +1,29 @@ | ||
INTeRrupt ENAble id=2209 | ||
INTeRrupt ENAble id=2210 | ||
INTeRrupt ENAble id=2211 | ||
INTeRrupt ENAble id=2212 | ||
INTeRrupt ENAble id=2213 | ||
INTeRrupt ENAble id=2214 | ||
INTeRrupt ENAble id=2215 | ||
INTeRrupt ENAble id=2216 | ||
INTeRrupt ENAble id=2217 | ||
INTeRrupt ENAble id=2218 | ||
INTeRrupt ENAble id=2219 | ||
INTeRrupt ENAble id=2220 | ||
INTeRrupt ENAble id=2221 | ||
INTeRrupt ENAble id=2222 | ||
INTeRrupt ENAble id=2223 | ||
INTeRrupt ENAble id=2224 | ||
INTeRrupt ENAble id=2225 | ||
INTeRrupt ENAble id=2226 | ||
|
||
INTeRrupt ENAble id=482 | ||
INTeRrupt ENAble id=483 | ||
INTeRrupt ENAble id=484 | ||
INTeRrupt ENAble id=485 | ||
INTeRrupt ENAble id=486 | ||
INTeRrupt ENAble id=487 | ||
INTeRrupt ENAble id=488 | ||
|
||
INTeRrupt ENAble id=1597 | ||
debug intr error |
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
29 changes: 29 additions & 0 deletions
29
device/arista/x86_64-arista_7800r3a_36d2_lc/Arista-7800R3A-36D2-D36/1/sai_postinit_cmd.soc
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 |
---|---|---|
@@ -0,0 +1,29 @@ | ||
INTeRrupt ENAble id=2209 | ||
INTeRrupt ENAble id=2210 | ||
INTeRrupt ENAble id=2211 | ||
INTeRrupt ENAble id=2212 | ||
INTeRrupt ENAble id=2213 | ||
INTeRrupt ENAble id=2214 | ||
INTeRrupt ENAble id=2215 | ||
INTeRrupt ENAble id=2216 | ||
INTeRrupt ENAble id=2217 | ||
INTeRrupt ENAble id=2218 | ||
INTeRrupt ENAble id=2219 | ||
INTeRrupt ENAble id=2220 | ||
INTeRrupt ENAble id=2221 | ||
INTeRrupt ENAble id=2222 | ||
INTeRrupt ENAble id=2223 | ||
INTeRrupt ENAble id=2224 | ||
INTeRrupt ENAble id=2225 | ||
INTeRrupt ENAble id=2226 | ||
|
||
INTeRrupt ENAble id=482 | ||
INTeRrupt ENAble id=483 | ||
INTeRrupt ENAble id=484 | ||
INTeRrupt ENAble id=485 | ||
INTeRrupt ENAble id=486 | ||
INTeRrupt ENAble id=487 | ||
INTeRrupt ENAble id=488 | ||
|
||
INTeRrupt ENAble id=1597 | ||
debug intr error |