DASH / Behavioral Model WG

Add meeting Rate page Subscribe

DASH / Behavioral Model WG

These are all the meetings we have in "Behavioral Model WG" (part of the organization "DASH"). Click into individual meeting pages to watch the recording and search or read the transcript.

21 Sep 2023

Detailed Notes:
• Chris and Andy discussed a Service Tunnel feature that Andy was trying to simplify down to 64 bits. Chris suggested filing an Issue and creating a PR to get the discussion going offline. Chris also suggested using blame to see who wrote the code and pinging them in the issue.
• Chris and Vincent discussed an issue with compiling Docker images, which may be related to a race condition. Chris suggested filing an Issue and tagging himself and Kamil.
○ Vincent and Chris discussed a compile issue with Docker that Vincent noticed when he pulled up the latest Dash to rebase. Vincent mentioned that Kamil had made some changes to the 'make' files that could be causing the issue.
○ Chris and Marian discussed a bug in the bmv2 code; discussed the possibility of returning more than one object type, but Marian was unsure if it was possible due to the API signature.
• Chris and Saad discussed a Python-based behavior model that Saad has been working on for the past few weekends. The model is a drop-in replacement for the existing P4 behavior model.
○ Saad has been working on a Python based behavior model to replace the existing P4 model. He has completed the functionality and is now working on integration.
○ Chris and Saad discussed a project involving a drop-in replacement for an existing model, which would be written in Python and have the same interfaces as the current P4 runtime approach.
○ Chris and Marian discussed two issues related to the implementation of the model. The first issue was discussed yesterday and Brian agreed to take another look at it. The second issue had code issues and Marian was cited to help.
• Chris and Marian discussed a code path in the P4 test Gen that was found to be dead code. Marian explained that the NVGRE encap function is agnostic to the overlay IP family and that the service tunnel is before the IPV6 translation.
○ Marian and Chris discussed the code path of NVGRE encap. Marian explained that the function is agnostic to the overlay IP family and that it supports both IPv4 and IPv6 headers.
○ Chris, Andy, and Marian discussed the potential of using a code path as a CICD test case for P4 test gen. Marian suggested that the solution should not be to remove the condition from the function.
• Chris talked about Kamil's work on refactoring the SAI Thrift server in the SAI repo to compile the SAI Meta into a Lib Sai Meta.
○ Chris discussed the progress of Camille's refactoring of the side thrift server in the Sai repo. The goal is to compile the side meta into a Lib Sai Meta, which will eliminate the need for it in the vendor libsai.
○ Chris and Agrawal discussed the status of test cases running on hardware. Vincent offered to check the test cases and provide feedback. Chris suggested that other vendors could also try the test cases on their own implementations.
  • 7 participants
  • 35 minutes
simplify
interfaces
bits
version
remotely
merge
dst
rebase
masks
serialize
youtube image

7 Sep 2023

Kamil has made changes to SAI Repo, with (for example) build times cut in 1/2 again
SAI Thrift server and tests
Volunteered to separate SAI Meta from libsai

[sonic-net/DASH] Sai attributes for ACL rules should include list of IP prefixes for the Bmv2 compile (Issue #360)

ACL Tags: Support for tags on the control plane
Kristina to clarify this in the HLD
What is it that defines what we should (at libsai) down, vs NB on the API
State this this doesn't trickle down to libsai, reference Orchestrator

Discussed the Issue from Intel checking out the P4 DPDK and checking for an update from Usha. Also discussed the pipeline and behavioral model, the code work done, and the known issues and gaps.

Paul was introduced to the project.
  • 3 participants
  • 5 minutes
somewhat
review
documentation
p40pk
pr
suggestions
ahead
talked
psi
bmv2
youtube image

24 Aug 2023

Emulation of P4 into Python - Saad
To solve language limitations in the reference model; also has 'static analysis' (big string input)
Stateful features not in P4 or bmv2; translated to Python to see if it is useful?
Look at DPDK and bmv2 - perf constraints are not there; it is functionally working
Chris: integrate w/SAI PTF & SAI Challenger :) - offered to work together
Chris: more annotations from Marian?
Marian: orthogonal to Saad's questions. Source for SAI API generation is the .json file generated by the compiler. Today you can find both examples in the generated file. Native field or field from annotations to understand the 'type' information and flags (SAI flags and annotations, for example).

