From 0162cee667f191c0a7a8024c1750b2356ff8dd53 Mon Sep 17 00:00:00 2001 From: Qi Luo Date: Fri, 6 Aug 2021 03:41:36 -0700 Subject: [PATCH] [sonic-swss-common][sonic-snmpagent] Update submodule (#8357) Include below commits sonic-swss-common ``` 83d3351 2021-04-22 | [swig] fix ConfigDBConnector.db_name (#483) [Qi Luo] fdf296f 2021-04-09 | Fix: ConfigDBConnector call super init with proper parameter name (#470) [Qi Luo] 4f580e3 2021-03-26 | [swig] translate SonicV2Connector::keys return type from C++ vector to Python list (#468) [Qi Luo] ``` sonic-snmpagent ``` c160c2b 2021-08-04 | CPU Spike because of redundant and flooded keyspace notifis handled (#230) [Vivek Reddy] a4dd3bf 2021-08-03 | Non-block reading counters to tolerate corrupted/delayed counters in COUNTERS_DB (#231) [Qi Luo] ``` --- src/sonic-snmpagent | 2 +- src/sonic-swss-common | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/sonic-snmpagent b/src/sonic-snmpagent index 946e5cf234..c160c2b2a1 160000 --- a/src/sonic-snmpagent +++ b/src/sonic-snmpagent @@ -1 +1 @@ -Subproject commit 946e5cf2344da47d0cdf8de5d31d70b0484664ef +Subproject commit c160c2b2a12d1c4d139b223165818f50f426dd39 diff --git a/src/sonic-swss-common b/src/sonic-swss-common index bf8c832cf1..83d3351bc5 160000 --- a/src/sonic-swss-common +++ b/src/sonic-swss-common @@ -1 +1 @@ -Subproject commit bf8c832cf1c7a6e72d7b1c843888ffb4a27088c8 +Subproject commit 83d3351bc54fabb3b87789af31d664c5a0c00d00