Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Specify read-write symmetry exception for backup replicas in P4Runtime Spec. #511

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/v1/P4Runtime-Spec.mdk
Original file line number Diff line number Diff line change
Expand Up @@ -2298,6 +2298,8 @@ preserved, it will be explicitly stated in this document. The
C++ API supports comparing messages while treating repeated fields as sets, so
that different orderings of the same elements are considered equal. This method
of comparing Protobuf messages may come at a cost in performance.
The `backup_replicas` must be returned in order when read to preserve the
hierarchy of highest-preferred backup replicas.
matthewtlam marked this conversation as resolved.
Show resolved Hide resolved
matthewtlam marked this conversation as resolved.
Show resolved Hide resolved

### Data plane volatile objects { #sec-data-plane-volatile-objects }

Expand Down
Loading