Fabian Ruffy
Fabian Ruffy
What would you like to achieve? Except test 4 all of these errors are correct. When you define an action list you can only list the actions but can not...
For example, you should be able to add something like: ``` table tb { key = { } actions = { act; } default_action = act(h.mpls[add(0,0)].ttl); } ``` and the...
> @fruffy -- I am not sure this will work. Please, see #2501 Right... this specific example requires a compile-time-known value. ```p4 action act(inout bit arg) { } table tb...
Yes, your code will always turn into `h.mpls[0].ttl = arg;` at the end.
A different include system would be nice, but considering there is no champion for https://github.com/p4lang/p4-spec/issues/718 this might be very far out. > This is how Petr4 works. How complex is...
Thank you for your contribution! This seems really interesting and useful. The first step here is to fix the compilation errors in CI.
Yes, it could work. The problem is that the often generate test files in incremental fashion (by appending to the file). We would need to change that and emit the...
Should we create a spec issues here?
@antoninbas This is an old issue but is becoming interesting for using P4 as a modelling language. Regarding >change the control flow representation in bmv2 How much work is this?...
Thanks, this is good to know.