Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: opencomputeproject/SAI
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: opencomputeproject/SAI
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.15
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 18 commits
  • 20 files changed
  • 11 contributors

Commits on Nov 14, 2024

  1. Fix for RPC build failure (#2097)

    Fixed the RPC build failure in sonic-net/sonic-buildimage#20322. The PR #2028 introduced some SAI header file changes and Since Vendor (ex BCM) SAI header files do not have these changes and also the sai-thrift includes the sai header files installed from Vendor SAI debian package, the saithrift build fails.
    This PR modifies the sai-thrift make to include the SAI header files from sai-redis SAI/inc folder instead of the SAI headers installed from Vendor SAI debian package.
    
    Signed-off-by: saksarav <[email protected]>
    saksarav-nokia authored and tjchadaga committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    2ec7327 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

  1. Update SAI minor version to v1.15.1 (#2105)

    Update SAI minor version to v1.15.1
    
    Signed-off-by: Tejaswini Chadaga <[email protected]>
    tjchadaga authored Nov 15, 2024
    Configuration menu
    Copy the full SHA
    f214ade View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2024

  1. Add uSID endpoint enums for udx and udt (#2102)

    Signed-off-by: Kumaresh Perumal <[email protected]>
    kperumalbfn authored and tjchadaga committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    399348e View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2024

  1. Update SAI minor version to v1.15.2 (#2116)

    Signed-off-by: Tejaswini Chadaga <[email protected]>
    tjchadaga authored Dec 4, 2024
    Configuration menu
    Copy the full SHA
    22a9987 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2025

  1. add SRv6 uSID behaviors to the validonly lists (#2120)

    Add new SRv6 uSID behaviors to the validonly lists in several MY_SID entry attributes.
    BYGX-wcr authored and Ubuntu committed Jan 8, 2025
    Configuration menu
    Copy the full SHA
    9307e2c View commit details
    Browse the repository at this point in the history
  2. Update SAI minor version to v1.15.3 (#2125)

    Signed-off-by: Tejaswini Chadaga <[email protected]>
    tjchadaga authored Jan 8, 2025
    Configuration menu
    Copy the full SHA
    4d09822 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2025

  1. Cherry-picked changes for SRv6 and bumped the SAI version to 1.15.4 (#…

    …2134)
    
    * [meta] Allow validonly attr to be conditioned on other validonly (#2131)
    
    Will not allow recursion
    
    * [SRv6] Extend validonly list for SAI_MY_SID_ENTRY_ATTR_TUNNEL_ID in _sai_my_sid_entry_attr_t (#2130)
    
    [SRv6] Extend validonly list for SAI_MY_SID_ENTRY_ATTR_TUNNEL_ID in _sai_my_sid_entry_attr_t
    
    * Update SAI minor version to v1.15.4
    
    Signed-off-by: Abhishek Dosi <[email protected]>
    
    ---------
    
    Signed-off-by: Abhishek Dosi <[email protected]>
    Co-authored-by: Kamil Cudnik <[email protected]>
    Co-authored-by: Changrong Wu <[email protected]>
    3 people authored Jan 23, 2025
    Configuration menu
    Copy the full SHA
    86d91b4 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2025

  1. Add packet trimming API (#2077)

    When a packet is lost, it can be recovered through fast retransmission
    (e.g., Go-Back-N in RoCE) or by using timeouts. Retransmission triggered
    by timeouts typically incurs significant latency. Packet trimming aims
    to facilitate rapid packet loss notification and, consequently,
    eliminate slow timeout-based retransmissions.
    
    Signed-off-by: Marian Pritsak <[email protected]>
    marian-pritsak authored and tjchadaga committed Feb 5, 2025
    Configuration menu
    Copy the full SHA
    b7def99 View commit details
    Browse the repository at this point in the history
  2. Revert "Add packet trimming API (#2077)"

    This reverts commit b7def99.
    tjchadaga committed Feb 5, 2025
    Configuration menu
    Copy the full SHA
    ab3931b View commit details
    Browse the repository at this point in the history
  3. Introduce new extended port oper status notification (#2087)

    Bring back compatibility with old structure.
    
    So we are actually in luck, since sizeof(sai_port_oper_status_notification_t) == 16, because of port_id being 64 bit aligned, also as sizeof(sai_extended_port_oper_status_notification_t) == 16, which means we maybe don't need this PR
    kcudnik authored and tjchadaga committed Feb 5, 2025
    Configuration menu
    Copy the full SHA
    86ee6fb View commit details
    Browse the repository at this point in the history
  4. SAI Proposal TAM stream telemetry (#2089)

    Proposal a new streaming method for telemetry
    Pterosaur authored and tjchadaga committed Feb 5, 2025
    Configuration menu
    Copy the full SHA
    e918675 View commit details
    Browse the repository at this point in the history
  5. Add packet trimming API (#2077)

    When a packet is lost, it can be recovered through fast retransmission
    (e.g., Go-Back-N in RoCE) or by using timeouts. Retransmission triggered
    by timeouts typically incurs significant latency. Packet trimming aims
    to facilitate rapid packet loss notification and, consequently,
    eliminate slow timeout-based retransmissions.
    
    Signed-off-by: Marian Pritsak <[email protected]>
    marian-pritsak authored and tjchadaga committed Feb 5, 2025
    Configuration menu
    Copy the full SHA
    41171f3 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2025

  1. Update SAI minor version to v1.15.5 and add exceptions for user defin…

    …ed trap enums (#2138)
    
    * Update SAI minor version to v1.15.5
    
    * Add exception for user defined and stat end attributes
    tjchadaga authored Feb 7, 2025
    Configuration menu
    Copy the full SHA
    ed97c34 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2025

  1. Add back port_error_status to sai_port_oper_status_notification_t (#2145

    )
    
    Signed-off-by: Prince George <[email protected]>
    prgeor authored and tjchadaga committed Mar 4, 2025
    Configuration menu
    Copy the full SHA
    3f8fef2 View commit details
    Browse the repository at this point in the history
  2. Update SAI minor version to v1.15.6 (#2147)

    Signed-off-by: Tejaswini Chadaga <[email protected]>
    tjchadaga authored Mar 4, 2025
    Configuration menu
    Copy the full SHA
    8d5aecf View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2025

  1. Remove mandatory flag on the attribute TAM DESP (#2133)

    Signed-off-by: Ze Gan <[email protected]>
    Pterosaur authored and tjchadaga committed Mar 11, 2025
    Configuration menu
    Copy the full SHA
    b4fd738 View commit details
    Browse the repository at this point in the history
  2. Add occupancy and watermark counters in cells (#2092)

    Add occcupancy and watermark counters for
    priority group and queue objects in shared buffer cells
    to report them as they are in counted in the ASIC.
    Also add a companion read-only attribute to
    get the cell size of a shared buffer in a switch.
    
    Signed-off-by: Marian Pritsak <[email protected]>
    marian-pritsak authored and tjchadaga committed Mar 11, 2025
    Configuration menu
    Copy the full SHA
    fcf1ef4 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2025

  1. Update SAI minor version to v1.15.7 (#2150)

    Signed-off-by: Tejaswini Chadaga <[email protected]>
    tjchadaga authored Mar 12, 2025
    Configuration menu
    Copy the full SHA
    7fac67d View commit details
    Browse the repository at this point in the history
Loading