-
We have found that during the cmake stage itself all the header files of tdi and its third-party are copied to ${CMAKE_INSTALL_PREFIX}/include/
Few instances here:
https://github.com/p4lang/tdi/blob…
-
https://github.com/p4lang/p4-spec/issues/995
https://github.com/p4lang/p4-spec/pull/1007
-
Hello,
I'm following the commands from this script (https://github.com/IITH-Compilers/P4LLVM)) on a VM with Ubuntu 16.04.7desktop. Can I ask for the assistance to solve this issue?
when I cmake …
-
hello, to use ddosm-p4 on ubuntu 16.04, i have followed the instructions given in https://github.com/asilha/ddosm-p4/issues/7 ,but i got this error while run `docker run -it --rm -v ":/workdir" --wor…
-
See the example program attached to this comment: https://github.com/p4lang/p4-spec/issues/1262#issuecomment-1775914075
-
In P4, there are cases some valiables are defined without value to be used just for decisions (e.g. `#ifndef`).
For example: https://github.com/p4lang/p4c/blob/master/p4include/core.p4#L19
```
…
-
The stuff in https://github.com/p4lang/behavioral-model/tree/main/tools/macos has not been updated (or I assume, tested) in years. We should either:
1) Add a disclaimer notice to that folder indica…
-
See below error when trying to run pwru with a [p4-ebpf](https://github.com/p4lang/p4c/tree/main/backends/ebpf/psa) program.
```
root@nikss-vm-5:~# pwru --filter-trace-tc 'dst host 10.0.1.21' --ou…
-
This follows on #1297. It is also connected to p4lang/p4c#4837. Currently strings can only be literals and the `string` type can only be used to declare extern arguments. With #1297, the concatenation…
-
generic-table-dev branch will be a long-livid working branch with significant specification additions. To facilitate community participation and review, we should publish this version to GitHub pages …