Skip to content

Commit

Permalink
Increase ip2me CIR/CBR for faster in-band file transfers (sonic-net#1000
Browse files Browse the repository at this point in the history
)

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 <rajendra.dendukuri@broadcom.com>
  • Loading branch information
rajendra-dendukuri authored and abdosi committed Mar 4, 2020
1 parent 0ed2518 commit 563af46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions swssconfig/sample/00-copp.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@
"queue": "1",
"meter_type":"packets",
"mode":"sr_tcm",
"cir":"600",
"cbs":"600",
"cir":"6000",
"cbs":"6000",
"red_action":"drop"
},
"OP": "SET"
Expand Down

0 comments on commit 563af46

Please sign in to comment.