test/bonding: add missing sources for link bonding RSS
[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_nb_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         'cryptodev_sw_armv8_autotest',
204         'crc_autotest',
205         'cryptodev_openssl_asym_autotest',
206         'cryptodev_sw_mvsam_autotest',
207         'delay_us_sleep_autotest',
208         'distributor_autotest',
209         'eventdev_common_autotest',
210         'eventdev_octeontx_autotest',
211         'eventdev_sw_autotest',
212         'fbarray_autotest',
213         'hash_readwrite_autotest',
214         'hash_readwrite_lf_autotest',
215         'hash_scaling_autotest',
216         'ipsec_autotest',
217         'kni_autotest',
218         'kvargs_autotest',
219         'latencystats_autotest',
220         'member_autotest',
221         'metrics_autotest',
222         'pdump_autotest',
223         'power_acpi_cpufreq_autotest',
224         'power_autotest',
225         'power_kvm_vm_autotest',
226         'reorder_autotest',
227         'service_autotest',
228         'thash_autotest',
229 ]
230
231 # All test cases in perf_test_names list are non-parallel
232 perf_test_names = [
233         'ring_perf_autotest',
234         'mempool_perf_autotest',
235         'memcpy_perf_autotest',
236         'hash_perf_autotest',
237         'timer_perf_autotest',
238         'reciprocal_division',
239         'reciprocal_division_perf',
240         'lpm_perf_autotest',
241         'red_all',
242         'barrier_autotest',
243         'hash_multiwriter_autotest',
244         'timer_racecond_autotest',
245         'efd_autotest',
246         'hash_functions_autotest',
247         'eventdev_selftest_sw',
248         'member_perf_autotest',
249         'efd_perf_autotest',
250         'lpm6_perf_autotest',
251         'rcu_qsbr_perf_autotest',
252         'red_perf',
253         'distributor_perf_autotest',
254         'ring_pmd_perf_autotest',
255         'pmd_perf_autotest',
256         'stack_perf_autotest',
257         'stack_nb_perf_autotest',
258 ]
259
260 # All test cases in driver_test_names list are non-parallel
261 driver_test_names = [
262         'link_bonding_autotest',
263         'link_bonding_mode4_autotest',
264         'link_bonding_rssconf_autotest',
265         'cryptodev_sw_mrvl_autotest',
266         'cryptodev_dpaa2_sec_autotest',
267         'cryptodev_dpaa_sec_autotest',
268         'cryptodev_qat_autotest',
269         'cryptodev_aesni_mb_autotest',
270         'cryptodev_openssl_autotest',
271         'cryptodev_scheduler_autotest',
272         'cryptodev_aesni_gcm_autotest',
273         'cryptodev_null_autotest',
274         'cryptodev_sw_snow3g_autotest',
275         'cryptodev_sw_kasumi_autotest',
276         'cryptodev_sw_zuc_autotest',
277 ]
278
279 # All test cases in dump_test_names list are non-parallel
280 dump_test_names = [
281         'dump_struct_sizes',
282         'dump_mempool',
283         'dump_malloc_stats',
284         'dump_devargs',
285         'dump_log_types',
286         'dump_ring',
287         'dump_physmem',
288         'dump_memzone',
289 ]
290
291 if dpdk_conf.has('RTE_LIBRTE_PDUMP')
292         test_deps += 'pdump'
293 endif
294 if dpdk_conf.has('RTE_LIBRTE_I40E_PMD')
295         test_deps += 'pmd_i40e'
296 endif
297 if dpdk_conf.has('RTE_LIBRTE_IXGBE_PMD')
298         test_deps += 'pmd_ixgbe'
299 endif
300 if dpdk_conf.has('RTE_LIBRTE_BOND_PMD')
301         test_deps += 'pmd_bond'
302 endif
303 if dpdk_conf.has('RTE_LIBRTE_RING_PMD')
304         test_deps += 'pmd_ring'
305 endif
306 if dpdk_conf.has('RTE_LIBRTE_POWER')
307         test_deps += 'power'
308 endif
309 if dpdk_conf.has('RTE_LIBRTE_KNI')
310         test_deps += 'kni'
311 endif
312
313 cflags = machine_args
314 if cc.has_argument('-Wno-format-truncation')
315     cflags += '-Wno-format-truncation'
316 endif
317
318 # specify -D_GNU_SOURCE unconditionally
319 cflags += '-D_GNU_SOURCE'
320
321 test_dep_objs = []
322 if dpdk_conf.has('RTE_LIBRTE_COMPRESSDEV')
323         compress_test_dep = dependency('zlib', required: false)
324         if compress_test_dep.found()
325                 test_dep_objs += compress_test_dep
326                 test_sources += 'test_compressdev.c'
327                 test_deps += 'compressdev'
328                 fast_non_parallel_test_names += 'compressdev_autotest'
329         endif
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, '-n 4']
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