svm: update number of segments in svm_fifo_segments
[vpp.git] / src / vppinfra / CMakeLists.txt
index 6900995..b08ebb6 100644 (file)
@@ -99,11 +99,13 @@ set(VPPINFRA_SRCS
   valloc.c
   vec.c
   vector.c
+  vector/toeplitz.c
   cJSON.c
 )
 
 set(VPPINFRA_HEADERS
   sanitizer.h
+  bihash_12_4.h
   bihash_16_8.h
   bihash_24_8.h
   bihash_32_8.h
@@ -150,9 +152,7 @@ set(VPPINFRA_HEADERS
   maplog.h
   math.h
   memcpy.h
-  memcpy_avx2.h
-  memcpy_avx512.h
-  memcpy_sse3.h
+  memcpy_x86_64.h
   mem.h
   mhash.h
   mpcap.h
@@ -195,7 +195,10 @@ set(VPPINFRA_HEADERS
   vector/array_mask.h
   vector/compress.h
   vector/count_equal.h
+  vector/index_to_ptr.h
+  vector/ip_csum.h
   vector/mask_compare.h
+  vector/toeplitz.h
   vector.h
   vector_neon.h
   vector_sse42.h
@@ -275,7 +278,12 @@ set(test_files
   vector/test/array_mask.c
   vector/test/compress.c
   vector/test/count_equal.c
+  vector/test/index_to_ptr.c
+  vector/test/ip_csum.c
   vector/test/mask_compare.c
+  vector/test/memcpy_x86_64.c
+  vector/test/sha2.c
+  vector/test/toeplitz.c
 )
 
 add_vpp_executable(test_vector_funcs