p4lang / p4c

P4_16 reference compiler
https://p4.org/
Apache License 2.0
665 stars 442 forks source link

Add support for p4runtime code generation to the EBPF backend #935

Closed familysingh closed 6 years ago

familysingh commented 6 years ago

Currently, only the p4c-bm2-ss backend supports p4runtime code generation. It would be very helpful to add the same support to at least the EBPF backend - thanks.

antoninbas commented 6 years ago

I've added support in the p4test backend today (https://github.com/p4lang/p4c/pull/962) However I'm not sure I see the point of adding support in the eBPF backend if no P4Runtime implementation exists for this target.

familysingh commented 6 years ago

Adding to p4test sounds good - thanks! You can close this issue.