DPDK BE test/experiment
Usha is working on this
  • 7 participants
  • 42 minutes
intel
updates
processing
behavioral
issue
dpdk
okay
comments
p4
week
youtube image

27 Jul 2023

  • 6 participants
  • 22 minutes
processing
queue
packet
hi
routing
eni
request
api
trouble
hosted
youtube image

13 Jul 2023

2 Intel Engineers (fruffy - Fabian) contributing to TestGen in Issue399
Length of time to generate packets (consider this), run the test to see how long it will take
PINS team is using TestGen at different cloud company
Ping MarianP offline for updates

Andy likely waiting for DPDK developers, compiler issues are open, then Andy can resume BE experiment
  • 4 participants
  • 11 minutes
p4
intel
observations
testing
experimental
behavioral
hardware
performance
heuristic
updates
youtube image

29 Jun 2023

DASH Behavioral Model Workgroup call
  • 7 participants
  • 27 minutes
interface
routing
platform
ported
ethernet
p4
hub
experimental
libside
bnb2
youtube image

18 May 2023

PR365 - Adding support for metering (Outbound)
https://github.com/sonic-net/DASH/pull/365
Mentioned in DASH HLD 2.4.2

There was a need to introduce new annotations. Also, the ACL code in P4 has a compile flag - be careful here for bmv2 to SAI generation.
  • 11 participants
  • 43 minutes
metering
pr
discussed
washington
present
ahead
model
bmv
mountain
helens
youtube image

4 May 2023

Continued ACL tag conversation
Do we have a list of tags, or 1 tag? Clarify...
  • 9 participants
  • 18 minutes
behavioral
issue
comments
having
pr246
model
current
register
public
syncing
youtube image

20 Apr 2023

PR327 - Add Private Link Mapping
Service Tunnel is for VMs to access public resources via Internet; the overlay will have a public IP as the address
The service is exposed as public IP, but there might be different scenarios where we have the same service hidden behind NAT, which is where we need Private Link.
The transposition happens on a different table.
We re-use ST encoding
  • 4 participants
  • 15 minutes
private
connectivity
access
public
services
configuration
domain
vxlan
virtual
ips
youtube image

6 Apr 2023

PR358 - Support SAi attr generation from annotattions

Marian provided overview as to why we are doing this:
Need to add more metadata to SAI headers to explain relations between objects.
New method for generating attributes for keys and action parameters.
If you place this directly into P4 code in the form of annotations,

Merge PR246 - Marian to sync to main, then notify Kristina

PR308 - does not compile for DPDK backend (expression is not implemented)
Andy added IF/DEF, does not handle multiplication
Marian will fix for NVGRE
Andy will find link for specific lines of code
Here is the link to some sample code with #ifdef to handle this kind of code: DASH/dash_vxlan.p4 at main · sonic-net/DASH (github.com)
  • 8 participants
  • 29 minutes
specification
prs
monitoring
p4
model
annotations
issue
attributes
bmv2
crm
youtube image

23 Mar 2023

  • 6 participants
  • 36 minutes
service
protocol
connection
behavior
router
tunnel
traffic
v4
backend
dash
youtube image

16 Mar 2023

Andy: Compile DASH P4 code checked into DPDK software switch
Facing a compiler bug right now - checking it out
Once complete it will be nice to have instructions published for everyone

PR's Requesting updates:
https://github.com/sonic-net/DASH/pull/336 (Prince) - 2 different changes
https://github.com/sonic-net/DASH/pull/246 - (Marian) not risky to accept this PR, however would like to have test cases - we could merge (Volodymyr). Chris to take out of Draft, Kristina to Merge, however PR has Status Issue.

DASH Community call content request: Inbound Pipeline for ST/PL - Prince Providing Overview
Q: Reshma - please cover the Inbound piece of ST/PL (not related to bmv2 implementation)
PR341 how Inbound flow works
Section 2.3 - Service Tunnel (ST) and Private Link (PL) packet processing pipelines

