-
Could you please tell me which version of SDE does the AES Tofino code run in? Is SDE 8.9.0 OK?
-
In the P416 Language Specification,only int types can be modulo between positive values.But I want to take the modulus of int\ or bit\ types,how do I do that?
-
In the, "Identical P4 code for all pipes " section the specs say, identical code is executed on all the pipes? Now if the P4 code contains access to register-based stateful memory, does Tofino mainta…
-
When running `make volume` and then going through the steps on a host machine, the process is quite long as many libraries are cloned, processed, built, etc
For a host machine that takes ~20-30 min…
-
https://www.usenix.org/conference/nsdi21/presentation/lao
https://in-atp.github.io/
-
Hi,
I followed the README to build the SDE 9.5.0 on our switch (BF6064X_T) by using ALL-IN-ONE package (AOT v1.5.3), there were no errors while building SDE as well as bsp.
When I tried to start…
-
Hi,
If I write the code in ingress's apply, how will it be implemented? Is it deployed as something like action? I wrote some code in ingress's apply and reported the following error (I did not expli…
-
Want Geneve support for the overlay network. See [RFD 63 §7](https://rfd.shared.oxide.computer/rfd/0063#sect-virt).
-
I have used `clone3(CloneType.E2E,(bit)32w250,{standard_metadata});` in Egress Pipeline. But I found the bmv2 didin't clone the header and data that I insert in the packet, I don't really know is that…
-
Execute the fourth step "Load the p4 program, and run the control plane API code using", there is a compilation problem。
The use environment is sde-9.5.0, linux:ubuntu-18.04
The log is as follows:
…