forked from sonic-net/sonic-buildimage
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update sonic-swss and sonic-sairedis branches
- Loading branch information
Showing
10 changed files
with
10 additions
and
9 deletions.
There are no files selected for viewing
Submodule sonic-platform-marvell
added at
a6e250
Submodule mrvl-prestera
updated
6 files
Submodule sonic-platform-marvell
updated
17 files
Submodule sonic-gnmi
updated
13 files
+11 −36 | Makefile | |
+1 −203 | gnmi_server/clientCertAuth.go | |
+1 −2 | gnmi_server/client_subscribe.go | |
+0 −251 | gnmi_server/crl_test.go | |
+1 −2 | gnmi_server/server.go | |
+5 −5 | gnmi_server/server_test.go | |
+10 −14 | go.mod | |
+35 −62 | go.sum | |
+0 −33 | patches/0002-Fix-advance-tls-build-with-go-119.patch | |
+0 −11 | telemetry/telemetry.go | |
+0 −58 | testdata/crl/revokedInt.pem | |
+0 −11 | testdata/crl/test.crl | |
+0 −58 | testdata/crl/unrevoked.pem |
Submodule sonic-host-services
updated
7 files
+0 −143 | host_modules/docker_service.py | |
+0 −4 | scripts/determine-reboot-cause | |
+1 −5 | scripts/featured | |
+2 −9 | tests/determine-reboot-cause_test.py | |
+61 −62 | tests/featured/featured_test.py | |
+125 −125 | tests/featured/test_vectors.py | |
+0 −209 | tests/host_modules/docker_service_test.py |
Submodule sonic-platform-daemons
updated
3 files
+1 −54 | sonic-chassisd/scripts/chassisd | |
+1 −7 | sonic-chassisd/tests/mock_swsscommon.py | |
+0 −46 | sonic-chassisd/tests/test_dpu_chassisd.py |
Submodule sonic-sairedis
updated
25 files
+21 −0 | .github/workflows/sync_upstream.yml | |
+16 −51 | meta/Meta.cpp | |
+0 −5 | meta/Meta.h | |
+0 −107 | syncd/AttrVersionChecker.cpp | |
+0 −40 | syncd/AttrVersionChecker.h | |
+0 −4 | syncd/CommandLineOptions.cpp | |
+0 −1 | syncd/CommandLineOptions.h | |
+2 −9 | syncd/CommandLineOptionsParser.cpp | |
+3 −6 | syncd/HardReiniter.cpp | |
+1 −4 | syncd/HardReiniter.h | |
+0 −1 | syncd/Makefile.am | |
+2 −28 | syncd/SaiDiscovery.cpp | |
+1 −6 | syncd/SaiDiscovery.h | |
+4 −6 | syncd/SaiSwitch.cpp | |
+1 −4 | syncd/SaiSwitch.h | |
+3 −5 | syncd/SingleReiniter.cpp | |
+1 −4 | syncd/SingleReiniter.h | |
+4 −4 | syncd/Syncd.cpp | |
+4 −4 | syncd/scripts/syncd_init_common.sh | |
+0 −1 | tests/aspell.en.pws | |
+5 −5 | tests/utils.pm | |
+0 −24 | unittest/meta/TestMeta.cpp | |
+0 −1 | unittest/syncd/Makefile.am | |
+0 −132 | unittest/syncd/TestAttrVersionChecker.cpp | |
+1 −3 | unittest/syncd/TestCommandLineOptions.cpp |
Submodule sonic-swss
updated
5 files
+21 −0 | .github/workflows/sync_upstream.yml | |
+5 −1 | orchagent/portsorch.cpp | |
+7 −10 | orchagent/vxlanorch.cpp | |
+1 −0 | orchagent/vxlanorch.h | |
+5 −0 | tests/dash/test_dash_route_group.py |
Submodule sonic-swss-common
updated
10 files
+3 −1 | common/c-api/zmqclient.cpp | |
+35 −58 | common/producerstatetable.cpp | |
+0 −4 | common/producerstatetable.h | |
+0 −44 | common/redispipeline.h | |
+1 −5 | common/schema.h | |
+5 −5 | common/zmqclient.cpp | |
+2 −3 | common/zmqclient.h | |
+12 −5 | common/zmqproducerstatetable.cpp | |
+2 −0 | common/zmqproducerstatetable.h | |
+0 −56 | tests/redis_piped_state_ut.cpp |