test/eal: set memory channel config only in dedicated test
[dpdk.git] / app / test / meson.build
1 # SPDX-License-Identifier: BSD-3-Clause
2 # Copyright(c) 2017 Intel Corporation
3
4 if not get_option('tests')
5         subdir_done()
6 endif
7
8 test_sources = files('commands.c',
9         'packet_burst_generator.c',
10         'sample_packet_forward.c',
11         'test.c',
12         'test_acl.c',
13         'test_alarm.c',
14         'test_atomic.c',
15         'test_barrier.c',
16         'test_bitratestats.c',
17         'test_bpf.c',
18         'test_byteorder.c',
19         'test_cmdline.c',
20         'test_cmdline_cirbuf.c',
21         'test_cmdline_etheraddr.c',
22         'test_cmdline_ipaddr.c',
23         'test_cmdline_lib.c',
24         'test_cmdline_num.c',
25         'test_cmdline_portlist.c',
26         'test_cmdline_string.c',
27         'test_common.c',
28         'test_cpuflags.c',
29         'test_crc.c',
30         'test_cryptodev.c',
31         'test_cryptodev_asym.c',
32         'test_cryptodev_blockcipher.c',
33         'test_cycles.c',
34         'test_debug.c',
35         'test_distributor.c',
36         'test_distributor_perf.c',
37         'test_eal_flags.c',
38         'test_eal_fs.c',
39         'test_efd.c',
40         'test_efd_perf.c',
41         'test_errno.c',
42         'test_event_crypto_adapter.c',
43         'test_event_eth_rx_adapter.c',
44         'test_event_ring.c',
45         'test_event_eth_tx_adapter.c',
46         'test_event_timer_adapter.c',
47         'test_eventdev.c',
48         'test_external_mem.c',
49         'test_fbarray.c',
50         'test_func_reentrancy.c',
51         'test_flow_classify.c',
52         'test_hash.c',
53         'test_hash_functions.c',
54         'test_hash_multiwriter.c',
55         'test_hash_readwrite.c',
56         'test_hash_perf.c',
57         'test_hash_readwrite_lf.c',
58         'test_interrupts.c',
59         'test_ipsec.c',
60         'test_kni.c',
61         'test_kvargs.c',
62         'test_latencystats.c',
63         'test_link_bonding.c',
64         'test_link_bonding_mode4.c',
65         'test_link_bonding_rssconf.c',
66         'test_logs.c',
67         'test_lpm.c',
68         'test_lpm6.c',
69         'test_lpm6_perf.c',
70         'test_lpm_perf.c',
71         'test_malloc.c',
72         'test_mbuf.c',
73         'test_member.c',
74         'test_member_perf.c',
75         'test_memcpy.c',
76         'test_memcpy_perf.c',
77         'test_memory.c',
78         'test_mempool.c',
79         'test_mempool_perf.c',
80         'test_memzone.c',
81         'test_meter.c',
82         'test_metrics.c',
83         'test_mp_secondary.c',
84         'test_pdump.c',
85         'test_per_lcore.c',
86         'test_pmd_perf.c',
87         'test_pmd_ring.c',
88         'test_pmd_ring_perf.c',
89         'test_power.c',
90         'test_power_acpi_cpufreq.c',
91         'test_power_kvm_vm.c',
92         'test_prefetch.c',
93         'test_rcu_qsbr.c',
94         'test_rcu_qsbr_perf.c',
95         'test_reciprocal_division.c',
96         'test_reciprocal_division_perf.c',
97         'test_red.c',
98         'test_reorder.c',
99         'test_ring.c',
100         'test_ring_perf.c',
101         'test_rwlock.c',
102         'test_sched.c',
103         'test_service_cores.c',
104         'test_spinlock.c',
105         'test_stack.c',
106         'test_stack_perf.c',
107         'test_string_fns.c',
108         'test_table.c',
109         'test_table_acl.c',
110         'test_table_combined.c',
111         'test_table_pipeline.c',
112         'test_table_ports.c',
113         'test_table_tables.c',
114         'test_tailq.c',
115         'test_thash.c',
116         'test_timer.c',
117         'test_timer_perf.c',
118         'test_timer_racecond.c',
119         'test_timer_secondary.c',
120         'test_ticketlock.c',
121         'test_version.c',
122         'virtual_pmd.c'
123 )
124
125 test_deps = ['acl',
126         'bitratestats',
127         'bpf',
128         'cfgfile',
129         'cmdline',
130         'cryptodev',
131         'distributor',
132         'efd',
133         'ethdev',
134         'eventdev',
135         'flow_classify',
136         'hash',
137         'ipsec',
138         'latencystats',
139         'lpm',
140         'member',
141         'metrics',
142         'pipeline',
143         'port',
144         'rcu',
145         'reorder',
146         'ring',
147         'stack',
148         'timer'
149 ]
150
151 # All test cases in fast_parallel_test_names list are parallel
152 fast_parallel_test_names = [
153         'acl_autotest',
154         'alarm_autotest',
155         'atomic_autotest',
156         'byteorder_autotest',
157         'cmdline_autotest',
158         'common_autotest',
159         'cpuflags_autotest',
160         'cycles_autotest',
161         'debug_autotest',
162         'eal_flags_autotest',
163         'eal_fs_autotest',
164         'errno_autotest',
165         'event_ring_autotest',
166         'func_reentrancy_autotest',
167         'flow_classify_autotest',
168         'hash_autotest',
169         'interrupt_autotest',
170         'logs_autotest',
171         'lpm_autotest',
172         'lpm6_autotest',
173         'malloc_autotest',
174         'mbuf_autotest',
175         'memcpy_autotest',
176         'memory_autotest',
177         'mempool_autotest',
178         'memzone_autotest',
179         'meter_autotest',
180         'multiprocess_autotest',
181         'per_lcore_autotest',
182         'prefetch_autotest',
183         'rcu_qsbr_autotest',
184         'red_autotest',
185         'ring_autotest',
186         'ring_pmd_autotest',
187         'rwlock_autotest',
188         'sched_autotest',
189         'spinlock_autotest',
190         'stack_autotest',
191         'stack_lf_autotest',
192         'string_autotest',
193         'table_autotest',
194         'tailq_autotest',
195         'timer_autotest',
196         'user_delay_us',
197         'version_autotest',
198 ]
199
200 # All test cases in fast_non_parallel_test_names list are non-parallel
201 fast_non_parallel_test_names = [
202         'bitratestats_autotest',
203         'crc_autotest',
204         'delay_us_sleep_autotest',
205         'distributor_autotest',
206         'eventdev_common_autotest',
207         'fbarray_autotest',
208         'hash_readwrite_autotest',
209         'hash_readwrite_lf_autotest',
210         'ipsec_autotest',
211         'kni_autotest',
212         'kvargs_autotest',
213         'latencystats_autotest',
214         'member_autotest',
215         'metrics_autotest',
216         'pdump_autotest',
217         'power_acpi_cpufreq_autotest',
218         'power_autotest',
219         'power_kvm_vm_autotest',
220         'reorder_autotest',
221         'service_autotest',
222         'thash_autotest',
223 ]
224
225 # All test cases in perf_test_names list are non-parallel
226 perf_test_names = [
227         'ring_perf_autotest',
228         'mempool_perf_autotest',
229         'memcpy_perf_autotest',
230         'hash_perf_autotest',
231         'timer_perf_autotest',
232         'reciprocal_division',
233         'reciprocal_division_perf',
234         'lpm_perf_autotest',
235         'red_all',
236         'barrier_autotest',
237         'hash_multiwriter_autotest',
238         'timer_racecond_autotest',
239         'efd_autotest',
240         'hash_functions_autotest',
241         'member_perf_autotest',
242         'efd_perf_autotest',
243         'lpm6_perf_autotest',
244         'rcu_qsbr_perf_autotest',
245         'red_perf',
246         'distributor_perf_autotest',
247         'ring_pmd_perf_autotest',
248         'pmd_perf_autotest',
249         'stack_perf_autotest',
250         'stack_lf_perf_autotest',
251 ]
252
253 # All test cases in driver_test_names list are non-parallel
254 driver_test_names = [
255         'cryptodev_aesni_mb_autotest',
256         'cryptodev_aesni_gcm_autotest',
257         'cryptodev_dpaa_sec_autotest',
258         'cryptodev_dpaa2_sec_autotest',
259         'cryptodev_null_autotest',
260         'cryptodev_openssl_autotest',
261         'cryptodev_openssl_asym_autotest',
262         'cryptodev_qat_autotest',
263         'cryptodev_sw_armv8_autotest',
264         'cryptodev_sw_kasumi_autotest',
265         'cryptodev_sw_mvsam_autotest',
266         'cryptodev_sw_snow3g_autotest',
267         'cryptodev_sw_zuc_autotest',
268         'eventdev_selftest_octeontx',
269         'eventdev_selftest_sw',
270         'link_bonding_autotest',
271         'link_bonding_mode4_autotest',
272         'link_bonding_rssconf_autotest',
273 ]
274
275 # All test cases in dump_test_names list are non-parallel
276 dump_test_names = [
277         'dump_struct_sizes',
278         'dump_mempool',
279         'dump_malloc_stats',
280         'dump_devargs',
281         'dump_log_types',
282         'dump_ring',
283         'dump_physmem',
284         'dump_memzone',
285 ]
286
287 if dpdk_conf.has('RTE_LIBRTE_PDUMP')
288         test_deps += 'pdump'
289 endif
290 if dpdk_conf.has('RTE_LIBRTE_I40E_PMD')
291         test_deps += 'pmd_i40e'
292 endif
293 if dpdk_conf.has('RTE_LIBRTE_IXGBE_PMD')
294         test_deps += 'pmd_ixgbe'
295 endif
296 if dpdk_conf.has('RTE_LIBRTE_BOND_PMD')
297         test_deps += 'pmd_bond'
298 endif
299 if dpdk_conf.has('RTE_LIBRTE_RING_PMD')
300         test_deps += 'pmd_ring'
301 endif
302 if dpdk_conf.has('RTE_LIBRTE_POWER')
303         test_deps += 'power'
304 endif
305 if dpdk_conf.has('RTE_LIBRTE_KNI')
306         test_deps += 'kni'
307 endif
308
309 cflags = machine_args
310 if cc.has_argument('-Wno-format-truncation')
311     cflags += '-Wno-format-truncation'
312 endif
313
314 # specify -D_GNU_SOURCE unconditionally
315 cflags += '-D_GNU_SOURCE'
316
317 test_dep_objs = []
318 if dpdk_conf.has('RTE_LIBRTE_COMPRESSDEV')
319         compress_test_dep = dependency('zlib', required: false)
320         if compress_test_dep.found()
321                 test_dep_objs += compress_test_dep
322                 test_sources += 'test_compressdev.c'
323                 test_deps += 'compressdev'
324                 fast_non_parallel_test_names += 'compressdev_autotest'
325         endif
326 endif
327
328 if dpdk_conf.has('RTE_LIBRTE_PMD_CRYPTO_SCHEDULER')
329         driver_test_names += 'cryptodev_scheduler_autotest'
330 endif
331
332 foreach d:test_deps
333         def_lib = get_option('default_library')
334         test_dep_objs += get_variable(def_lib + '_rte_' + d)
335 endforeach
336 test_dep_objs += cc.find_library('execinfo', required: false)
337
338 link_libs = []
339 if get_option('default_library') == 'static'
340         link_libs = dpdk_drivers
341 endif
342
343 dpdk_test = executable('dpdk-test',
344         test_sources,
345         link_whole: link_libs,
346         dependencies: test_dep_objs,
347         c_args: [cflags, '-DALLOW_EXPERIMENTAL_API'],
348         install_rpath: driver_install_path,
349         install: false)
350
351 # some perf tests (eg: memcpy perf autotest)take very long
352 # to complete, so timeout to 10 minutes
353 timeout_seconds = 600
354 timeout_seconds_fast = 10
355
356 # Retrieve the number of CPU cores, defaulting to 4.
357 num_cores = '0-3'
358 if host_machine.system() == 'linux'
359         num_cores = run_command('cat',
360                                 '/sys/devices/system/cpu/present'
361                                ).stdout().strip()
362 elif host_machine.system() == 'freebsd'
363         snum_cores = run_command('/sbin/sysctl', '-n',
364                                  'hw.ncpu').stdout().strip()
365         inum_cores = snum_cores.to_int() - 1
366         num_cores = '0-@0@'.format(inum_cores)
367 endif
368
369 num_cores_arg = '-l ' + num_cores
370
371 test_args = [num_cores_arg]
372 foreach arg : fast_parallel_test_names
373         if host_machine.system() == 'linux'
374                 test(arg, dpdk_test,
375                           env : ['DPDK_TEST=' + arg],
376                           args : test_args +
377                                  ['--file-prefix=@0@'.format(arg)],
378                 timeout : timeout_seconds_fast,
379                 suite : 'fast-tests')
380         else
381                 test(arg, dpdk_test,
382                         env : ['DPDK_TEST=' + arg],
383                         args : test_args,
384                 timeout : timeout_seconds_fast,
385                 suite : 'fast-tests')
386         endif
387 endforeach
388
389 foreach arg : fast_non_parallel_test_names
390         test(arg, dpdk_test,
391                 env : ['DPDK_TEST=' + arg],
392                 args : test_args,
393                 timeout : timeout_seconds_fast,
394                 is_parallel : false,
395                 suite : 'fast-tests')
396 endforeach
397
398 foreach arg : perf_test_names
399         test(arg, dpdk_test,
400         env : ['DPDK_TEST=' + arg],
401         args : test_args,
402         timeout : timeout_seconds,
403         is_parallel : false,
404         suite : 'perf-tests')
405 endforeach
406
407 foreach arg : driver_test_names
408         test(arg, dpdk_test,
409                 env : ['DPDK_TEST=' + arg],
410                 args : test_args,
411                 timeout : timeout_seconds,
412                 is_parallel : false,
413                 suite : 'driver-tests')
414 endforeach
415
416 foreach arg : dump_test_names
417         test(arg, dpdk_test,
418                 env : ['DPDK_TEST=' + arg],
419                 args : test_args,
420                 timeout : timeout_seconds,
421                 is_parallel : false,
422                 suite : 'debug-tests')
423 endforeach
424