Skip to content

Commit

Permalink
update submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
sonic-otn committed Dec 16, 2024
1 parent 18e1f25 commit 48e94e0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/sonic-otairedis
Submodule sonic-otairedis updated 78 files
+1 −0 .gitignore
+1 −1 OTAI
+1 −7 lib/Context.cpp
+0 −9 lib/Context.h
+0 −39 lib/ContextConfig.cpp
+0 −43 lib/ContextConfig.h
+0 −153 lib/ContextConfigContainer.cpp
+0 −43 lib/ContextConfigContainer.h
+1 −20 lib/Linecard.cpp
+0 −8 lib/Linecard.h
+0 −25 lib/LinecardConfig.cpp
+0 −28 lib/LinecardConfig.h
+0 −64 lib/LinecardConfigContainer.cpp
+0 −37 lib/LinecardConfigContainer.h
+0 −97 lib/LinecardContainer.cpp
+0 −76 lib/LinecardContainer.h
+1 −8 lib/Makefile.am
+15 −102 lib/Otai.cpp
+1 −4 lib/Otai.h
+0 −798 lib/Recorder.cpp
+0 −315 lib/Recorder.h
+0 −4 lib/RedisChannel.h
+16 −357 lib/RedisRemoteOtaiInterface.cpp
+5 −75 lib/RedisRemoteOtaiInterface.h
+0 −28 lib/RemoteOtaiInterface.h
+0 −110 lib/SkipRecordAttrContainer.cpp
+0 −53 lib/SkipRecordAttrContainer.h
+15 −161 lib/VirtualObjectIdManager.cpp
+2 −76 lib/VirtualObjectIdManager.h
+1 −187 lib/otairedis.h
+0 −3 lib/otairediscommon.h
+0 −161 meta/AttrKeyMap.cpp
+0 −61 meta/AttrKeyMap.h
+1 −7 meta/Makefile.am
+58 −1,024 meta/Meta.cpp
+0 −62 meta/Meta.h
+0 −46 meta/MetaKeyHasher.cpp
+0 −20 meta/MetaKeyHasher.h
+0 −197 meta/OidRefCounter.cpp
+0 −116 meta/OidRefCounter.h
+0 −70 meta/OtaiAttrWrapper.cpp
+0 −43 meta/OtaiAttrWrapper.h
+4 −68 meta/OtaiInterface.cpp
+0 −81 meta/OtaiObject.cpp
+0 −52 meta/OtaiObject.h
+0 −137 meta/OtaiObjectCollection.cpp
+0 −63 meta/OtaiObjectCollection.h
+0 −128 meta/OtaiSerialize.cpp
+0 −21 meta/otai_serialize.h
+0 −10 syncd/CommandLineOptions.cpp
+0 −7 syncd/CommandLineOptions.h
+2 −38 syncd/CommandLineOptionsParser.cpp
+28 −128 syncd/HardReiniter.cpp
+2 −8 syncd/HardReiniter.h
+1 −5 syncd/Makefile.am
+6 −1 syncd/NotificationHandler.cpp
+2 −0 syncd/NotificationHandler.h
+4 −10 syncd/NotificationProcessor.cpp
+1 −7 syncd/NotificationProcessor.h
+4 −16 syncd/RequestShutdown.cpp
+1 −10 syncd/RequestShutdown.h
+0 −67 syncd/RequestShutdownCommandLineOptions.cpp
+0 −46 syncd/RequestShutdownCommandLineOptions.h
+0 −88 syncd/RequestShutdownCommandLineOptionsParser.cpp
+0 −27 syncd/RequestShutdownCommandLineOptionsParser.h
+19 −125 syncd/SingleReiniter.cpp
+0 −5 syncd/SingleReiniter.h
+0 −4 syncd/SoftReiniter.cpp
+66 −262 syncd/Syncd.cpp
+7 −118 syncd/Syncd.h
+48 −226 syncd/VendorOtai.cpp
+0 −41 syncd/VidManager.cpp
+0 −37 syncd/VidManager.h
+1 −23 syncd/VirtualOidTranslator.cpp
+1 −1 syncd/syncd_main.cpp
+1 −4 syncd/syncd_request_shutdown.cpp
+0 −10 vslib/RealObjectIdManager.cpp
+0 −12 vslib/RealObjectIdManager.h
2 changes: 1 addition & 1 deletion src/sonic-swss-common
Submodule sonic-swss-common updated 55 files
+3 −3 .azure-pipelines/build-sairedis-template.yml
+2 −12 .azure-pipelines/build-template.yml
+22 −2 .azure-pipelines/docker-sonic-vs/Dockerfile
+187 −0 .azure-pipelines/docker-sonic-vs/start.sh
+10 −28 .azure-pipelines/test-docker-sonic-vs-template.yml
+49 −42 azure-pipelines.yml
+12 −1 common/Makefile.am
+16 −1 common/asyncdbupdater.cpp
+24 −2 common/binaryserializer.h
+45 −0 common/c-api/consumerstatetable.cpp
+39 −0 common/c-api/consumerstatetable.h
+93 −0 common/c-api/dbconnector.cpp
+64 −0 common/c-api/dbconnector.h
+53 −0 common/c-api/producerstatetable.cpp
+39 −0 common/c-api/producerstatetable.h
+47 −0 common/c-api/subscriberstatetable.cpp
+41 −0 common/c-api/subscriberstatetable.h
+33 −0 common/c-api/util.cpp
+267 −0 common/c-api/util.h
+33 −0 common/c-api/zmqclient.cpp
+30 −0 common/c-api/zmqclient.h
+51 −0 common/c-api/zmqconsumerstatetable.cpp
+46 −0 common/c-api/zmqconsumerstatetable.h
+32 −0 common/c-api/zmqproducerstatetable.cpp
+32 −0 common/c-api/zmqproducerstatetable.h
+14 −0 common/c-api/zmqserver.cpp
+20 −0 common/c-api/zmqserver.h
+22 −15 common/dbconnector.cpp
+5 −5 common/dbconnector.h
+19 −0 common/interface.h
+133 −0 common/performancetimer.cpp
+63 −0 common/performancetimer.h
+58 −35 common/producerstatetable.cpp
+4 −0 common/producerstatetable.h
+44 −0 common/redispipeline.h
+27 −0 common/saiaclschema.cpp
+4 −0 common/saiaclschema.h
+12 −2 common/schema.h
+5 −5 common/zmqclient.cpp
+3 −2 common/zmqclient.h
+5 −12 common/zmqproducerstatetable.cpp
+0 −2 common/zmqproducerstatetable.h
+3 −2 common/zmqserver.cpp
+1 −0 debian/libswsscommon-dev.install
+1 −1 goext/Makefile
+3 −1 pyext/swsscommon.i
+2 −0 tests/Makefile.am
+335 −0 tests/c_api_ut.cpp
+4 −0 tests/main.cpp
+43 −0 tests/performancetimer_ut.cpp
+56 −0 tests/redis_piped_state_ut.cpp
+32 −0 tests/redis_ut.cpp
+36 −0 tests/saiaclschema_ut.cpp
+8 −0 tests/test_interface.py
+27 −0 tests/zmq_state_ut.cpp

0 comments on commit 48e94e0

Please sign in to comment.