For now we have only Source-Based ST/PL scenario

Added Reshma as a Reviewer to take a look
  • 8 participants
  • 26 minutes
chat
loading
send
okay
feedbacks
workflow
updates
recording
ahead
chris
youtube image

9 Mar 2023

Go overbmv2 for ST/PL - push to 3/16/2023
https://github.com/sonic-net/DASH/pull/308
Documentation reviewed and work in progress on behavioral model, which needs changes based on the documentation
s/be complete next week for ST
Kristina to create 30 min call for next week

WIP snapshot of something that compiles with the P4 DPDK compiler Thank you Andy!
https://github.com/sonic-net/DASH/pull/324

Andy: Intel project IPDK - possible minimum viable set of features here? (DPDK software switch, P4 to - DPDK compiler, P4 Runtime API support (allow Chris to re-use code)
Chris: P4 DPDK gives us P4 Runtime (working hypothesis)
Reshma: we could have a real-time software switch. Perhaps Shitanshu can help out w/Andy

PR's Requesting updates:
https://github.com/sonic-net/DASH/pull/336 (Prince)
https://github.com/sonic-net/DASH/pull/246 - (Marian) not risky to accept this PR, however would like to have test cases.
  • 7 participants
  • 15 minutes
p4dpdk
dpdk
discussion
protocol
dan
talked
behavioral
investigated
intel
ahead
youtube image

23 Feb 2023

No description provided.
  • 5 participants
  • 16 minutes
controversial
comments
discussion
consider
issue
did
okay
merged
updated
ports
youtube image

16 Feb 2023

More guidance needed for inbound processing.
- Review Logic on a returning packet that had a src IP change

Capture task to not only update the code (PR) but also creating issue that will follow to update HLD

PR#332 Will be merged, all comments resolved. Soon to be Merged
Add #ifdef's so P4 code can target BMv2 or DPDK back ends by jfingerh · Pull Request #332 · sonic-net/DASH (github.com)
- Not only checking pna architecture as well as dpdk

Do we use the same sha tag for both docker images (dpdk & p4c)?

Consider freezing sha for p4c and floating for dpdk & pna
- Upgrade as needed once confirm things are working as expected
  • 6 participants
  • 19 minutes
processing
dpu
prs
maintenance
behavior
v1
allowing
documentation
comments
alrighty
youtube image

9 Feb 2023

Go overbmv2 for ST/PL - push by 1 more week to 2/16/2023
https://github.com/sonic-net/DASH/pull/308

Discuss: Add/Transition from bmv2 to P4 DPDK target (P4 runtime on DPDK)

Merge https://github.com/sonic-net/DASH/pull/332/files ?
Can merge once out of Draft Status
  • 7 participants
  • 28 minutes
p40pdk
p4dpdk
p40
ahead
dash
v4
connection
commented
backend
project
youtube image

2 Feb 2023

WIP snapshot of something that compiles with the P4 DPDK compiler
https://github.com/sonic-net/DASH/pull/324
Thank you Andy!

Add Private Link mapping by marian-pritsak · https://github.com/sonic-net/DASH/pull/327

Discuss: Add/Transition from bmv2 to P4 DPDK target

AI: Andy will try to run maybe next week or so to see if it executes (check for gaps)
Should not be a mess of IF/DEFs
Chris created a docker file w/DPDK backend for Andy, can compile this version of code w/every version of CI

Marian: execute on real DPDK BE software

Add-on-miss available in PNA, implemented in DPDK, there is an active development community there. We want to make sure there is no degradation if we switch to different BE (do not break out party hats yet folks)

https://github.com/sonic-net/DASH/pull/331
Correct syntax errors in PNA_CONNTRACK version of code - Andy
These had IF/DEF PNA conntrack around them

Q: range port list and list port list (in bmv2) public?
A: Marian: simplified version s/be on par
unroll the range by looping through it

Saad: open contrail issue in P4; need proven xn tracking implementation
paste code into new work item
Kristina opened: https://github.com/orgs/Azure/projects/129/views/6?pane=issue&itemId=19631774
  • 8 participants
  • 27 minutes
v2
version
proposal
capabilities
behavior
preview
connection
talkback
p4
dptk
youtube image

26 Jan 2023

Push ST/PL bmv2 PR308 to next week Feb 2 2023
https://github.com/sonic-net/DASH/pull/308

Q: Andy: match, key gen ID, will this be in P4, per ENI (Y), CP will decide updates (batch or real-time),
will the key gen entries be replaced?

From former HA notes:
It is the implementation - depends upon your hardware and what is optimal for the technology provider. Packet triggered here…
Config level of the VNIC/ENI, change config/policies on the ENI, config version changes from 0 to 'not zero', cache the version for the ENI that is maintained IN the connection, look at version maintained in the connection for the ENI (from when the last packet triggered the fixup), and tells datapath whether an update to the State in the connection is needed, packet will go through policy lookup and update. (For every connection we will have a cached version). Will not transit the EST flow for forwarding…or do we use the flow entry that is there? We don't have to update the flow (per se). Gen ID should make it's way into the P4 code. Andy: Aggressively delete old or let them be aged out? Not sure if this is defined in P4 model.

Hanif: In P4 community, has bmv2 caught up?
Andy: Open Source PLang projects review: majority of code is delivered via paid developers
BMV has been in maintenance mode
Would a switch from bmv2 to dpdk go smoothly today? Likely not… w/reference model & control plane changes (src & dest address list-match-type, etc…) - no simple datapath implementation at high speed. No path into DPDK.

On the other hand, people are working on P4 DPDK (useful, performant, c/be turned commercial). BMV2 is local…
No idea if we have gaps/feature support.
Andy: does it even compile? Gaps? Run through P4C DPDK Compiler.
Chris: workflow? 1) execution engine P4 DPDK 2) Compiler 3) P4 code in behavioral model
P4 code to SAI header file (autogeneration) not platform dependent
libsai IS platform dependent

