Add FW dump with new SAI implementation#1338
Merged
liat-grozovik merged 1 commit intosonic-net:masterfrom Jan 3, 2021
shlomibitton:shlomi_fw_dump_techsupport_master
Merged
Add FW dump with new SAI implementation#1338liat-grozovik merged 1 commit intosonic-net:masterfrom shlomibitton:shlomi_fw_dump_techsupport_master
liat-grozovik merged 1 commit intosonic-net:masterfrom
shlomibitton:shlomi_fw_dump_techsupport_master
Conversation
Remove mst dump Signed-off-by: Shlomi Bitton <shlomibi@nvidia.com>
liat-grozovik
approved these changes
Jan 3, 2021
deran1980
added a commit
to deran1980/sonic-utilities
that referenced
this pull request
Feb 4, 2021
This reverts commit b10622e.
anand-kumar-subramanian
pushed a commit
to anand-kumar-subramanian/sonic-utilities
that referenced
this pull request
Mar 2, 2021
Remove mst dump Signed-off-by: Shlomi Bitton <shlomibi@nvidia.com>
anand-kumar-subramanian
pushed a commit
to anand-kumar-subramanian/sonic-utilities
that referenced
this pull request
Mar 2, 2021
…nic-net#1407) This reverts commit b10622e. **What I did** revert changes to call sdkdump and replace with old call to mstdump **How I did it** reverting a previous commit [Mellanox] Add FW dump with new SAI implementation and remove mst dump sonic-net#1338 **How to verify it** run techsupport
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 shlomibi@nvidia.com
- 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