Skip to content

Commit 03be983

Browse files
rajendra-dendukurilguohan
authored andcommitted
Increase ip2me CIR/CBR for faster in-band file transfers (#1000)
Increase incoming packet rate on in-band interfaces to support faster download of large files. SONiC firmware image download over in-band can take a lot of time if the incoming packet rate is limited to 600pps. This, change increases it to 6000pps. Especially when used by Zero Touch Provisioning or by sonic_installer for firmware upgrade over in-band interfaces. Signed-off-by: Rajendra Dendukuri <[email protected]>
1 parent a4a1d3b commit 03be983

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

swssconfig/sample/00-copp.config.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@
5050
"queue": "1",
5151
"meter_type":"packets",
5252
"mode":"sr_tcm",
53-
"cir":"600",
54-
"cbs":"600",
53+
"cir":"6000",
54+
"cbs":"6000",
5555
"red_action":"drop"
5656
},
5757
"OP": "SET"

0 commit comments

Comments
 (0)