RE: Updated invitation with note: SONiC - OCP Subproject Call @ Every 2 weeks from 8am to 9am on Tuesday (PDT) (Xin Liu) - 12/14/2021

51 views
Skip to first unread message

Yanzhao Zhang

unread,
Dec 13, 2021, 12:05:13 PM12/13/21
to sonicp...@googlegroups.com, Michael Schill, Xin Liu (CLOUD), Kanna...@dell.com, archna, Yanzhao Zhang

Team,

During tomorrow’s SONiC community meeting (12/14/2021), we have below topics:

 

  • High level design for route flow counter (Nvidia) - 45 mins
  • 202205 release feature candidate checkpoint, below is the current candidate feature list. Please take a look and we will spend around 10 mins to discuss hot issues (if you have).
    • Note this is not the final list, some members are still working on their 202205 contribution plan but not listed (yet) in the table

Feature

Short Description

Owner

Reviewer

HLD Review ETA

Test Plan Ready for Review ETA

PR Ready for Review ETA

Test PR Ready for Review

ETA

SAI Change Needed?

Status Tracking

Priority

NVGRE/GRE

https://github.com/Azure/SONiC/pull/869

 

 

 

Deferred from 202111

NVGRE is a Layer 3 tunneling protocol that utilizes a standard GRE header to encapsulate a Layer 2 packet.

Nvidia

Intel/Dell

Scheduled on 10/12

 

 

 

 

Yes

 

 

https://github.com/Azure/SONiC/pull/900

System with zero port support

 

Deferred from 202111

 Allows to bring up system and finish the init flow

Nvidia

Juniper

N/A

 

 

No

 

 

 

 

Align crmorch with sai_object_type_get_availability

 

Deferred from 202111

Will not require a new SAI API, but vendors will have to implement this API for using this functionality

Nvidia

TBD

N/A

 

 

 

No

https://github.com/opencomputeproject/SAI/pull/942

 

 

Move Nvidia syncd and pmon to debian11

 

Nvidia

 

 

 

1/30

 

Nvidia syncd 12/30

Pmon 01/30

Need more clarification on this feature

 

Dynamic policy based hashing (edit flow)

https://github.com/Azure/SONiC/pull/909

 

Nvidia

 

Done

1/30

1/30

2/15

No

 

 

counter delay via config_db and not via systemd

 

Nvidia

 

12/30

N/A

2/28

N/A

No

 

 

Route Flow counters (based on generic counters)

https://github.com/Azure/SONiC/pull/908

Pool of generic counters that can be attached to dynamic entries for a better visibility and debuggability

Nvidia

 

Available, need schedule

Available, need schedule

3/15

3/30

Yes

 

Need this API  implemented

https://github.com/opencomputeproject/SAI/blob/master/doc/SAI-Proposal-Generic-Counters.md

 

 

hostcfgd Redesign | split hostcfgd into multiple services

Currently hostcfgd is handling a lot of tables and this leads to performance issues. This has lead to many bugs like https://github.com/Azure/sonic-buildimage/issues/8619. So It is necessary to split hostcfgd into multiple services.

The requirement is to come up with a design of how to split hostcfgd and what approach to use, either multi threaded or multi process. Based on design approval this needs to be implemented

Nvidia

 

1/15

N/A

3/15

N/A

No

 

 

Password Hardening

https://github.com/Azure/SONiC/pull/874/

a user password is the key credential used in order to verify the user accessing the switch and acts as the first line of defense in regards to securing the switch. The complexity of the password, it's replacement capabilities and change frequency define the security level of the first perimeter of the switch. Therefore - in order to further improve and harden the switch - a secure mechanism is required to enforce PW policies.

Nvidia

MSFT

 

 

 

 

No

 

 

Queue statistics based on queue configurations and not max

Performance optimization to query only relevant queue in MC aware mode (8-15 are unused)

Nvidia

MSFT

N/A

 

1/30

 

No

 

 

Add system date row to ‘show version’

Provide a baseline to improve debug flows

Nvidia

 

N/A

 

2/28

 

No

 

 

Command for showing specific MAC from DB

