From 483de6b36dc7e022b3fd57a58f6069a152caf518 Mon Sep 17 00:00:00 2001 From: r12f Date: Fri, 22 Dec 2023 20:41:17 +0000 Subject: [PATCH] minor update. --- dash-pipeline/bmv2/dash_pipeline.p4 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dash-pipeline/bmv2/dash_pipeline.p4 b/dash-pipeline/bmv2/dash_pipeline.p4 index ea478022a..948e400ea 100644 --- a/dash-pipeline/bmv2/dash_pipeline.p4 +++ b/dash-pipeline/bmv2/dash_pipeline.p4 @@ -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; }