p4lang / PI

An implementation framework for a P4Runtime server
Apache License 2.0
167 stars 107 forks source link

Support P4_16 parser value sets in P4 Runtime #303

Closed antoninbas closed 6 years ago

antoninbas commented 6 years ago

See https://github.com/p4lang/p4-spec/issues/565 and https://github.com/p4lang/p4c/pull/1024. Hopefully consensus is reached soon.

If PVS is realized with a value_set P4_16 language built-in, P4 Runtime will be able to support them in an architecture-agnostic way.

antoninbas commented 6 years ago

310 added support for ValueSet in p4info & p4runtime

TODO:

antoninbas commented 6 years ago

p4c support for generating ValueSet information in P4Info added with https://github.com/p4lang/p4c/pull/1191

antoninbas commented 6 years ago

opened new issue for reference implementation (#325) outside of the p4runtime-v1.0 milestone