vppinfra: make _vec_len() read-only
[vpp.git] / src / vppinfra / CMakeLists.txt
index 1114092..2061e4f 100644 (file)
@@ -58,7 +58,6 @@ set(VPPINFRA_SRCS
   fifo.c
   format.c
   format_table.c
-  graph.c
   hash.c
   heap.c
   interrupt.c
@@ -99,11 +98,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
@@ -137,7 +138,6 @@ set(VPPINFRA_HEADERS
   file.h
   format.h
   format_table.h
-  graph.h
   hash.h
   heap.h
   interrupt.h
@@ -150,9 +150,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
@@ -192,9 +190,13 @@ set(VPPINFRA_HEADERS
   vector_altivec.h
   vector_avx2.h
   vector_avx512.h
-  vector/mask_compare.h
-  vector/compress.h
   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
@@ -271,9 +273,15 @@ if(VPP_BUILD_VPPINFRA_TESTS)
   endforeach()
 
 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/array_mask.c
+  vector/test/memcpy_x86_64.c
+  vector/test/sha2.c
+  vector/test/toeplitz.c
 )
 
 add_vpp_executable(test_vector_funcs