Skip to content

Commit

Permalink
[bfdorch] Orchagent support hardware BFD (sonic-net#1883)
Browse files Browse the repository at this point in the history
What I did
Implement bfdorch to program hardware BFD sessions via bfd SAI.
Add vs test for bfd sessions.

Why I did it
To support hardware BFD.

How I verified it
Configure hardware BFD sessions on virtual switches and physical devices and confirm the BFD session is programmed.
  • Loading branch information
shi-su authored and Shi Su committed Jan 21, 2022
1 parent 99279e4 commit edd2e61
Show file tree
Hide file tree
Showing 12 changed files with 970 additions and 3 deletions.
3 changes: 2 additions & 1 deletion orchagent/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ orchagent_SOURCES = \
chassisorch.cpp \
debugcounterorch.cpp \
natorch.cpp \
muxorch.cpp
muxorch.cpp \
bfdorch.cpp

orchagent_SOURCES += flex_counter/flex_counter_manager.cpp flex_counter/flex_counter_stat_manager.cpp
orchagent_SOURCES += debug_counter/debug_counter.cpp debug_counter/drop_counter.cpp
Expand Down
Loading

0 comments on commit edd2e61

Please sign in to comment.