Volodymyr: https://github.com/p4lang/p4-dpdk-target and https://github.com/p4lang/p4-dpdk-target/tree/main/examples/pna

Reshma: TDI integrating into sync_d of SONiC as a direct call (not an RPC call)
Want to implement DASH onto DPDK
Connection tracking will be DASH connection tracking
range port list and list port list (in bmv2) upstreamed into P4.org? Andy to check? Power of 2 ranges accepted only?

DPDK can be a replacement for bmv2 - may need to make choices in terms of implementation
  • 6 participants
  • 39 minutes
generation
aging
updates
eni
gradually
64
flow
implementation
bypass
batch
youtube image

19 Jan 2023

Kristina to perform squash & merge for PR321

Cover PR308 next week
https://github.com/sonic-net/DASH/pull/308

Stateful processing in bmv2?
No, working on ST as priority - updated Issue 6

P4C compiler - needs a refresh
https://github.com/sonic-net/DASH/pull/249
Get and build onto ACR Registry. The building thereof requires a lot of finesse to put PR together, must work w/Marian

Go overbmv2 for ST/PL next week
  • 7 participants
  • 23 minutes
pr
comments
discussed
behavior
takes
overhaul
processing
provide
registry
chris
youtube image

5 Jan 2023

DASH API in SAI Master - Reshma approved this morning
Add DASH API by marian-pritsak · Pull Request #1590 · https://github.com/opencomputeproject/SAI/pull/1590

DASH/pull/310 Add ADDR_FAMILY attr generation (for any table that has IP address, IP prefix, or IP prefix list as a key)
https://github.com/Azure/DASH/pull/310
API used/needed for SONiC CRM (Critical Resource Monitoring)
SAI API to query resources left in the ASIC for sai_object_type
github.com/opencomputeprojct/SAI/blob/master/inc/sai.h

API allows you to look more closely into resources that are left
Can raise alarms in the db

Underlay Routing - in DASH we have complex LPM routing and the 2 default routes w/2 ToRs.
Do we need to implement another LPM table?
No: this is possible to implement w/o an extra LPM. Implementation can perform the hashing on the 5-tuple & algorithm? Can we assume ECMP-in and return packet on the same port w/o a hash? (We have a default hash assigned by the SAI definitions - check opencompute project). What we DON'T want is for an implementation to PREFER a port. We can either 5-tuple hash or send out the same port (add to HLD).

