p4lang / p4c-bm

Generates the JSON configuration for the behavioral-model (bmv2), as well as the C/C++ PD code
Apache License 2.0
24 stars 29 forks source link

Support new format for notification messages #91

Closed antoninbas closed 7 years ago

antoninbas commented 7 years ago

bmv2 now support 64-bit device ids. As a result the format of these messages has changed to accomodate the larger ids. This means that the PD code that parses these messages had to be updated. This doesn't affect the PD interface at all.

antoninbas commented 7 years ago

See https://github.com/p4lang/behavioral-model/pull/432

codecov-io commented 7 years ago

Codecov Report

Merging #91 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #91   +/-   ##
=======================================
  Coverage   97.14%   97.14%           
=======================================
  Files          10       10           
  Lines        1681     1681           
=======================================
  Hits         1633     1633           
  Misses         48       48

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 5e9aa04...2c8494e. Read the comment docs.