Skip to content

Commit

Permalink
[submodule] Update submodule sonic-swss to the latest HEAD automatica…
Browse files Browse the repository at this point in the history
…lly (#18969)

#### Why I did it
src/sonic-swss
```
* c36333c3 - (HEAD -> master, origin/master, origin/HEAD) New p4orch development changes (#3066) (6 hours ago) [mint570]
* 26a5a1cb - Fix flex counter out-of-order issue by notifying counter operations using SelectableChannel (#3076) (10 hours ago) [Stephen Sun]
* 2f8bd9cf - Add support for ECMP and LAG hash offset (#3138) (28 hours ago) [Kumaresh Perumal]
```
#### How I did it
#### How to verify it
#### Description for the changelog
  • Loading branch information
mssonicbld authored May 16, 2024
1 parent c48cc1e commit 38fe467
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sonic-swss
Submodule sonic-swss updated 48 files
+1 −1 cfgmgr/Makefile.am
+18 −28 orchagent/bufferorch.cpp
+1 −4 orchagent/bufferorch.h
+10 −9 orchagent/copporch.cpp
+0 −2 orchagent/copporch.h
+0 −2 orchagent/fabricportsorch.cpp
+0 −1 orchagent/fabricportsorch.h
+30 −49 orchagent/flex_counter/flex_counter_manager.cpp
+5 −7 orchagent/flex_counter/flex_counter_manager.h
+10 −13 orchagent/flexcounterorch.cpp
+0 −4 orchagent/flexcounterorch.h
+20 −23 orchagent/intfsorch.cpp
+1 −3 orchagent/intfsorch.h
+6 −6 orchagent/macsecorch.cpp
+11 −2 orchagent/main.cpp
+1 −1 orchagent/orch.h
+2 −0 orchagent/p4orch/p4orch.cpp
+3 −0 orchagent/p4orch/p4orch.h
+1 −0 orchagent/p4orch/tests/return_code_test.cpp
+54 −0 orchagent/p4orch/tests/test_main.cpp
+18 −26 orchagent/pfcwdorch.cpp
+2 −4 orchagent/pfcwdorch.h
+44 −51 orchagent/portsorch.cpp
+4 −3 orchagent/portsorch.h
+103 −17 orchagent/response_publisher.cpp
+38 −3 orchagent/response_publisher.h
+19 −17 orchagent/return_code.h
+294 −0 orchagent/saihelper.cpp
+30 −0 orchagent/saihelper.h
+29 −2 orchagent/switchorch.cpp
+6 −2 orchagent/vxlanorch.cpp
+1 −0 tests/mock_tests/Makefile.am
+3 −0 tests/mock_tests/bufferorch_ut.cpp
+4 −1 tests/mock_tests/fake_response_publisher.cpp
+845 −0 tests/mock_tests/flexcounter_ut.cpp
+2 −1 tests/mock_tests/mock_orch_test.h
+1 −0 tests/mock_tests/mock_orchagent_main.cpp
+60 −14 tests/mock_tests/mock_table.cpp
+3 −0 tests/mock_tests/qosorch_ut.cpp
+2 −2 tests/mock_tests/response_publisher/response_publisher_ut.cpp
+3 −0 tests/mock_tests/routeorch_ut.cpp
+0 −585 tests/p4rt/test_l3.py
+0 −47 tests/p4rt/test_l3_admit.py
+0 −167 tests/p4rt/test_p4rt_acl.py
+0 −37 tests/p4rt/test_p4rt_mirror.py
+0 −19 tests/p4rt/test_viplb.py
+2 −1 tests/p4rt/util.py
+23 −0 tests/test_switch.py

0 comments on commit 38fe467

Please sign in to comment.