Is there a way to have 2 default routes & decide routing w/o ECMP?

We can clarify in HLD the default route we learn via BGP from the peer.
Expectation is not a lookup and route (take care of both cases w/o a lookup in the DPU)
1. default route
2. ECMP

What if there are multiple hops out of a port? (Not what Azure does, however it is a good question).
Using this tech in another enterprise w/o a CLOS (equal cost) network, they may have to design this differently via the DPU implementation.

Next week come to the call with ST/PL questions if you all have any :)
  • 12 participants
  • 54 minutes
discussed
comments
monitoring
concern
behavioral
present
report
emerging
v2
services
youtube image

15 Dec 2022

We have tests marked 'don't run' in BMV2

Big challenge - not all of us are P4 savvy, if we had chosen C there may have been a bigger universe to work on it
Simulator, Compiler, etc...

Open Source DPDK backend for the compiler (Andy)
Here we have not done scripts that take SAI APIs down to 'something' in the P4 lang

P4 DPDK support is happening, in a few months we might be able to use it better from a DASH standpoint w/features in P4 DPDK

Need BMV2 owner; knowledge and expertise is not widespread.

Gerald to check w/Engineering (via Deepak and MSR) for resources.
  • 7 participants
  • 20 minutes
behavioral
bmv2
enhancements
implemented
issue
aware
testing
backend
finish
endeavor
youtube image

8 Dec 2022

Vincent:
SAI Build = x86 specificity (SAI Thrift Server?) - if there is a problem we can flag this?
Running SAI Thrift on ARM server?
maybe check opencompute/SAI

For reference from SONiC: https://github.com/sonic-net/SONiC/blob/master/doc/platform_api/new_platform_api.md This is the HLD for platform 2.0 APIs
  • 9 participants
  • 30 minutes
redmond
dashboard
server
setup
microsoft
interface
devops
hi
improvements
send
youtube image

1 Dec 2022

BMV2 implementation ignores and sends packet out on same interface. Test will still work with default route that is pointing to both interfaces. Gap is underlay MAC address that was pushed needs to be updated. If we can plumb in MAC address using existing SAI API.
We need P4 table updated just enough
Marian – agree MAC address portion is open

Created Issue 292 and assigned to James Lo (Accton)
Basic underlay routing bmv2 to handle MAC address updates/resolution #292

IPv6 & IPv4 scale again
  • 7 participants
  • 32 minutes
annotations
updates
behavioral
analyzing
implementation
adding
notes
issue
chat
backlog
youtube image

10 Nov 2022

Underlay routing for overlay tests to run on bmv2 or hardware
Volodymyr writing functional tests for overlay, but have expectations on underlay routing, cannot run on bmv2 as written.
Underlay MAC and possibly DMAC programming, perhaps another table. Minimalist SAI API to support it.
  • 9 participants
  • 42 minutes
routers
router
routing
ethernet
ports
gateways
interfaces
configuration
network
configure
youtube image

10 Nov 2022

Continued the discussion of how much underlay support is required in the bmv2 implementation to ensure consistent test-cases for hardware or bmv2

Default routing out same port. We only need to add underlay MAC support

Filed issue #50 against sonic-dash-hld
  • 9 participants
  • 42 minutes
routers
router
routing
ethernet
ports
gateways
interfaces
configuration
route
network
youtube image

3 Nov 2022

