From 563af461a806abfb8f2bc004282cdda2faf90e4b Mon Sep 17 00:00:00 2001 From: rajendra-dendukuri <47423477+rajendra-dendukuri@users.noreply.github.com> Date: Tue, 10 Dec 2019 11:13:12 -0500 Subject: [PATCH] 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 --- swssconfig/sample/00-copp.config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/swssconfig/sample/00-copp.config.json b/swssconfig/sample/00-copp.config.json index 101fa42ae506..997b73bdb3d4 100644 --- a/swssconfig/sample/00-copp.config.json +++ b/swssconfig/sample/00-copp.config.json @@ -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"