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

Sync with sonic-net #2

Merged
merged 3 commits into from
Jul 19, 2024
Merged

Sync with sonic-net #2

merged 3 commits into from
Jul 19, 2024

Commits on Jun 13, 2024

  1. [proxy] Support notifications (#1393)

    This proxy class will be used in DASH application.
    
    This change contains:
    
    Update DummySaiInterface do support dummy notifications for testing
    DummySaiInterface unittests
    Proxy class support notifications
    Proxy class unittests
    Sai class support notifications
    Sai class unittests
    Added Options class for handy zmq options configuration
    Move DummySaiInterface to saimeta library
    Added TODO which functions should be replaced after SAI submodule update
    Update aspell
    kcudnik committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    9574a3c View commit details
    Browse the repository at this point in the history
  2. [saisubmodule] Update SAI submodule to latest master (#1395)

    Will include SAI metadata methods to update notification pointers which will do that automatically for all notifications reducing number of work we need to update that each time
    kcudnik committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    fd8f890 View commit details
    Browse the repository at this point in the history
  3. Sairedis support SAI api/object type extenstion range (#1390)

    Extensions objects can be used on ranges from 0x20000000 (this commit will requires SAI submodule to update as well)
    kcudnik committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    a988dd1 View commit details
    Browse the repository at this point in the history