-
Dear all
When trying to reproduce the operation of QCMP, following the procedure indicated in the Getting Started section of the readme, I am getting the following stack trace when calling the get…
-
Recent work in the [SONiC-DASH](https://github.com/sonic-net/DASH) project indicated the desirability to allow optional action parameters in P4Runtime messages, i.e. a partial number of parameters cou…
-
On a recent (today) clean clone from "main", make run-all-tests fails with the following error - Not sure what I am doing wrong:
```
$ make run-all-tests
# Ensure P4Runtime server is listening
t…
-
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…
-
Hi,
I found PI doesn't support to read & write Register.
Are there something blocking this work, and Is any team doing this work?
Thanks
-
Currently, bng.p4 is based on v1model, a P4_16 architecture originally introduced to model the capabilities of the older version of the P4 language (P4_14). While v1model is widely adopted by differen…
-
Currently the P4Runtime spec does not specify a defined API to retrieve Packet I/O counters. I wanted to run by the idea of using indexed counters to achieve the same. Essentially define one counter f…
-
This is currently not supported by P4Runtime (to the best of my knowledge), which could be quite inconvenient. I don't see a nice way to support this without changing the corresponding Protobuf messag…
-
I was inspired by a recent issue asking about compiler internal passes renaming action parameters (or not) to find out what the P4Info file generated contains when `@name` annotations are used on (dir…
-
The spec (v1.2.4) [says](https://p4.org/p4-spec/docs/P4-16-v1.2.4.html#sec-control-plane-api-annotations):
> The `@hidden` annotation hides a controllable entity, e.g. a table, key, action, or exte…