show mac –verbose fetches the whole FDB table When we have large table of Mac the respond will take very long time

 

  • show mac address <mac> 
    Will search for a specific MAC.
  • show mac address vlan <vlan> 
    Will return only the MAC learned for specific Vlan ID.
    The outpout is in the same format of the show mac but has only same requested vlan.
  • show mac address interface <interface_name> 
    The outpout is in the same format of the show mac but has only same requested interface (also port channel).
  • show mac summary
    Will return a count of all FDB entires. including the aging configuration to be taken from switch.json.j2
    The out put should be as the show mac summary 
    For example: Total number of entries X
  • show mac summary vlan <vlan>
    For example: Total number of entries X
    Note: same outout as the show mac but inlcuded only the vlan requ
  • show mac summary interface <interface_name>
    For example: Total number of entries X
    Note: interface name can be any interface or port channel.

show mac address type <type>

Type can be statis or dynamic

Will return only the MAC learned for specific type.

Nvidia

 

N/A

 

1/30

 

No

 

 

Event-mgmt Infra

https://github.com/Azure/SONiC/pull/761

 

Deferred from 202111

 

 

A centralized framework for applications in SONiC network operating system to raise “events” and store them for NBIs to consume.

Dell

BRCM

Reviewed on 04/27/2021, require a reviewer to sign-off

 

7/13/2021 - ready for review

 

No

 

 

Klish CLI for show-tech support
https://github.com/Azure/SONiC/pull/756

Deferred from 202111

Klish CLI for show-tech support using the new mgmt.-infra framework

Dell

BRCM/MSFT

4/6/2021

 

6/30/2021

 

No

 

 

Storm Control (BUM)

https://github.com/Azure/SONiC/pull/441

 

 

 

Deferred from 202111

Independently rate limit ingress Broadcast, Multicast and Unknown Unicast traffic on a bits-per-second basis. IS-CLI configuration

BRCM

MSFT

/Innovium

4/6/2021

 

4/10/2021

 

No

Independently rate limit ingress Broadcast, Multicast and Unknown Unicast traffic on a bits-per-second basis. IS-CLI configuration

 

 

CMIS Diagnostics

https://github.com/Azure/SONiC/pull/876

 

 

 

 

Deferred from 202111

Introduce the CMIS4 transceiver-specific diagnostic test to help users narrow down the root cause of link failures. Scope of the change:

1) sonic-platform-daemons/sonic-xcvrd: Add a new subprocess to subscribe CMIS diag requests and either update DIAG control or post the test result to the RedisDB.

2) sonic-platform-common/sonic_platform_base: Add a generic QSFPDD/CMIS4 parser/handler to sfp_standard.py

3) sonic-mgmt-common: Add YANG and REST transformer codes for CMIS DIAG

BRCM

Dell/Nvidia/Google

Reviewed on 10/5

 

10/29/2021

 

No

9/14:

  • Asked HLD review sometime after 9/28, to be scheduled

10/5:

  • HLD is reviewed by community.

10/26:

  • Some feedbacks from community, seems not align with community direction, can not merge
  • Adam will follow-up with BRCM

11/15: All PRs open. 

11/16:

  • Design need be updated, defer to next release

12/2:

  • Candidate to 202205

 

System Ready Enhancements

https://github.com/Azure/SONiC/pull/875/files

 

Deferred from 202111

Today there is no easy way to know when the device is ready in terms of control/dataplane. The change allows declaration of System ready (Syslog/CLI) when all the services(dockers+host) are up and ready. Also define a framework for each service to declare itself ready based on their application criteria.

BRCM

Dell/Nvidia

Reviewed on 10/5

 

9/29/2021

 

No

12/2:

  • Will integrate this with system monitoring framework contributed by Nvidia. To be decided for the 202205 story

 

SONiC fanout support

Deferred from 202111

Change fanout switch o.s to SONiC. Make sure SONiC has all the CRI needed, then management will be modified

 MSFT

 

 

 

 

 

No

Change fanout switch o.s to SONiC.

5/4: Dependency on DPB, confirm with Ying.

6/22: Need to share update

9/14:

  • HLD is required, target 202111 release but no guarantee

10/19:

  • Test change

12/2:

  • Need help from community

 

100% SONiC YANG model

 

As of 7/15/2021: 25PRs merged, 13 remaining

 

Deferred from 202111

Build a full and complete YANG model for SONiC configDB

MSFT

MSFT/

YANG WG

N/A

 

9/30/2021

 

No

https://github.com/Azure/sonic-buildimage/projects/4

6/8: BRCM: YANG Extension PR

 

 

Deprecating Python2 from platform daemons

 

 

  • Deferred from 202111

All platform daemons will run using Python 3. Python 2 support will be removed. Vendors must build and install Python 3 sonic-platform packages.

 

Image only

 

MSFT

Dell

N/A

 

8/30/2021

 

N/A

