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

Updated feature for 400 ZR Support #1117

Merged
merged 2 commits into from
Nov 16, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 34 additions & 0 deletions doc/SONiC_202205_Release_Notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,13 @@ Refer [HLD document](https://github.com/sonic-net/SONiC/blob/master/doc/sfp-cmis
<br> **Pull Requests** : [876](https://github.com/sonic-net/SONiC/pull/876), [219](https://github.com/sonic-net/sonic-platform-common/pull/219) & [217](https://github.com/sonic-net/sonic-platform-daemons/pull/217)


#### 400G ZR support
The scope of this feature is to develop APIs for both CMIS and C-CMIS to support 400G ZR modules on SONiC.

Refer [HLD document](https://github.com/sonic-net/SONiC/blob/master/doc/platform_api/CMIS_and_C-CMIS_support_for_ZR.md) and below mentioned PR's for more details.
<br> **Pull Requests** : [769](https://github.com/sonic-net/SONiC/pull/769), [1076](https://github.com/sonic-net/SONiC/pull/1076)


#### Command for showing specific MAC from DB
This feature adds more options to filter output in show mac and fdbshow command. Introduced options for filter by address and filter by type.Added one more option to display only count.And also introduced show command to display fdb aging time in the switch.

Expand Down Expand Up @@ -167,6 +174,33 @@ Refer below mentioned PR's for more details.
<br> **Pull Requests** : [9585](https://github.com/sonic-net/sonic-buildimage/pull/9585)


#### Migrated Docker images to Debian "Bullseye"
The docker images to debian bullseye for this release are listed below.

```
· docker-base-buster
· docker-config-engine-buster
· docker-swss-layer-buster
· docker-database
· docker-fpm-frr
· docker-lldp
· docker-macsec
· docker-mux
· docker-orchagent
· docker-platform-monitor
· docker-router-advertiser
· docker-snmp
· docker-teamd
· docker-sonic-telemetry
· docker-pmon-<platform>
· docker-gbsyncd-credo
· docker-dhcp-relay
· docker-restapi
· docker-sonic-p4rt
· docker-pde

```

#### Move Nvidia syncd and pmon to Debian11- "Bullseye"
This impliments the upgrade on nvidia platform for containers such as syncd / saiserver / syncd-rpc and pmon to bullseye

Expand Down