Skip to content

Commit d0e59c4

Browse files
Update dash_pipeline.p4
1 parent 82683b1 commit d0e59c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dash-pipeline/bmv2/dash_pipeline.p4

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ control dash_ingress(
121121
#endif
122122

123123
action set_eni_attrs(bit<32> cps,
124-
bit<32> pps,
124+
bit<32> bw,
125125
bit<32> flows,
126126
bit<1> admin_state,
127127
@SaiVal[type="sai_ip_address_t"] IPv4Address vm_underlay_dip,
@@ -140,7 +140,7 @@ control dash_ingress(
140140
ACL_GROUPS_PARAM(outbound_v6),
141141
bit<1> disable_fast_path_icmp_flow_redirection) {
142142
meta.eni_data.cps = cps;
143-
meta.eni_data.pps = pps;
143+
meta.eni_data.bw = bw;
144144
meta.eni_data.flows = flows;
145145
meta.eni_data.admin_state = admin_state;
146146
meta.eni_data.pl_sip = pl_sip;

0 commit comments

Comments
 (0)