X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvppinfra.am;h=bf21ea8914474e736b19758e971e0ab6269e7086;hb=8d6ef60b767fc0348b91b3abbf1aff2b84167c2b;hp=8fcae86f88e3fa28936a7374c399987c681023ed;hpb=e9d9170b5546c3c5e768ba3ed26a525a16501c6e;p=vpp.git diff --git a/src/vppinfra.am b/src/vppinfra.am index 8fcae86f88e..bf21ea89144 100644 --- a/src/vppinfra.am +++ b/src/vppinfra.am @@ -43,6 +43,7 @@ TESTS += test_bihash_template \ test_time \ test_timing_wheel \ test_tw_timer \ + test_valloc \ test_vec \ test_zvec endif @@ -77,6 +78,7 @@ test_socket_SOURCES = vppinfra/test_socket.c test_time_SOURCES = vppinfra/test_time.c test_timing_wheel_SOURCES = vppinfra/test_timing_wheel.c test_tw_timer_SOURCES = vppinfra/test_tw_timer.c +test_valloc_SOURCES = vppinfra/test_valloc.c test_vec_SOURCES = vppinfra/test_vec.c test_zvec_SOURCES = vppinfra/test_zvec.c @@ -109,6 +111,7 @@ test_socket_CPPFLAGS = $(AM_CPPFLAGS) -DCLIB_DEBUG test_time_CPPFLAGS = $(AM_CPPFLAGS) -DCLIB_DEBUG test_timing_wheel_CPPFLAGS = $(AM_CPPFLAGS) -DCLIB_DEBUG test_tw_timer_CPPFLAGS = $(AM_CPPFLAGS) -DCLIB_DEBUG +test_valloc_CPPFLAGS = $(AM_CPPFLAGS) -DCLIB_DEBUG test_vec_CPPFLAGS = $(AM_CPPFLAGS) -DCLIB_DEBUG test_zvec_CPPFLAGS = $(AM_CPPFLAGS) -DCLIB_DEBUG @@ -139,6 +142,7 @@ test_socket_LDADD = libvppinfra.la test_time_LDADD = libvppinfra.la -lm test_timing_wheel_LDADD = libvppinfra.la -lm test_tw_timer_LDADD = libvppinfra.la +test_valloc_LDADD = libvppinfra.la test_vec_LDADD = libvppinfra.la test_zvec_LDADD = libvppinfra.la @@ -169,6 +173,7 @@ test_socket_LDFLAGS = -static test_time_LDFLAGS = -static test_timing_wheel_LDFLAGS = -static test_tw_timer_LDFLAGS = -static +test_valloc_LDFLAGS = -static test_vec_LDFLAGS = -static test_zvec_LDFLAGS = -static @@ -219,7 +224,8 @@ nobase_include_HEADERS = \ vppinfra/md5.h \ vppinfra/mem.h \ vppinfra/memcpy_sse3.h \ - vppinfra/memcpy_avx.h \ + vppinfra/memcpy_avx2.h \ + vppinfra/memcpy_avx512.h \ vppinfra/mhash.h \ vppinfra/mheap.h \ vppinfra/mheap_bootstrap.h \ @@ -248,6 +254,7 @@ nobase_include_HEADERS = \ vppinfra/tw_timer_template.c \ vppinfra/types.h \ vppinfra/unix.h \ + vppinfra/valloc.h \ vppinfra/vec.h \ vppinfra/vec_bootstrap.h \ vppinfra/vector.h \ @@ -307,6 +314,7 @@ CLIB_CORE = \ vppinfra/tw_timer_1t_3w_1024sl_ov.h \ vppinfra/tw_timer_1t_3w_1024sl_ov.c \ vppinfra/unformat.c \ + vppinfra/valloc.c \ vppinfra/vec.c \ vppinfra/vector.c \ vppinfra/zvec.c