-
[Scala](https://www.scala-lang.org/) and the [Rust Foundation](https://www.rust-lang.org/) have a Playground where you can try out the language using an interpreter. It would be nice if we had somethi…
-
Also check whether 'return' is allowed by compiler inside of an action, and consider what the semantics of that should be.
Possibly correct implementation in p4pktgen for exit inside an action: do …
-
See here for some logs: https://github.com/p4lang/p4-spec/actions/runs/11830509745
-
I see in https://github.com/p4lang/p4runtime-shell/blob/main/usage/packet_io.md that one can use Pythonic syntax to fill in the controller packet metadata fields:
```
P4Runtime sh >>> p = packet_out…
-
The latest open source `p4test` as of 2023-Jul-21 source p4lang/p4c source code allows this definition of an extern without any errors or warnings, as I would expect:
```
extern Foo {
Foo();
}…
-
While trying to generate api for a meter test, i see the following error,
```
./p4test ../testdata/p4_16_samples/psa-meter1.p4 --p4runtime-files psa-meter1.proto
../testdata/p4_16_samples/psa-met…
-
Hello,As a newcomer to the P4 language,I have some question...
I found that ebpf backends does not have tc's ingress and egress framework model to offer,only xdp_model.
I try to use the PSA framewo…
-
cstrings are commonly used as "the string type" in p4c. However, they should be used with more care. The reason is that they are internalized, so each new string is stored forever in some global map.
…
-
Hello, I was curious. Are there still any plans to continue development on this project? P4 does need a language server so this could have high impact if successful.
-
I want a topology that is connecting hosts with two different switches l1 and l2 which are also connected to each other. They have different configurations, match+action tables and flow entries. I can…