Open zoxerus opened 1 year ago
This way (using "normal_meta" to bridge metadata from ingress deparser to egress parser) is not yet supported by the PSA-eBPF compiler.
As a workaround, I'd suggest using an additional packet header carrying metadata in front of a packet, as shown in https://github.com/p4lang/p4c/blob/main/backends/ebpf/tests/p4testdata/bridged-metadata.p4.
trying to bridge the user metadata doesn't seem to work for the NIKSS switch, I get the following errors when trying to compile the generated C file:
I am modifying the basic forwarding example included in the NIKSS repository. my entire code is included below