-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update p4runtime and stratum submodule references (#309)
- Update submodule references to incorporate recent changes. Signed-off-by: Derek G Foster <[email protected]>
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule p4runtime
updated
20 files
+1 −0 | .github/workflows/any-branch-uploads.yml | |
+6 −2 | .github/workflows/ci-build-proto.yml | |
+2 −0 | .github/workflows/codegen.yml | |
+2 −0 | .github/workflows/spec.yml | |
+13 −6 | codegen/Dockerfile | |
+1 −1 | codegen/update.sh | |
+253 −12 | docs/v1/P4Runtime-Spec.mdk | |
+2 −11 | docs/v1/README.md | |
+20 −0 | docs/v1/references.bib | |
+11 −8 | go.mod | |
+19 −80 | go.sum | |
+25 −3 | go/p4/config/v1/p4info.pb.go | |
+7 −1 | go/p4/config/v1/p4types.pb.go | |
+2 −1 | go/p4/v1/p4data.pb.go | |
+553 −519 | go/p4/v1/p4runtime.pb.go | |
+53 −24 | go/p4/v1/p4runtime_grpc.pb.go | |
+27 −1 | proto/p4/config/v1/p4info.proto | |
+38 −0 | proto/p4/v1/p4runtime.proto | |
+52 −45 | py/p4/config/v1/p4info_pb2.py | |
+129 −122 | py/p4/v1/p4runtime_pb2.py |