Skip to content

Commit

Permalink
minor update.
Browse files Browse the repository at this point in the history
  • Loading branch information
r12f committed Dec 24, 2023
1 parent fdf9546 commit 77c8557
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions dash-pipeline/bmv2/dash_pipeline.p4
Original file line number Diff line number Diff line change
Expand Up @@ -291,8 +291,7 @@ control dash_ingress(
@SaiCounter[name="inbound_bytes_counter", action_names="meter_bucket_action", as_attr="true"]
counter(MAX_METER_BUCKETS, CounterType.bytes) meter_bucket_inbound;
#endif // TARGET_BMV2_V1MODEL
action meter_bucket_action(
@SaiVal[type="sai_uint32_t", skipattr="true"] bit<32> meter_bucket_index) {
action meter_bucket_action(@SaiVal[type="sai_uint32_t", skipattr="true"] bit<32> meter_bucket_index) {
meta.meter_bucket_index = meter_bucket_index;
}

Expand Down

0 comments on commit 77c8557

Please sign in to comment.