Skip to content

Adding HaOrch for smartswitch dpu #3550

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 61 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 55 commits
Commits
Show all changes
61 commits
Select commit Hold shift + click to select a range
04811ce
create/remove haset and hascope
zjswhhh Mar 10, 2025
d0122de
makefile
zjswhhh Mar 10, 2025
ba172ef
haorch init
zjswhhh Mar 10, 2025
81674c9
update comment
zjswhhh Mar 10, 2025
4d4e76f
init sai api
zjswhhh Mar 10, 2025
dacff67
set scope id to eni
zjswhhh Mar 17, 2025
d4228b9
use DPU_APPL_DB
zjswhhh Mar 17, 2025
f6cdfe2
use dpu_appl_db
zjswhhh Mar 17, 2025
b8da370
add set ha scope attributes
zjswhhh Mar 21, 2025
3b293c7
add zmq producer tables
zjswhhh Mar 23, 2025
e916546
use a specific build of swss-common cause dependency is not merged yet
zjswhhh Mar 30, 2025
492f7bb
use specific build of dash api
zjswhhh Mar 30, 2025
6a4c882
typo
zjswhhh Mar 30, 2025
ccfe0c9
typos
zjswhhh Mar 30, 2025
517092c
more typos
zjswhhh Mar 30, 2025
aa7227a
add pb address handling
zjswhhh Mar 30, 2025
f337f93
cast u32 to u16
zjswhhh Mar 30, 2025
5000d0a
fix logs, cast sai attr value type
zjswhhh Mar 30, 2025
4a79314
wrong attribute names
zjswhhh Mar 31, 2025
a6cc2b7
fix log format
zjswhhh Mar 31, 2025
e3447d1
initial state tables
zjswhhh Mar 31, 2025
40fb371
fix constructor call
zjswhhh Mar 31, 2025
66a8e94
fix array length
zjswhhh Mar 31, 2025
fc9ce70
build for mock_test, add saihelper ut
zjswhhh Mar 31, 2025
4e3bb0f
fix saidhelper ut
zjswhhh Apr 2, 2025
116dc70
dash ut
zjswhhh Apr 2, 2025
6ae361b
Merge branch 'master' of https://github.com/sonic-net/sonic-swss into…
zjswhhh Apr 2, 2025
6823f1d
add gtest coverage
zjswhhh Apr 6, 2025
9c373df
missing include
zjswhhh Apr 6, 2025
5328253
use generic macro to mock api
zjswhhh Apr 6, 2025
3b557d3
add my own macro :(
zjswhhh Apr 7, 2025
8d0eb9b
fix FOR_EACH
zjswhhh Apr 7, 2025
7c895e5
move sai overried out of test class
zjswhhh Apr 7, 2025
1bc8c5a
Merge branch 'master' of https://github.com/sonic-net/sonic-swss into…
zjswhhh Apr 20, 2025
a05e2a2
Revert "use specific build of dash api"
zjswhhh Apr 20, 2025
c1d0bec
Revert "use a specific build of swss-common cause dependency is not m…
zjswhhh Apr 20, 2025
9535662
resolve conflict
zjswhhh Apr 20, 2025
dedff17
adapt to newly merged dash api definitions
zjswhhh Apr 20, 2025
f2c77f4
update macros to fix existing ut
zjswhhh Apr 20, 2025
f9e1564
remove extra field of db config
zjswhhh Apr 20, 2025
f0ab09a
remove dvs tests
zjswhhh Apr 20, 2025
ea7edde
remove zmp producers tables
zjswhhh Apr 28, 2025
7d73c7a
fix uts
zjswhhh Apr 28, 2025
bbc2e63
Merge branch 'master' of https://github.com/sonic-net/sonic-swss into…
zjswhhh Apr 28, 2025
66c4692
add remove object UTs
zjswhhh Apr 29, 2025
7f5f128
..
zjswhhh Apr 29, 2025
ee43610
..
zjswhhh Apr 29, 2025
89b3674
..
zjswhhh Apr 29, 2025
7ad3084
Merge branch 'master' of https://github.com/sonic-net/sonic-swss into…
zjswhhh Apr 29, 2025
781dd65
Merge branch 'master' of https://github.com/sonic-net/sonic-swss into…
zjswhhh Apr 29, 2025
2f0e255
fix rebase
zjswhhh Apr 30, 2025
a40fcd0
to trigger azp run
zjswhhh Apr 30, 2025
1f7ce48
add more coverage
zjswhhh May 1, 2025
0a4b863
use pbutils
zjswhhh May 1, 2025
ffc0104
even more coverage
zjswhhh May 1, 2025
2535b4e
Merge branch 'master' of https://github.com/sonic-net/sonic-swss into…
zjswhhh May 1, 2025
bbf086f
update set attribute logic, deprecate old macro, add mapping from pb …
zjswhhh May 1, 2025
1b1d8d6
more UTs
zjswhhh May 2, 2025
01d9544
add gnmi feedback
zjswhhh May 2, 2025
473638a
Merge branch 'master' of https://github.com/sonic-net/sonic-swss into…
zjswhhh May 2, 2025
f977fb2
last try on the coverage
zjswhhh May 2, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions orchagent/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ orchagent_SOURCES = \
dash/dashtagmgr.cpp \
dash/dashtunnelorch.cpp \
dash/pbutils.cpp \
dash/dashhaorch.cpp \
twamporch.cpp \
stporch.cpp

Expand Down
Loading
Loading