-
why dest mac can be 00000000 ?
i looked at https://github.com/sonic-net/DASH/blob/main/documentation/general/dash-sai-pipeline-packet-flow.md#59-matching-stages-and-metadata-publishing and i'm not …
-
Hello,
I am running a PTF Python program using simple_switch_grpc and the P4Runtime API. The program is relatively simple, but I am seeing the following error.
```
base_test.P4RuntimeWriteExcept…
-
I want to add PNA support into the bmv2 backend.
-
Hello everyone. I'm trying to use p4runtime-shell in order to connect and push p4 config files to a Virtual Switch that's running SONiC. The image was built using the following repo: https://github.co…
-
- `mc_node_create` v1model-special-ops-bmv2.stf, ipv6-switch-ml-bmv2.stf
- `mc_mgrp_create` v1model-special-ops-bmv2.stf, ipv6-switch-ml-bmv2.stf
- `mc_node_associate` ipv6-switch-ml-bmv2.stf
- …
-
I want to write a P4 program to set the idle_timeout for a table entry (e.g. 10 seconds).
The BMv2 v1model implementation supports the table property `support_timeout`. How to set a specific idle_t…
-
Here is the convo re: the issue - the jist of what is needed is in the Title.
Chris: do you want to be able to send traffic from port1-port2 for underlay etc.
Volodymyr – Having if else in code for…
-
VNET-to-VNET doc (Overview section) says that underlay v6 should be supported. While BMv2 pipeline doesn't expect to receive v6 packets (for instance VIP table). So, there is an issue in doc about und…
-
During a [CI pipeline run](https://github.com/Azure/DASH/runs/7549371525?check_suite_focus=true#step:12:21) the following console output was observed:
```
docker exec -w /tests/vnet_out simple_swi…
-
I have run a test like this manually after building p4c:
```
cd p4c/build
./testgen/testgen-p4c-bmv2-stf/fabric.p4.test -v
```
From the output it appears to behave as follows:
+ run p4test…