10/19:

  • Not finished yet, Nvidia team may be able to help
  • Will be delivered in 202111 along with Bulleye support
  • Syncd docker change requires support from vendors and community
  • PoR of 202111 is to upgrade the host to Bulleye, but docker can keep running with previous Debian, need discuss the plan for docker support

11/11:

  • The host is ready to run with Bulleye

12/2:

  • Candidate to 202205 release

 

SONiC management repo  Python3 compliance

 

MSFT

 

 

 

 

 

 

 

 

MACSEC enhancement: primary & fallback case

 

https://github.com/Azure/SONiC/pull/652

 

Deferred from 202111

MACsec can enable primary and fallback Connectivity Association Keys(CAK) at a same time. Meanwhile the primary and fallback key can be switched or replaced without any outage.

MSFT

BRCM/Juniper

N/A

 

N/A

 

No

    • Best effort item in 202111 release

10/19:

    • Need update whether this is still in 202111 release or not

12/2:

  candidate to 202205 release

 

Active Active ToRs

    • Link manager
    • Warm reboot

MSFT

 

 

 

 

 

 

 

 

Vxlan enhancement

Dual ToR with vxlan tunnel

MSFT

 

 

 

 

 

 

 

 

BGP config incremental update

 

MSFT

 

 

 

 

 

 

Stretch goal

 

Symcrypt integration with OpenSSL

For FIPs 140-3

MSFT

 

 

 

 

 

 

 

 

Sorted next hop ECMP

 

MSFT

 

 

 

 

 

 

 

 

400G DR support

 

MSFT

 

 

 

 

 

 

 

 

ACL UDF 

Support user defined fields in ACL.

 

Comment: Please align with Nvidia team as dynamic policy based hashing requires changes to edit flow

MSFT

 

 

 

 

 

 

Stretch goal

 

Streaming Telemetry support for Syslog

 

MSFT

 

 

 

 

 

 

 

 

FRR version update from 7.5 to 8.1

 

MSFT

 

 

 

 

 

 

 

 

ACMS and Restful API for Arista 7060

 

MSFT

 

 

 

 

 

 

 

 

PINS enhancement

 

Google

 

 

 

 

 

 

12/2

Google is working on the feature list

 

Static Anycast Gateway (SAG)

https://github.com/Azure/SONiC/pull/837

 

Deferred from 202111

Static Anycast Gateway. To provide anycast gateway for host/VMs. Can be used independently, or with MCLAG to provide single gateway for MC-LAG member host. To provide the possibility for host VM mobility. Both IPv4 and v6 

Edgecore

Dell/Intel/BRCM

Reviewed on 8/24/2021

 

08/30/2021

 

No

11/16:

  • Intel will review this week
  • Test is missed, defer to next release

12/2:

  • Candidate to 202205

 

L2 Dot1Q tunneling support

 

EdgeCore

 

 

 

 

 

 

 

 

VLAN Stacking

This feature provides Q-in-Q and VLAN translation for service providers who carry traffic of multiple customers across their networks and are required to maintain the VLAN and Layer 2 protocol configurations of each customer without impacting the traffic of other customers.

EdgeCore

 

 

 

 

 

 

 

 

Config Reload Enhancement: Introduce the Transaction Mechanism

Motivation

In the current design of 'config reload', it does not mean the sonic configurations to be reloaded had been finished when the execution of 'config reload' has done.

When the execution of 'config reload' is done, it is possible that some sonic services have not been fully populated and the system in terms of sonic services is not in ready state.

It is just wasting time to initiate another 'config reload' transaction when the previous transaction has not been done. It is better to have a transaction protection to avoid that condition.

Goal

1. Add a mechanism to avoid initiating a new 'config reload' operation when an existing transaction is still active.

