Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add support for "sai_dbg_generate_dump" API #1423

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Sep 22, 2024

  1. add support for "sai_dbg_generate_dump" API

    This update introduces support for the sai_dbg_gen_dump API to generate
    a debug dump file by the SAI
    The general process is as follows:
    The filename is written to configDB.
    This action triggers the dbgGenDumpOrch to write the necessary data to ASIC DB.
    The syncd process reads from ASIC DB and invokes the SAI.
    SAI processes the request and returns a response.
    syncd writes the response back to redis.
    dbgGenDumpOrch retrieves the response and informs the caller by writing to configDB.
    The caller then removes the data from configDB.
    aviramd committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    9559b20 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Configuration menu
    Copy the full SHA
    c6d45a0 View commit details
    Browse the repository at this point in the history