PR249 to introduce a new container - mainly about dockers, it builds P4c used to build/compile the bmv2
New image, rules to build, docker file itself; things left to be done are CI updates and docker repo (away from Chris')

PR1630 in opencomputeproject/SAI list of prefixes instead of /32's or /128 IPv6 addresses

SAI annotations is something we would like to have - backlog - use P4 annotations instead of heuristic in the code generator

PINS project: there is no public code w/PINS implementation w/SONiC VS or bmv2 at this moment
  • 6 participants
  • 29 minutes
p4c
ports
updates
configuration
dockers
behavioral
prs
249
annotations
acai
youtube image

27 Oct 2022

Chris Sommers provided overview of structured annotations, P4 runtime spec
Virtualized ReDis SyncD addition to BMV2 GitHub project
Closed PRs 268, 264, 263, 232
  • 9 participants
  • 43 minutes
p4
discussed
comments
annotations
concern
showing
ocp
fixing
processed
chris
youtube image

6 Oct 2022

Behavioral Model Workflow README.md
https://github.com/Azure/DASH/blob/main/dash-pipeline/README-dash-workflows.md

NVidia is working on SAI API SONiC changes in priority over bmv2, then will go back to P4c changes

https://github.com/Azure/DASH/pull/240 - Make SAI attrs mandatory for drop-on-miss tables
Big 'P4 Annotations' discussion - Chris to experiment

https://github.com/Azure/DASH/pull/246 SAI bulk add/remove implementation - the idea is to support the definition; we have entries and objects w/bulk create and bulk remove
  • 8 participants
  • 52 minutes
discussion
workflow
proposing
implementation
showing
plan
finalize
proceed
present
bmv
youtube image

22 Sep 2022

Reshma hosting :)
  • 11 participants
  • 1:03 hours
enhancements
protocol
interfaces
processing
v9
bmv2
sync
backlog
roadmap
bni
youtube image

1 Sep 2022

PR207 Marian will approve right now

PR201 includes more than just renaming APIs to be compatible w/SONiC software; Fixes make file, Autogeneration of utils, etc…
Chris to play w/autogen today

PR202 Marian to try this today now that he has his environment back

Chris Sommers to continue working with ACR and Runners for images
  • 5 participants
  • 23 minutes
pr201
approve
validation
status
193
issue
permit
finally
maintainers
merge
youtube image

18 Aug 2022

Working toward a stable SONiC API - we are 2 PRs away
XN tracking is also pending this work
  • 6 participants
  • 11 minutes
requests
review
updates
comments
ahead
handled
project
status
suggested
pull
youtube image

11 Aug 2022

8/11/2022 -
Mukesh: PR187 - Default drop support for P4 table miss w/o generating SAI drop action
Correcting lingering issues to restore positive tests
Drops at end of pipeline (for counters)
Hanif: are we saying this is a stop-gap until we have add-on-table-miss for Connection Tracking table?
Mukesh: add-on-miss is different than table-miss-drop general table

Mukesh: PR193 - Outbound pipeline packet test
First time where we are testing the pipeline where it will be quasi-functional
Added Reshma as reviewer

Marian: PR194 - Fixed Inbound VNET Routing
Idea of routing table is to point to a VNET
Need to look at source VNET (VNI values may overlap), need to look at VNI and prefix of source public address
Code generator is failing, need to fix
  • 9 participants
  • 1:00 hours
psi
workflow
issue
configured
processing
communicated
prs
tweaking
p4
visibility
youtube image

4 Aug 2022

Underlay PR176 Marian - fixes
Mukesh: PR167 Fix SAI object create error in libsai adapter
Vijay Srinivasan: PR163 add vnet table to the pipeline; bring into line w/gNMI wrt VNET_ID and VNET_Table
  • 8 participants
  • 47 minutes
interface
ip
ethernet
pipeline
packets
connections
underlay
patched
tcp
abstraction
youtube image

28 Jul 2022

PR163 add vnet table to the pipeline; bring into line w/gNMI wrt VNET_ID and VNET_Table
Other PR149 to be approved, published and merged
PR has SAI header changes, separate PR that has not been changed yet, and a VNET_Out test case PR (more objects)

PR 141 needs 1 more look before Marian approves and merges
PR 152 - Marian has a similar PR (stages w/ENI as a key in the ACL)
The problem is changes to the configuration. ACL is a security table needs to be bound and unbound atomically.
Can we split this into BM and SAI API then Test? - Marian will review both today and merge.
PR160 https://github.com/Azure/DASH/pull/160
- IPv4 option parsing
Current code does not take into account IPv4 optional headers

What is priority based routing? Priority based routing lookup - (Marian) can we delay this question until next week?