2. Add a background process to monitor the progress of 'config reload', which utilizes the facility provided in 'system-ready-HLD.md'(https://github.com/Azure/SONiC/blob/984ab4bd74621f5acdb93126543d2b1e2c20019f/doc/system-ready/system-ready-HLD.md). The lock for the transaction will not be released until a definite result is got by the background monitoring process.

NOTE: This feature depends on "System Ready HLD". The reference to "System Ready HLD" is shown below.

* Sonic MoM on 2021/10/5

https://groups.google.com/g/sonicproject/c/0o8gLL4FsFE/m/3_OxYGG8AwAJ

EdgeCore

 

 

 

 

 

 

 

 

EVPN-MH Phase #1

 

EdgeCore

 

 

 

 

 

 

 

 

Further extensions and uses of application extension framework

 

 

 

 

MetaSwitch

 

 

 

 

 

 

 

 

 

MPLS scalability enhancement in SAI and SWSS

 

MetaSwitch

 

 

 

 

 

 

 

 

Global setting to allow IPv6 link-local neighbours to always be programmed

 

MetaSwtich

 

 

 

 

 

 

 

 

Docker image on Bulleyes

SONiC docker image on Bulleyes

 

 

 

 

 

 

 

Contributor is expected

 

 

Platform support for Edgecore AS4630

sonic-buildimage changes needed to support AS4630 switch

Target

Edgecore

1/18/2022

2/1/2022

2/15/2022

3/1/2022

No

 

 

Platform support for Edgecore AS7326

sonic-buildimage changes needed to support AS7326 switch

Target

Edgecore

1/18/2022

2/1/2022

2/15/2022

3/1/2022

No

 

 

Platform support for Edgecore AS7816

sonic-buildimage changes needed to support AS7816 switch

Target

Edgecore

1/18/2022

2/1/2022

2/15/2022

3/1/2022

No

 

 

Platform support for Edgecore AS5835

sonic-buildimage changes needed to support AS5835 switch

Target

Edgecore

1/18/2022

2/1/2022

2/15/2022

3/1/2022

No

 

 

 

 

 

 

Yours sincerely

Yanzhao Zhang | He/Him

Email: yanz...@microsoft.com

 

-----Original Appointment-----
From: OCP Networking Project <opencompute.org_vrchh...@group.calendar.google.com>
Sent: Tuesday, March 19, 2019 11:18 AM
To: OCP Networking Project; SONiC Core Team; Renuka Manavalan; Xin Liu (CLOUD); Yanzhao Zhang
Subject: FW: Updated invitation with note: SONiC - OCP Subproject Call @ Every 2 weeks from 8am to 9am on Tuesday (PDT) (Xin Liu)
When: Tuesday, December 14, 2021 10:00 AM-11:00 AM America/Chicago.
Where: https://global.gotomeeting.com/join/507645837

 

 

 

-----Original Appointment-----
From: OCP Networking Project <opencompute.org_vrchh...@group.calendar.google.com>
Sent: Tuesday, March 19, 2019 11:18 AM
To: OCP Networking Project; Xin Liu (CLOUD)
Subject: Updated invitation with note: SONiC - OCP Subproject Call @ Every 2 weeks from 8am to 9am on Tuesday (PDT) (Xin Liu)
When: Occurs every 2 week(s) on Tuesday effective 3/26/2019 from 10:00 AM to 11:00 AM America/Chicago.
Where: https://global.gotomeeting.com/join/507645837

 

This event has been changed with this note:
"Hi all, Changing the SONiC Call schedule now that Daylight Savings time is affecting the US."

SONiC - OCP Subproject Call

SONiC - OCP Project Call
Please join my meeting from your computer, tablet or smartphone.
https://global.gotomeeting.com/join/507645837

You can also dial in using your phone.
United States: +1 (571) 317-3129
Access Code: 507-645-837

More phone numbers
Australia: +61 2 8355 1050
Austria: +43 7 2081 5427
Belgium: +32 28 93 7018
Canada: +1 (647) 497-9391
Denmark: +45 32 72 03 82
Finland: +358 923 17 0568
France: +33 170 950 594
Germany: +49 692 5736 7317
Ireland: +353 15 360 728
Italy: +39 0 230 57 81 42
Netherlands: +31 207 941 377
New Zealand: +64 9 280 6302
Norway: +47 21 93 37 51
Spain: +34 932 75 2004
Sweden: +46 853 527 827
Switzerland: +41 225 4599 78
United Kingdom: +44 330 221 0088

First GoToMeeting? Let's do a quick system check:
https://link.gotomeeting.com/system-check

When

Changed: Every 2 weeks from 8am to 9am on Tuesday Pacific Time - Los Angeles

Where

https://global.gotomeeting.com/join/507645837 (map)

Calendar

Xin Liu

Who

(Guest list is too large to display)

Going (xin...@microsoft.com)?   All events in this series:   Yes - Maybe - No    more options »

Invitation from Google Calendar

You are receiving this email at the account xin...@microsoft.com because you are subscribed for updated invitations on calendar Xin Liu.

To stop receiving these emails, please log in to https://www.google.com/calendar/ and change your notification settings for this calendar.

Forwarding this invitation could allow any recipient to modify your RSVP response. Learn More.

 

Reply all
Reply to author
Forward
0 new messages