DASH Workgroup Meeting Minutes 9/14/2022

82 views
Skip to first unread message

Kristina Moore

unread,
Sep 17, 2022, 6:56:40 PM9/17/22
to sonic-dash-t...@googlegroups.com, sonic...@googlegroups.com, Sudarshan, Reshma, Marian Pritsak, Chris Sommers, Michal Zygmunt, Fingerhut, John Andy, James Grantham, Mircea Dan Gheorghe, John C Carney, Prince Sunny, rmukh...@nvidia.com, Mohammad Hanif, Jae Park, Pranjal Shrivastava, Neeraj Motwani, Anton Putrya, Sandeep Balani, Ariff Premji, White, Joseph L, Madhavan, Sandeep, Rita Hui, Singhai, Anjali, Matty Kadosh, Sanders, Mark, Oleksandr Kholodnyi, Michael Miele

Hello DASH Community – thanks for your time on Wednesday; we had a detailed SAI Challenger Enhancements for DASH Testing sneak-peek presentation and demo contributed by Keysight and PLVision this week.  I’ve pasted a few snips below, and the full slide deck is in the GitHub Repo in the slides folder for your perusal. 

Thank you so much @Chris Sommers and @Anton Putrya for the huge effort this week. 
DASH Team, for any Q&A re: the content – please reach out to Chris or Anton, or there is always next week in the Community Meeting to ask questions.

I am OOF next week, and (even better!) @Sudarshan, Reshma has offered to lead the 3 DASH calls for us 😊

This week we also welcomed the following people to the call – thanks for joining!

Intros - Welcome:

Yuen Lam - Keysight

Tomasso Pimpo - MSFT (VNET in Azure)

Tetyana Zubova - PLVision

Andriy Kokhan - PLVision

Vincent Legrand - XSightLabs

Prabhat Aravind - MSFT (SONiC)

 

The relevant notes are below along with the recording links; if you have additional Agenda items for next week, please reach out to me). 
If you have a chance, please subscribe to the DASH YouTube channel to access Weekly and WG content
(and click the bell to receive notifications). 

See you on 9/21/2022

 

Meeting Title:  SONiC-DASH-Workgroup Community Meeting #38

Attendees (42):

DASH Group to join: https://groups.google.com/g/sonic-dash     

DASH-Test-Workgroup Group to join: https://groups.google.com/g/sonic-dash-test-workgroup

 

Alberto Villarreal - Keysight

james_lo 駱正雄 - Accton

 

Mel Tsai - Cisco

Palamar, VolodymyrX - Intel

Suresh - Broadcom

Andriy Kokhan - PLVision

Kristina Moore- MSFT

 

Mircea Dan Gheorghe - Keysight

Prabhat Aravind - MSFT

Suresh Ravindran - Fungible

Anton Putrya - Intel

Lisa Nguyen - Broadcom

 

Mohammad Hanif - Broadcom

Pranjal Shrivastava - MSFT

Tetyana Zubova - PLVision

Bud Grise - XSightLabs

Madhu Paluru - Aviz Networks

 

murali Venkateshaiah - Cisco

Prince Sunny - MSFT

Thyamagundalu, Sanjay - AMD

Chris Sommers - Keysight

Mahalinga, Venkatesan - Dell

 

Mytnyk, VolodymyrX - Intel

Rohit Jain - MSFT

Tommaso Pimpo - MSFT

Gerald Degrace - MSFT

Manodipto Ghose - Keysight

 

Neeraj Motwani - MSFT

Saad Mazhar - DreamBig Semi

Vijay Murthy - Keysight

Guohan Lu- MSFT

Marian Pritsak - Nvidia

 

Nitesh Jha - Keysight

Shay Schlafman - Nvidia

Vincent Legrand - XsightLabs

Igor Kholobayev - Keysight

McCollum, Macy - Intel

 

Oleksandr Ivantsiv - Nvidia

Srinivasan, Vijay - AMD

Yuen Lam - Keysight

 

 

 

 

Sudarshan, Reshma - Intel

Yusef Skinner - MSFT

 

Keysight & PLVision ‘SAI Challenger Enhancements for DASH Testing’ presentation and Demo - Chris Sommers and Anton Putrya

 

 

 

 

 

 

Demo 34:19

 

 


DASH Upcoming Project Action Items:  https://github.com/orgs/Azure/projects/222/views/1
 

DASH Behavioral Model Project Action Items:  https://github.com/orgs/Azure/projects/129/views/6

 

Sticky for Links/Data:

 

 

DASH Groups to join to receive Invites, Meeting Notes, and Comms

DASH: https://groups.google.com/g/sonic-dash    

 

DASH-Test-Workgroup Group: https://groups.google.com/g/sonic-dash-test-workgroup  

If participants know of people who would like info re: our community, please have them joins these groups for receive Comms, etc…

Links to Recording 

Teams/Sharepoint:
​DASH Workgroup Community Meeting Sept 14 2022.mp4 icon DASH Workgroup Community Meeting Sept 14 2022.mp4

YouTube:
https://youtu.be/lgPFc_4SH-g

9/14/2022 Community Call; please request access via the link if you are not able to view/listen

 


 

Azure DASH GitHub Repo:                     

https://github.com/Azure/DASH

 


Test/Docs folder:

https://github.com/Azure/DASH/blob/main/test/docs/dash-test-workflow-saithrift.md

Ideal test workflow is here, converted to .md

SAI Thrift     

SAI Thrift PR

Client server needed for testing

P4

https://opennetworking.org/p4/ and https://p4.org/working-groups/

Open source, domain-specific programming language for network devices, specifying packet processing for data plane devices (switches, routers, NICs, filters, etc.)

PINS

https://opennetworking.org/pins/

 

PNA consortium spec

https://p4.org/p4-spec/docs/PNA-v0.5.0.html

An architecture describing the structure and common capabilities of network interface controller (NIC) devices which process packets transiting one or more interfaces and a host system.

Describes the structure and capabilities of the pipeline, and a user program, which specifies the functionality of the programmable blocks within that pipeline. For more information, see the P4 Language Consortium specifications

IPDK

Infrastructure Programmer Development Kit (ipdk.io) and

https://github.com/ipdk-io/ipdk-io.github.io

IPDK is an open source, vendor agnostic framework of drivers and APIs for infrastructure offload and management which runs on a CPU, IPU, DPU or switch. IPDK runs in Linux and uses a set of well-established tools such as DPDK and P4 to enable network virtualization.

bmv2

https://github.com/p4lang/behavioral-model

The second version of the reference P4 software switch, nicknamed bmv2 (for behavioral model version 2). The software switch is written in C++11. It takes as input a JSON file generated from your P4 program by a P4 compiler and interprets it to implement the packet-processing behavior specified by that P4 program

DPDK

https://www.dpdk.org/

DPDK is the Data Plane Development Kit which consists of libraries to accelerate packet processing workloads running on a wide variety of CPU architectures.

 

Thank you again for your participation…

Kristina Moore MBA, M.S., CISSP - Azure Core Principal PM / DASH
Office: 425-722-7720     Mobile: 425-876-2040     Email: kri...@microsoft.com
DASH Group to join: https://groups.google.com/g/sonic-dash    
DASH-Test-Workgroup Group to join: https://groups.google.com/g/sonic-dash-test-workgroup

ImageTitle: LinkedIn - Description: image of LinkedIn icon

 

 

Reply all
Reply to author
Forward
0 new messages