opencord / fabric-tofino

ONOS app that provides Tofino-specific versions of the fabric.p4 pipeconf to use Stratum+Tofino-enabled switches with Trellis
Apache License 2.0
22 stars 8 forks source link

Not Work #2

Open leo-wjk opened 3 years ago

leo-wjk commented 3 years ago

when I use barefoot-tofino and sde 9.2.0 to complie this program I found this problem like this: warning: Ignoring egress extract of @not_extracted_in_egress header: hdr.packet_out warning: Ignoring egress extract of @not_extracted_in_egress header: hdr.packet_out error: Inferred incompatible container alignments for field egress::ig_intr_md.ingress_port: alignment = 7 != alignment = 0 (little endian) Number of errors exceeded set maximum of 1

hrezae2 commented 2 years ago

Hi Leo,

Did you manage to solve this issue?

ccascone commented 2 years ago

As mentioned in the README, this project has been tested only with SDE 9.0.0, which is a fairly old version. Please take a look at fabric-tna, which is a re-write of fabric-tofino for the TNA architecture with support for recent SDEs.

hrezae2 commented 2 years ago

Thank you so much!