Skip to content

Commit

Permalink
Correct cross-reference (#427)
Browse files Browse the repository at this point in the history
  • Loading branch information
jafingerhut authored May 13, 2023
1 parent 05263c2 commit 556b019
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/v1/P4Runtime-Spec.mdk
Original file line number Diff line number Diff line change
Expand Up @@ -4875,7 +4875,7 @@ details in the PSA specification [@PSAAtomicityOfControlPlaneOps].
The P4~16~ language introduces an `@atomic` annotation [@P4Concurrency], to
guarantee atomic data plane execution of entire blocks of P4 code. P4Runtime
implementations are required to honor the `@atomic` annotation for `Write`
operations, as well as [non-wildcard `Read` operations](#wildcard-reads),
operations, as well as [non-wildcard `Read` operations](#sec-wildcard-reads),
relative to data plane execution. Consider the following P4 example written for
PSA:

Expand Down

0 comments on commit 556b019

Please sign in to comment.