Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 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
4 changes: 4 additions & 0 deletions docs/v1/P4Runtime-Spec.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -1504,6 +1504,10 @@ The `ActionProfile` message includes the following fields:
maximum weight of each individual member. If unset, any 32-bit integer is
allowed for weight.

* `weights_disallowed`, a boolean flag indicating whether the controller
programs the weights or the switch determines the weights based on dynamic
load balancing.


PSA programs can use the `@selector_size_semantics` annotation with one of
`sum_of_weights` or `sum_of_members` to specify this value for Action Selectors. In the `sum_of_members` case, the `@max_member_weight` annotation
Expand Down
Loading