From 75610c89245f5c92b4c5762f101925e06e596a35 Mon Sep 17 00:00:00 2001 From: Rajendra Dendukuri Date: Mon, 29 Jul 2019 13:12:47 -0700 Subject: [PATCH] Increase ip2me CIR/CBR for faster in-band file transfers 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 1fade2d172..4a62ea0314 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"