CA-PA validation has to happen against specific CA address, does it need to come from a specific PA? We need to check whether the PA exists in entire mapping table.

Prince to sync w/Michal what to program and add to HLD




We need to document DSCP bit - Michal
  • 9 participants
  • 1:08 hours
vni
issue
processing
interface
manage
behavior
report
discussion
ide
seeing
youtube image

21 Jul 2022

PR Review: 141, 149, 152
P4 bugs/issues needing volunteers
  • 6 participants
  • 1:02 hours
process
proposal
updated
configuration
issue
approval
behavior
review
submitting
merge
youtube image

14 Jul 2022

Discussed PR141 - will keep a separate action
P4 fixes needed
#146 to saad-mhzr
  • 9 participants
  • 1:02 hours
dash
discussion
p4
manage
currently
connection
advanced
testing
issue
processing
youtube image

30 Jun 2022

TCP state machine discussion and requirements
WB/BB testing discussion
Alignment to P4
Next steps to define APIs
  • 10 participants
  • 37 minutes
behavioral
testing
interface
discussion
processed
meet
maintaining
observation
debugging
blackbox
youtube image

23 Jun 2022

June 23, 2022
Created new work items
Discussed need for testing
  • 6 participants
  • 29 minutes
configuration
renaming
dash
updated
process
concerns
sync
project
comments
merge
youtube image

16 Jun 2022

June 16, 2022
Upcoming Keysight CI/CD pipeline automation tests
Keysight/NVidia updates next week
  • 10 participants
  • 26 minutes
testers
ports
simulators
traffic
configuration
process
server
project
pipeline
ptf
youtube image

9 Jun 2022

June 9, 2022
Discussed 'Hello World' basic test
  • 4 participants
  • 8 minutes
testers
ping
policy
pass
port
ought
react
send
infrastructure
issue
youtube image

2 Jun 2022

June 2, 2022
  • 6 participants
  • 33 minutes
behavioral
azure
connections
observed
v2
behavior
discussions
acknowledgement
establish
dash
youtube image

26 May 2022

May 26, 2022
Discussed ONF presentation
Review of project work items

Chris/Reshma
https://www.youtube.com/watch?v=mT7-t_aDozM - P4 as a Single Source of Truth for SONiC DASH; use cases on both SoftSwitch and HW

Venkat Puella
https://youtu.be/ymU2d9Oe_dI -
Venkat's presentation at P4 conference. This will become useful to DASH later as it uses P4 modularity and composability.
  • 7 participants
  • 30 minutes
ipv4
flow
vms
interface
udp
v4
configuration
apis
access
metadata
youtube image

12 May 2022

May 12, 2022
Discussed updates to work items, new CI/CD resource, IPv6 PR approval, test infrastructure, and new content in pipeline ReadMe.md file
  • 4 participants
  • 12 minutes
approval
updates
review
ve
proposal
proceed
marion
hopefully
okay
merge
youtube image

5 May 2022

May 5, 2022 Behavioral Model WG Call
Demo by Marian
  • 9 participants
  • 21 minutes
v4
routing
valid
ipv6
vm
bits
implementation
ports
lpm
v6
youtube image

29 Mar 2022

No description provided.
  • 8 participants
  • 17 minutes
p4dpdk
sonic
connection
p40
demo
finalized
tracking
ahead
project
pipeline
youtube image

17 Mar 2022

No description provided.
  • 8 participants
  • 46 minutes
vms
behavioral
pipeline
dashboard
protocols
program
vnet
connections
sending
processing
youtube image

14 Mar 2022

No description provided.
  • 6 participants
  • 22 minutes
close
timers
tcp
pin
shut
finac
timeout
closes
endpoints
terminate
youtube image

1 Mar 2022

March 1, 2022 Behavioral Model sync call
  • 9 participants
  • 42 minutes
connection
traffic
routed
packets
protocol
balancers
outbound
node
possible
appliances
youtube image

10 Feb 2022

Initial behavioral model sync call
  • 11 participants
  • 3:44 hours
retransmission
throughput
close
protocol
cancellation
slower
act
connections
priority
process
youtube image