vppinfra: added lock performance test for clib_spinlock_t (test_spinlock.c)
[vpp.git] / src / vppinfra / CMakeLists.txt
index d8b302c..35fe28a 100644 (file)
@@ -56,6 +56,7 @@ set(VPPINFRA_SRCS
   macros.c
   maplog.c
   mhash.c
+  mpcap.c
   pcap.c
   pmalloc.c
   pool.c
@@ -123,6 +124,7 @@ set(VPPINFRA_HEADERS
   hash.h
   heap.h
   lb_hash_hash.h
+  llist.h
   lock.h
   longjmp.h
   macros.h
@@ -135,6 +137,7 @@ set(VPPINFRA_HEADERS
   mhash.h
   mheap_bootstrap.h
   mheap.h
+  mpcap.h
   os.h
   pcap.h
   pcap_funcs.h
@@ -242,6 +245,7 @@ if(VPP_BUILD_VPPINFRA_TESTS)
     serialize
     slist
     socket
+    spinlock
     time
     time_range
     timing_wheel