Skip to content

Commit

Permalink
[pbh]: Add PBH OA (sonic-net#1782)
Browse files Browse the repository at this point in the history
* [pbh]: Add PBH OA.
* [pbh]: Helper and PBH Container

Signed-off-by: Nazarii Hnydyn <nazariig@nvidia.com>
  • Loading branch information
nazariig committed Sep 1, 2021
1 parent 3d6b1f0 commit eb79ca4
Show file tree
Hide file tree
Showing 21 changed files with 4,712 additions and 52 deletions.
11 changes: 10 additions & 1 deletion orchagent/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
INCLUDES = -I $(top_srcdir)/lib -I $(top_srcdir) -I $(top_srcdir)/warmrestart -I flex_counter -I debug_counter
INCLUDES = -I $(top_srcdir)/lib \
-I $(top_srcdir) \
-I $(top_srcdir)/warmrestart \
-I flex_counter \
-I debug_counter \
-I pbh

CFLAGS_SAI = -I /usr/include/sai

Expand Down Expand Up @@ -46,6 +51,10 @@ orchagent_SOURCES = \
mirrororch.cpp \
fdborch.cpp \
aclorch.cpp \
pbh/pbhcnt.cpp \
pbh/pbhmgr.cpp \
pbh/pbhrule.cpp \
pbhorch.cpp \
saihelper.cpp \
switchorch.cpp \
pfcwdorch.cpp \
Expand Down
Loading

0 comments on commit eb79ca4

Please sign in to comment.