-
Notifications
You must be signed in to change notification settings - Fork 99
Clarify sending ActionProfile members with duplicate actions. #559
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
Conversation
Specifically, clarify that P4Runtime clients are only discouraged from sending ActionProfile members with duplicate actions when using the `sum_of_weights` group size calculation, since the same may literally not be achievable using the `weight` field otherwise. Signed-off-by: Jonathan DiLorenzo <dilo@google.com>
Could you provide a concrete example? I may be slow to understand, but I'm not seeing it. |
|
Did you by any chance |
Signed-off-by: Jonathan DiLorenzo <dilo@google.com>
chrispsommers
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Signed-off-by: Jonathan DiLorenzo <dilo@google.com>
Signed-off-by: Jonathan DiLorenzo <dilo@google.com>
|
@smolkaj and @chrispsommers, are we ready to merge this? Is it blocked on something? |
@smolkaj Can you resolve your comment and merge? Thanks. |
Specifically, clarify that P4Runtime clients are only discouraged from sending ActionProfile members with duplicate actions when using the
sum_of_weightsgroup size calculation, since the same may literally not be achievable using theweightfield otherwise.