sonic-utilities
sonic-utilities copied to clipboard
add support for sai debug generate dump
This update adds support for the sai_dbg_gen_dump API, enabling the generation of a debug dump file by the SAI when there is no SAI failure. For scenarios involving SAI failures, a separate flow called dump_on_sai_failure is available.
Currently, this API is only invoked in the vendor specific use case to avoid disrupting existing implementations for other vendors.
An auxiliary script "gen_sai_dbg_dump.sh" is also provided to generate the dump file directly without requiring the show techsupport command.
An HLD will be publish soon with all relevant PRs