-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This update is required to update the packages used by the CI tests for p4c. p4lang/p4c#4080 Signed-off-by: Radostin Stoyanov <rstoyanov@fedoraproject.org>
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule p4runtime
updated
11 files
+6 −2 | .github/workflows/ci-build-proto.yml | |
+2 −0 | .github/workflows/codegen.yml | |
+2 −0 | .github/workflows/spec.yml | |
+136 −7 | docs/v1/P4Runtime-Spec.mdk | |
+10 −0 | docs/v1/references.bib | |
+22 −2 | go/p4/config/v1/p4info.pb.go | |
+506 −483 | go/p4/v1/p4runtime.pb.go | |
+11 −1 | proto/p4/config/v1/p4info.proto | |
+13 −0 | proto/p4/v1/p4runtime.proto | |
+52 −45 | py/p4/config/v1/p4info_pb2.py | |
+129 −122 | py/p4/v1/p4runtime_pb2.py |