Skip to content

Commit

Permalink
Update P4Runtime Spec to explicitly specify read-write symmetry excep…
Browse files Browse the repository at this point in the history
…tion for backup replicas.

Signed-off-by: Matthew Lam <[email protected]>
  • Loading branch information
matthewtlam committed Dec 9, 2024
1 parent 9512a41 commit 7d23c8a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/v1/P4Runtime-Spec.mdk
Original file line number Diff line number Diff line change
Expand Up @@ -2297,7 +2297,9 @@ preserved, it will be explicitly stated in this document. The
`MessageDifferencer` class [@ProtoMessageDifferencer] included in the Protobuf
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.
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.

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

Expand Down

0 comments on commit 7d23c8a

Please sign in to comment.