-
Notifications
You must be signed in to change notification settings - Fork 96
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
Add per ENI DSCP setting #448
Conversation
707f41e
to
af09c2b
Compare
By default, use DSCP from the original outer packet. Signed-off-by: Marian Pritsak <[email protected]>
dash-pipeline/bmv2/dash_pipeline.p4
Outdated
@@ -116,6 +116,8 @@ control dash_ingress( | |||
bit<16> vnet_id, | |||
bit<16> v4_meter_policy_id, | |||
bit<16> v6_meter_policy_id, | |||
dash_tunnel_dscp_mode_t dash_tunnel_dscp_mode, |
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.
feels like we can simply call it tunnel_dscp_mode
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.
and to make things match the dscp field can be tunnel_dscp_value
.
hi @marian-pritsak - is this ready for a Merge? Let me know :) |
hi @marian-pritsak - checking to see if you'd like to try to merge this one, this week? |
By default, use DSCP from the original outer packet.