blob: 7723e6bad5df86141a78a058220444cdce4fa95a [file] [log] [blame]
Damjan Marion612dd6a2018-07-30 12:45:07 +02001# Copyright (c) 2018 Cisco and/or its affiliates.
2# Licensed under the Apache License, Version 2.0 (the "License");
3# you may not use this file except in compliance with the License.
4# You may obtain a copy of the License at:
5#
6# http://www.apache.org/licenses/LICENSE-2.0
7#
8# Unless required by applicable law or agreed to in writing, software
9# distributed under the License is distributed on an "AS IS" BASIS,
10# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11# See the License for the specific language governing permissions and
12# limitations under the License.
13
14enable_language(ASM)
15
16##############################################################################
17# Generate vppinfra/config.h
18##############################################################################
Damjan Marionedc43872018-09-02 11:16:00 +020019set(LOG2_CACHE_LINE_BYTES ${VPP_LOG2_CACHE_LINE_SIZE})
Damjan Marion612dd6a2018-07-30 12:45:07 +020020
Dave Barach98bd7572020-02-10 10:16:40 -050021option(VPP_VECTOR_GROW_BY_ONE "Vectors grow by one, instead of 3/2" OFF)
22if(VPP_VECTOR_GROW_BY_ONE)
23 set(VECTOR_GROW_BY_ONE 1)
24else(VPP_VECTOR_GROW_BY_ONE)
25 set(VECTOR_GROW_BY_ONE 0)
26endif(VPP_VECTOR_GROW_BY_ONE)
27
Damjan Marion612dd6a2018-07-30 12:45:07 +020028configure_file(
29 ${CMAKE_SOURCE_DIR}/vppinfra/config.h.in
30 ${CMAKE_BINARY_DIR}/vppinfra/config.h
31)
32
33install(
34 FILES ${CMAKE_BINARY_DIR}/vppinfra/config.h
35 DESTINATION include/vppinfra
Damjan Marion43b06062018-08-29 22:20:45 +020036 COMPONENT vpp-dev
Damjan Marion612dd6a2018-07-30 12:45:07 +020037)
38
39##############################################################################
40# vppinfra sources
41##############################################################################
42set(VPPINFRA_SRCS
Damjan Marion612dd6a2018-07-30 12:45:07 +020043 backtrace.c
Dave Barach32dcd3b2019-07-08 12:25:38 -040044 bihash_all_vector.c
Damjan Marion612dd6a2018-07-30 12:45:07 +020045 cpu.c
46 cuckoo_template.c
Dave Barach2c8e0022020-02-11 15:06:34 -050047 dlmalloc.c
Damjan Marion612dd6a2018-07-30 12:45:07 +020048 elf.c
Damjan Marion612dd6a2018-07-30 12:45:07 +020049 elog.c
50 error.c
51 fheap.c
52 fifo.c
53 format.c
54 graph.c
55 hash.c
56 heap.c
57 longjmp.S
58 macros.c
59 maplog.c
Dave Barach2c8e0022020-02-11 15:06:34 -050060 mem_dlmalloc.c
Damjan Marion612dd6a2018-07-30 12:45:07 +020061 mhash.c
Gary Boona9ed6f72019-07-22 10:57:56 -040062 mpcap.c
Dave Barach3ae28732018-11-16 17:19:00 -050063 pcap.c
Damjan Marion68b4da62018-09-30 18:26:20 +020064 pmalloc.c
Damjan Marion612dd6a2018-07-30 12:45:07 +020065 pool.c
66 ptclosure.c
Damjan Marion612dd6a2018-07-30 12:45:07 +020067 random_buffer.c
Dave Barach2c8e0022020-02-11 15:06:34 -050068 random.c
Damjan Marion612dd6a2018-07-30 12:45:07 +020069 random_isaac.c
Florin Coras672d5fc2019-04-15 17:28:51 -070070 rbtree.c
Damjan Marion612dd6a2018-07-30 12:45:07 +020071 serialize.c
72 slist.c
73 socket.c
74 std-formats.c
75 string.c
76 time.c
77 time_range.c
Damjan Marion612dd6a2018-07-30 12:45:07 +020078 timing_wheel.c
Damjan Marion612dd6a2018-07-30 12:45:07 +020079 tw_timer_16t_1w_2048sl.c
Dave Barach2c8e0022020-02-11 15:06:34 -050080 tw_timer_16t_2w_512sl.c
Damjan Marion612dd6a2018-07-30 12:45:07 +020081 tw_timer_1t_3w_1024sl_ov.c
Dave Barach2c8e0022020-02-11 15:06:34 -050082 tw_timer_2t_1w_2048sl.c
83 tw_timer_4t_3w_256sl.c
Damjan Marion612dd6a2018-07-30 12:45:07 +020084 unformat.c
85 unix-formats.c
86 unix-misc.c
87 valloc.c
88 vec.c
89 vector.c
90 zvec.c
Damjan Marion612dd6a2018-07-30 12:45:07 +020091)
92
Damjan Marion4553c952018-08-26 11:04:40 +020093set(VPPINFRA_HEADERS
BenoƮt Ganne9fb6d402019-04-15 15:28:21 +020094 sanitizer.h
Damjan Marion612dd6a2018-07-30 12:45:07 +020095 bihash_16_8.h
96 bihash_24_8.h
97 bihash_40_8.h
98 bihash_48_8.h
99 bihash_8_8.h
100 bihash_template.c
101 bihash_template.h
102 bihash_vec8_8.h
103 bitmap.h
104 bitops.h
105 byte_order.h
106 cache.h
Dave Barach5f2cfb22019-05-20 10:28:57 -0400107 callback.h
Damjan Marion612dd6a2018-07-30 12:45:07 +0200108 clib_error.h
109 clib.h
110 cpu.h
111 crc32.h
112 dlist.h
113 dlmalloc.h
114 elf_clib.h
115 elf.h
116 elog.h
117 error_bootstrap.h
118 error.h
119 fheap.h
120 fifo.h
121 file.h
122 flowhash_24_16.h
123 flowhash_8_8.h
124 flowhash_template.h
125 format.h
126 graph.h
127 hash.h
128 heap.h
129 lb_hash_hash.h
Florin Corasb957d802019-07-09 19:02:33 -0700130 llist.h
Damjan Marion612dd6a2018-07-30 12:45:07 +0200131 lock.h
132 longjmp.h
133 macros.h
134 maplog.h
135 math.h
136 memcpy_avx2.h
137 memcpy_avx512.h
138 memcpy_sse3.h
139 mem.h
140 mhash.h
Damjan Marion612dd6a2018-07-30 12:45:07 +0200141 mheap.h
Gary Boona9ed6f72019-07-22 10:57:56 -0400142 mpcap.h
Damjan Marion612dd6a2018-07-30 12:45:07 +0200143 os.h
Dave Barach3ae28732018-11-16 17:19:00 -0500144 pcap.h
145 pcap_funcs.h
Damjan Marion612dd6a2018-07-30 12:45:07 +0200146 pipeline.h
Damjan Marion68b4da62018-09-30 18:26:20 +0200147 pmalloc.h
Damjan Marion612dd6a2018-07-30 12:45:07 +0200148 pool.h
Dave Barach4d1a8662018-09-10 12:31:15 -0400149 pmc.h
Damjan Marion612dd6a2018-07-30 12:45:07 +0200150 ptclosure.h
151 random_buffer.h
152 random.h
153 random_isaac.h
Florin Coras672d5fc2019-04-15 17:28:51 -0700154 rbtree.h
Damjan Marion612dd6a2018-07-30 12:45:07 +0200155 serialize.h
Damjan Marioncf18ca92019-04-13 00:13:34 +0200156 sha2.h
Damjan Marion612dd6a2018-07-30 12:45:07 +0200157 slist.h
158 smp.h
159 socket.h
160 sparse_vec.h
161 string.h
162 time.h
163 time_range.h
Damjan Marion612dd6a2018-07-30 12:45:07 +0200164 timing_wheel.h
165 tw_timer_16t_1w_2048sl.h
166 tw_timer_16t_2w_512sl.h
167 tw_timer_1t_3w_1024sl_ov.h
168 tw_timer_2t_1w_2048sl.h
169 tw_timer_4t_3w_256sl.h
170 tw_timer_template.c
171 tw_timer_template.h
172 types.h
Sirshak Das2f6d7bb2018-10-03 22:53:51 +0000173 atomics.h
Damjan Marion612dd6a2018-07-30 12:45:07 +0200174 unix.h
Damjan Marion612dd6a2018-07-30 12:45:07 +0200175 valloc.h
176 vec_bootstrap.h
177 vec.h
178 vector_altivec.h
179 vector_avx2.h
180 vector_avx512.h
181 vector_funcs.h
182 vector.h
183 vector_neon.h
184 vector_sse42.h
185 xxhash.h
186 xy.h
187 zvec.h
188 linux/syscall.h
189 linux/sysfs.h
190)
191
Damjan Marion4dffd1c2018-09-03 12:30:36 +0200192if("${CMAKE_SYSTEM_NAME}" STREQUAL "Linux")
193 list(APPEND VPPINFRA_SRCS
194 elf_clib.c
195 linux/mem.c
196 linux/sysfs.c
197 )
198endif()
199
Damjan Marion4553c952018-08-26 11:04:40 +0200200add_vpp_library(vppinfra
201 SOURCES ${VPPINFRA_SRCS}
Florin Coras4c959952020-02-09 18:09:31 +0000202 LINK_LIBRARIES m
Damjan Marion4553c952018-08-26 11:04:40 +0200203 INSTALL_HEADERS ${VPPINFRA_HEADERS}
Damjan Marion43b06062018-08-29 22:20:45 +0200204 COMPONENT libvppinfra
Damjan Marion4553c952018-08-26 11:04:40 +0200205)
206
207##############################################################################
208# vppinfra headers
209##############################################################################
Damjan Marion612dd6a2018-07-30 12:45:07 +0200210option(VPP_BUILD_VPPINFRA_TESTS "Build vppinfra tests." OFF)
211if(VPP_BUILD_VPPINFRA_TESTS)
Damjan Marion4553c952018-08-26 11:04:40 +0200212 foreach(test
Damjan Marion612dd6a2018-07-30 12:45:07 +0200213 bihash_vec88
Damjan Marion612dd6a2018-07-30 12:45:07 +0200214 cuckoo_template
215 dlist
216 elf
217 elog
218 fifo
219 flowhash_template
220 format
221 fpool
222 hash
223 heap
224 longjmp
225 macros
226 maplog
Damjan Marion68b4da62018-09-30 18:26:20 +0200227 pmalloc
Damjan Marion612dd6a2018-07-30 12:45:07 +0200228 pool_iterate
229 ptclosure
230 random
231 random_isaac
jaszha0325ab6cf2019-07-01 17:20:52 -0500232 rwlock
Damjan Marion612dd6a2018-07-30 12:45:07 +0200233 serialize
234 slist
235 socket
jaszha039a4e6312019-06-19 14:07:05 -0500236 spinlock
Damjan Marion612dd6a2018-07-30 12:45:07 +0200237 time
238 time_range
239 timing_wheel
240 tw_timer
241 valloc
242 vec
Damjan Marion612dd6a2018-07-30 12:45:07 +0200243 zvec
244 )
Damjan Marion4553c952018-08-26 11:04:40 +0200245 add_vpp_executable(test_${test}
246 SOURCES test_${test}.c
Florin Coras4f944642019-08-01 10:54:06 -0700247 LINK_LIBRARIES vppinfra pthread
Damjan Marion4553c952018-08-26 11:04:40 +0200248 )
Damjan Marion612dd6a2018-07-30 12:45:07 +0200249 endforeach()
250
Damjan Marion4553c952018-08-26 11:04:40 +0200251 foreach(test bihash_template cuckoo_bihash)
252 add_vpp_executable(test_${test}
253 SOURCES test_${test}.c
254 LINK_LIBRARIES vppinfra Threads::Threads
255 )
256 endforeach()
Damjan Marion612dd6a2018-07-30 12:45:07 +0200257endif(VPP_BUILD_VPPINFRA_TESTS)