Skip to content

Commit 9458a52

Browse files
authored
Update release notes for v1.17.4 and v1.18.1 (#2291)
Signed-off-by: Tejaswini Chadaga <tchadaga@microsoft.com>
1 parent 37fa50f commit 9458a52

2 files changed

Lines changed: 69 additions & 0 deletions

File tree

doc/SAI_1.17.4_ReleaseNotes.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
# SAI 1.17.4 Release Notes
2+
3+
The Switch Abstraction Interface(SAI) defines the APIs to provide a vendor-independent way of controlling forwarding elements, such as a switching ASIC, an NPU or a software switch in a uniform manner. This release document covers the SAI API changes from SAI tag 1.16.1 to SAI tag 1.17.4. The previous release notes corresponding to SAI tag 1.16.1 is available at [SAI 1.16.1 release notes](https://github.com/opencomputeproject/SAI/blob/master/doc/SAI_1.16.1_ReleaseNotes.md)
4+
5+
This document explains the new SAI features as well as the enhancements and the bug fixes on existing features.
6+
7+
8+
### List of enhancements added in this release:
9+
10+
[Update workflow to use latest Ubuntu ](https://github.com/opencomputeproject/SAI/pull/2165) <br>
11+
[FDB table size attribute description changes ](https://github.com/opencomputeproject/SAI/pull/2164) <br>
12+
[Add SAI_PORT_SERDES_ATTR_CUSTOM_COLLECTION ](https://github.com/opencomputeproject/SAI/pull/2156) <br>
13+
[MACSec and IPSec FIPS Compliance ](https://github.com/opencomputeproject/SAI/pull/2167) <br>
14+
[[az] Use ubuntu-latests for vmImage ](https://github.com/opencomputeproject/SAI/pull/2172) <br>
15+
[New in drop reasons and new port stat counters to map to in drop reasons ](https://github.com/opencomputeproject/SAI/pull/2170) <br>
16+
[Update README.md ](https://github.com/opencomputeproject/SAI/pull/2173) <br>
17+
[Add switch attributes for CPU port buffer pools ](https://github.com/opencomputeproject/SAI/pull/2171) <br>
18+
[Add SAI_MIRROR_SESSION_ATTR_LABEL to mirror session attributes ](https://github.com/opencomputeproject/SAI/pull/2180) <br>
19+
[Add packet trimming counter ](https://github.com/opencomputeproject/SAI/pull/2177) <br>
20+
[Adding custom range base values ](https://github.com/opencomputeproject/SAI/pull/2179) <br>
21+
[KV for managing the Hierarchical NHG ](https://github.com/opencomputeproject/SAI/pull/2183) <br>
22+
[Update DWRR scheduler weight range ](https://github.com/opencomputeproject/SAI/pull/2188) <br>
23+
[Support for Next Hop Meta Data ](https://github.com/opencomputeproject/SAI/pull/2181) <br>
24+
[Add BFD and ICMP echo session to monitored objects list ](https://github.com/opencomputeproject/SAI/pull/2193) <br>
25+
[Fix bind point of tam ](https://github.com/opencomputeproject/SAI/pull/2182) <br>
26+
[Enable ICMP sessions on LAG port ](https://github.com/opencomputeproject/SAI/pull/2194) <br>
27+
[SAI LPO attributes ](https://github.com/opencomputeproject/SAI/pull/2178) <br>
28+
[Added port serdes attributes for various taps ](https://github.com/opencomputeproject/SAI/pull/2207) <br>
29+
[Packet trimming: Add counter description ](https://github.com/opencomputeproject/SAI/pull/2184) <br>
30+
[Create API for fast linkup configuration ](https://github.com/opencomputeproject/SAI/pull/2203) <br>
31+
[meta/Makefile: use &: for grouped targets ](https://github.com/opencomputeproject/SAI/pull/2200) <br>
32+
[Add SAI_ATTR_PORT_FW_REVISION to saiport ](https://github.com/opencomputeproject/SAI/pull/2197) <br>
33+
[Adding custom range base type for SAI_TAM_TEL_MATH_FUNC_TYPE ](https://github.com/opencomputeproject/SAI/pull/2206) <br>
34+
[Added missing enable=True to acl_action_data_t in IPv6NextHdrTest (saiacl module) ](https://github.com/opencomputeproject/SAI/pull/2202) <br>
35+
[Per Lane PRBS statuses and statistics ](https://github.com/opencomputeproject/SAI/pull/2204) <br>
36+
[Manually override HW switchover for planned operation ](https://github.com/opencomputeproject/SAI/pull/2219) <br>
37+
[[DASH] Add flow bulk get session event data struct ](https://github.com/opencomputeproject/SAI/pull/2175) <br>
38+
[Add flow entry to the bulk session event data ](https://github.com/opencomputeproject/SAI/pull/2237) <br>
39+
[Fix: "INVAILD" typo in enum '_sai_dash_flow_entry_bulk_get_session_filter_key_t' ](https://github.com/opencomputeproject/SAI/pull/2224) <br>
40+
[Replicate VXLAN UDP sport security to switch level ](https://github.com/opencomputeproject/SAI/pull/2195) <br>
41+
[Fix SAI metadata generation in Debian 13 ](https://github.com/opencomputeproject/SAI/pull/2239) <br>
42+
[Detect XML structure instead of relying on Doxygen version ](https://github.com/opencomputeproject/SAI/pull/2240) <br>
43+
[Fix enum sequencing issue ](https://github.com/opencomputeproject/SAI/pull/2243) <br>

doc/SAI_1.18.1_ReleaseNotes.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# SAI 1.18.1 Release Notes
2+
3+
The Switch Abstraction Interface(SAI) defines the APIs to provide a vendor-independent way of controlling forwarding elements, such as a switching ASIC, an NPU or a software switch in a uniform manner. This release document covers the SAI API changes from SAI tag 1.17.4 to SAI tag 1.18.1. The previous release notes corresponding to SAI tag 1.17.4 is available at [SAI 1.17.4 release notes](https://github.com/opencomputeproject/SAI/blob/master/doc/SAI_1.17.4_ReleaseNotes.md)
4+
5+
This document explains the new SAI features as well as the enhancements and the bug fixes on existing features.
6+
7+
8+
### List of enhancements added in this release:
9+
10+
[Seamless BFD (S-BFD) ](https://github.com/opencomputeproject/SAI/pull/2220) <br>
11+
[SRv6 SID Marking ](https://github.com/opencomputeproject/SAI/pull/2222) <br>
12+
[Introducing SAI_PORT_ATTR_PORT_PG_PKT_DROP_STATUS ](https://github.com/opencomputeproject/SAI/pull/2234) <br>
13+
[Link Layer Retry support in SAI ](https://github.com/opencomputeproject/SAI/pull/2225) <br>
14+
[Add bulk IPMC group APIs ](https://github.com/opencomputeproject/SAI/pull/2242) <br>
15+
[Link Debounce Feature ](https://github.com/opencomputeproject/SAI/pull/2245) <br>
16+
[UEC CSIG Protocol ](https://github.com/opencomputeproject/SAI/pull/2248) <br>
17+
[SAI PTP Enhancement ](https://github.com/opencomputeproject/SAI/pull/2253) <br>
18+
[Adding custom range base for SAI_ACL_ACTION_TYPE ](https://github.com/opencomputeproject/SAI/pull/2232) <br>
19+
[Add Jenkins hash to supported hash algorithms ](https://github.com/opencomputeproject/SAI/pull/2233) <br>
20+
[MACSec SAI Attribute enhancements ](https://github.com/opencomputeproject/SAI/pull/2213) <br>
21+
[Support Qos Map on Router Interface ](https://github.com/opencomputeproject/SAI/pull/2208) <br>
22+
[Add SAI_HASH_ALGORITHM_END to sai_hash_algorithm_t enum ](https://github.com/opencomputeproject/SAI/pull/2255) <br>
23+
[[DASH] Update DASH eni & port counters ](https://github.com/opencomputeproject/SAI/pull/2251) <br>
24+
[Add SAI_PORT_ATTR_PRBS_PATTERN and enum list of polynomials ](https://github.com/opencomputeproject/SAI/pull/2262) <br>
25+
[[meta] Force enums with strict flags to have zero enum defined ](https://github.com/opencomputeproject/SAI/pull/2264) <br>
26+
[Adding new interface CEILR and CEILR_ER ](https://github.com/opencomputeproject/SAI/pull/2256) <br>

0 commit comments

Comments
 (0)