-
It would be nice if we could build the behavioral model using CMake instead of relying on autotools. This would make it easier to integrate it with the rest of the P4Lang ecosystem.
-
Gauntlet is reporting a failure in `ExpandLookahead` pass for a program [pna-example-dpdk-varbit.p4.txt](https://github.com/p4lang/p4c/files/7905845/pna-example-dpdk-varbit.p4.txt) which is a modifica…
mvido updated
2 years ago
-
This optional parameter has been added in p4c:
https://github.com/p4lang/p4c/blob/94994988db3c6f2d0c39a95135592524c5c5293b/p4include/pna.p4#L375-L378
https://github.com/p4lang/p4c/blob/94994988d…
-
I can see that there many new addition to pna.p4 in https://github.com/p4lang/pna.
Is there any guideline how often do we update this?
-
To install P4c compiler on ubuntu16.04, i have followed the instructions given in https://github.com/asilha/p4lang-p4c/tree/euclid., but i got this error while running "make -j2" command. please help …
-
Prompted by the discussion in https://github.com/p4lang/p4c/pull/4657.
Currently, this program is illegal according to the P4 specification:
```p4
action a(){}
action b(){}
action NoAction()…
-
Hi :)
I've set up my env with ```vagrant up dev``` inside the ubuntu-24.04 folder.
At first, I went to the load_balance exercise, called ```make``` and was able to run that part of the tutorial…
-
It seems that a lot of open-source projects and organizations are now opting to ban non-inclusive terms: master/slave, whitelist/blacklist, etc.
The Linux kernel coding style was updated a couple m…
-
I am trying to compile a simple P4 program containing ingress to egress packet cloning (mirroring) logic with the p4c-ebpf backend targeting the PSA architecture, but the compilation fails, because in…
-
Here is an example test program that exhibits this issue:
```
$ git clone https://github.com/jafingerhut/p4-guide
$ cd p4-guide/loop-test-progs
$ p4test err-const-is-not-compile-time-known-value…