aboutsummaryrefslogtreecommitdiffstats
path: root/src/vppinfra.am
diff options
context:
space:
mode:
authorDave Barach <dave@barachs.net>2017-02-28 15:15:56 -0500
committerDamjan Marion <dmarion.lists@gmail.com>2017-03-01 20:25:48 +0000
commit68b0fb0c620c7451ef1a6380c43c39de6614db51 (patch)
treef4188fa09723152f3ebfcebbbe4cacad903e0cf1 /src/vppinfra.am
parentf869028740aaebeb0375077d4d84fa07a17fff1a (diff)
VPP-598: tcp stack initial commit
Change-Id: I49e5ce0aae6e4ff634024387ceaf7dbc432a0351 Signed-off-by: Dave Barach <dave@barachs.net> Signed-off-by: Florin Coras <fcoras@cisco.com>
Diffstat (limited to 'src/vppinfra.am')
-rw-r--r--src/vppinfra.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/vppinfra.am b/src/vppinfra.am
index 8d375958..4b9f0c29 100644
--- a/src/vppinfra.am
+++ b/src/vppinfra.am
@@ -157,7 +157,9 @@ nobase_include_HEADERS = \
vppinfra/asm_mips.h \
vppinfra/asm_x86.h \
vppinfra/bihash_8_8.h \
+ vppinfra/bihash_16_8.h \
vppinfra/bihash_24_8.h \
+ vppinfra/bihash_48_8.h \
vppinfra/bihash_template.h \
vppinfra/bihash_template.c \
vppinfra/bitmap.h \
@@ -206,6 +208,7 @@ nobase_include_HEADERS = \
vppinfra/timer.h \
vppinfra/tw_timer_2t_1w_2048sl.h \
vppinfra/tw_timer_16t_2w_512sl.h \
+ vppinfra/tw_timer_16t_1w_2048sl.h \
vppinfra/tw_timer_template.h \
vppinfra/tw_timer_template.c \
vppinfra/types.h \
@@ -261,6 +264,8 @@ CLIB_CORE = \
vppinfra/tw_timer_2t_1w_2048sl.c \
vppinfra/tw_timer_16t_2w_512sl.h \
vppinfra/tw_timer_16t_2w_512sl.c \
+ vppinfra/tw_timer_16t_1w_2048sl.h \
+ vppinfra/tw_timer_16t_1w_2048sl.c \
vppinfra/unformat.c \
vppinfra/vec.c \
vppinfra/vector.c \