Add FW dump with new SAI implementation #1338
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Signed-off-by: Shlomi Bitton [email protected]
- What I did
Mellanox SAI implementation of the sai dump is now extracting more information which previously provided by direct call to a Mellanox FW tool which is not longer required.
The new files created will be taken along with the new dump.
Remove MST dump as it is not required anymore.
- How I did it
Add commands to copy FW dump output into techsupport output file, inside "sai_sdk_dump" directory.
Remove commands for MST dump.
- How to verify it
Run "show techsupport" with MLNX SAI 1.18.0
- Previous command output (if the output of a command-line utility has changed)
├── mstdump
│ ├── mstdump1.gz
│ ├── mstdump2.gz
│ └── mstdump3.gz
- New command output (if the output of a command-line utility has changed)
└── sai_sdk_dump
├── sai_sdk_dump_12_09_2020_03_17_PM.gz
├── sdkdump_ext_cr_001-09_12_2020-15_17_57.udmp.gz
├── sdkdump_ext_cr_001-09_12_2020-15_17_58.udmp.gz
├── sdkdump_ext_cr_001-09_12_2020-15_18_00.udmp.gz
├── sdkdump_ext_meta_001-09_12_2020-15_17_57.gz
├── sdkdump_ext_meta_001-09_12_2020-15_17_58.gz
└── sdkdump_ext_meta_001-09_12_2020-15_18_00.gz