1 # SPDX-License-Identifier: BSD-3-Clause
2 # Copyright(c) 2017 Intel Corporation
4 if not get_option('tests')
8 test_sources = files('commands.c',
9 'packet_burst_generator.c',
19 'test_cmdline_cirbuf.c',
20 'test_cmdline_etheraddr.c',
21 'test_cmdline_ipaddr.c',
24 'test_cmdline_portlist.c',
25 'test_cmdline_string.c',
30 'test_cryptodev_asym.c',
31 'test_cryptodev_blockcipher.c',
32 'test_cryptodev_security_pdcp.c',
36 'test_distributor_perf.c',
42 'test_event_crypto_adapter.c',
43 'test_event_eth_rx_adapter.c',
45 'test_event_timer_adapter.c',
47 'test_external_mem.c',
53 'test_func_reentrancy.c',
54 'test_flow_classify.c',
58 'test_hash_functions.c',
59 'test_hash_multiwriter.c',
60 'test_hash_readwrite.c',
62 'test_hash_readwrite_lf_perf.c',
84 'test_mempool_perf.c',
89 'test_mp_secondary.c',
93 'test_power_cpufreq.c',
94 'test_power_kvm_vm.c',
99 'test_rcu_qsbr_perf.c',
100 'test_reciprocal_division.c',
101 'test_reciprocal_division_perf.c',
107 'test_ring_mpmc_stress.c',
108 'test_ring_hts_stress.c',
109 'test_ring_mt_peek_stress.c',
111 'test_ring_rts_stress.c',
112 'test_ring_st_peek_stress.c',
113 'test_ring_stress.c',
117 'test_service_cores.c',
124 'test_table_combined.c',
125 'test_table_pipeline.c',
126 'test_table_ports.c',
127 'test_table_tables.c',
132 'test_timer_racecond.c',
133 'test_timer_secondary.c',
136 'test_trace_register.c',
176 # Each test is marked with flag true/false
177 # to indicate whether it can run in no-huge mode.
179 ['acl_autotest', true],
180 ['alarm_autotest', false],
181 ['atomic_autotest', false],
182 ['bitops_autotest', true],
183 ['byteorder_autotest', true],
184 ['cmdline_autotest', true],
185 ['common_autotest', true],
186 ['cpuflags_autotest', true],
187 ['cycles_autotest', true],
188 ['debug_autotest', true],
189 ['eal_flags_c_opt_autotest', false],
190 ['eal_flags_master_opt_autotest', false],
191 ['eal_flags_n_opt_autotest', false],
192 ['eal_flags_hpet_autotest', false],
193 ['eal_flags_no_huge_autotest', false],
194 ['eal_flags_w_opt_autotest', false],
195 ['eal_flags_b_opt_autotest', false],
196 ['eal_flags_vdev_opt_autotest', false],
197 ['eal_flags_r_opt_autotest', false],
198 ['eal_flags_mem_autotest', false],
199 ['eal_flags_file_prefix_autotest', false],
200 ['eal_flags_misc_autotest', false],
201 ['eal_fs_autotest', true],
202 ['errno_autotest', true],
203 ['event_ring_autotest', true],
204 ['fib_autotest', true],
205 ['fib6_autotest', true],
206 ['func_reentrancy_autotest', false],
207 ['flow_classify_autotest', false],
208 ['hash_autotest', true],
209 ['interrupt_autotest', true],
210 ['ipfrag_autotest', false],
211 ['lcores_autotest', true],
212 ['logs_autotest', true],
213 ['lpm_autotest', true],
214 ['lpm6_autotest', true],
215 ['malloc_autotest', false],
216 ['mbuf_autotest', false],
217 ['mcslock_autotest', false],
218 ['memcpy_autotest', true],
219 ['memory_autotest', false],
220 ['mempool_autotest', false],
221 ['memzone_autotest', false],
222 ['meter_autotest', true],
223 ['multiprocess_autotest', false],
224 ['per_lcore_autotest', true],
225 ['prefetch_autotest', true],
226 ['rcu_qsbr_autotest', true],
227 ['red_autotest', true],
228 ['rib_autotest', true],
229 ['rib6_autotest', true],
230 ['ring_autotest', true],
231 ['rwlock_test1_autotest', true],
232 ['rwlock_rda_autotest', true],
233 ['rwlock_rds_wrm_autotest', true],
234 ['rwlock_rde_wro_autotest', true],
235 ['sched_autotest', true],
236 ['security_autotest', false],
237 ['spinlock_autotest', true],
238 ['stack_autotest', false],
239 ['stack_lf_autotest', false],
240 ['string_autotest', true],
241 ['table_autotest', true],
242 ['tailq_autotest', true],
243 ['timer_autotest', false],
244 ['user_delay_us', true],
245 ['version_autotest', true],
246 ['crc_autotest', true],
247 ['delay_us_sleep_autotest', true],
248 ['distributor_autotest', false],
249 ['eventdev_common_autotest', true],
250 ['fbarray_autotest', true],
251 ['hash_readwrite_func_autotest', false],
252 ['ipsec_autotest', true],
253 ['kni_autotest', false],
254 ['kvargs_autotest', true],
255 ['member_autotest', true],
256 ['metrics_autotest', true],
257 ['power_cpufreq_autotest', false],
258 ['power_autotest', true],
259 ['power_kvm_vm_autotest', false],
260 ['reorder_autotest', true],
261 ['service_autotest', true],
262 ['thash_autotest', true],
263 ['trace_autotest', true],
267 'ring_perf_autotest',
268 'mempool_perf_autotest',
269 'memcpy_perf_autotest',
270 'hash_perf_autotest',
271 'timer_perf_autotest',
272 'reciprocal_division',
273 'reciprocal_division_perf',
280 'hash_multiwriter_autotest',
281 'timer_racecond_autotest',
283 'hash_functions_autotest',
284 'member_perf_autotest',
286 'lpm6_perf_autotest',
287 'rib6_slow_autotest',
288 'fib6_slow_autotest',
289 'fib6_perf_autotest',
290 'rcu_qsbr_perf_autotest',
292 'distributor_perf_autotest',
294 'stack_perf_autotest',
295 'stack_lf_perf_autotest',
296 'rand_perf_autotest',
297 'hash_readwrite_perf_autotest',
298 'hash_readwrite_lf_perf_autotest',
299 'trace_perf_autotest',
300 'ipsec_perf_autotest',
303 driver_test_names = [
304 'cryptodev_aesni_mb_autotest',
305 'cryptodev_aesni_gcm_autotest',
306 'cryptodev_dpaa_sec_autotest',
307 'cryptodev_dpaa2_sec_autotest',
308 'cryptodev_null_autotest',
309 'cryptodev_octeontx2_autotest',
310 'cryptodev_openssl_autotest',
311 'cryptodev_openssl_asym_autotest',
312 'cryptodev_qat_autotest',
313 'cryptodev_sw_armv8_autotest',
314 'cryptodev_sw_kasumi_autotest',
315 'cryptodev_sw_mvsam_autotest',
316 'cryptodev_sw_snow3g_autotest',
317 'cryptodev_sw_zuc_autotest',
318 'eventdev_selftest_octeontx',
319 'eventdev_selftest_sw',
334 # The following linkages are an exception to allow running the
335 # unit tests without requiring that the developer install the
336 # DPDK libraries. Explicit linkage of drivers (plugin libraries)
337 # in applications should not be used.
338 if dpdk_conf.has('RTE_LIBRTE_RING_MEMPOOL')
339 test_deps += 'mempool_ring'
341 if dpdk_conf.has('RTE_LIBRTE_STACK_MEMPOOL')
342 test_deps += 'mempool_stack'
344 if dpdk_conf.has('RTE_LIBRTE_SKELETON_EVENTDEV_PMD')
345 test_deps += 'pmd_skeleton_event'
347 if dpdk_conf.has('RTE_LIBRTE_TELEMETRY')
348 test_sources += 'test_telemetry_json.c'
349 fast_tests += [['telemetry_json_autotest', true]]
352 # The following linkages of drivers are required because
353 # they are used via a driver-specific API.
354 if dpdk_conf.has('RTE_LIBRTE_BOND_PMD')
355 test_deps += 'pmd_bond'
356 test_sources += ['test_link_bonding.c', 'test_link_bonding_rssconf.c']
357 driver_test_names += ['link_bonding_autotest', 'link_bonding_rssconf_autotest']
358 if dpdk_conf.has('RTE_LIBRTE_RING_PMD')
359 test_sources += 'test_link_bonding_mode4.c'
360 driver_test_names += 'link_bonding_mode4_autotest'
363 if dpdk_conf.has('RTE_LIBRTE_RING_PMD')
364 test_deps += 'pmd_ring'
365 test_sources += 'test_pmd_ring_perf.c'
366 test_sources += 'test_pmd_ring.c'
367 test_sources += 'test_event_eth_tx_adapter.c'
368 test_sources += 'test_bitratestats.c'
369 test_sources += 'test_latencystats.c'
370 test_sources += 'sample_packet_forward.c'
371 test_sources += 'test_pdump.c'
372 fast_tests += [['ring_pmd_autotest', true]]
373 perf_test_names += 'ring_pmd_perf_autotest'
374 fast_tests += [['event_eth_tx_adapter_autotest', false]]
375 fast_tests += [['bitratestats_autotest', true]]
376 fast_tests += [['latencystats_autotest', true]]
377 fast_tests += [['pdump_autotest', true]]
380 if dpdk_conf.has('RTE_LIBRTE_POWER')
383 if dpdk_conf.has('RTE_LIBRTE_KNI')
386 if dpdk_conf.has('RTE_LIBRTE_PDUMP')
390 if cc.has_argument('-Wno-format-truncation')
391 cflags += '-Wno-format-truncation'
394 # specify -D_GNU_SOURCE unconditionally
395 cflags += '-D_GNU_SOURCE'
396 # Strict-aliasing rules are violated by uint8_t[] to context size casts.
397 cflags += '-fno-strict-aliasing'
399 # Enable using internal APIs in unit tests
400 cflags += ['-DALLOW_INTERNAL_API']
403 if dpdk_conf.has('RTE_LIBRTE_COMPRESSDEV')
404 compress_test_dep = dependency('zlib', required: false)
405 if compress_test_dep.found()
406 test_dep_objs += compress_test_dep
407 test_sources += 'test_compressdev.c'
408 test_deps += 'compressdev'
409 fast_tests += [['compressdev_autotest', false]]
413 if dpdk_conf.has('RTE_LIBRTE_PMD_CRYPTO_SCHEDULER')
414 driver_test_names += 'cryptodev_scheduler_autotest'
418 def_lib = get_option('default_library')
419 test_dep_objs += get_variable(def_lib + '_rte_' + d)
421 test_dep_objs += cc.find_library('execinfo', required: false)
424 if get_option('default_library') == 'static'
425 link_libs = dpdk_static_libraries + dpdk_drivers
428 dpdk_test = executable('dpdk-test',
430 link_whole: link_libs,
431 dependencies: test_dep_objs,
433 install_rpath: join_paths(get_option('prefix'),
434 driver_install_path),
437 has_hugepage = run_command('has-hugepage.sh').stdout().strip() != '0'
438 message('hugepage availability: @0@'.format(has_hugepage))
440 # some perf tests (eg: memcpy perf autotest)take very long
441 # to complete, so timeout to 10 minutes
442 timeout_seconds = 600
443 timeout_seconds_fast = 10
445 get_coremask = find_program('get-coremask.sh')
446 num_cores_arg = '-l ' + run_command(get_coremask).stdout().strip()
448 default_test_args = [num_cores_arg]
450 foreach arg : fast_tests
451 test_args = default_test_args
455 test_args += ['--no-huge', '-m', '2048']
461 if (get_option('default_library') == 'shared' and
462 arg[0] == 'event_eth_tx_adapter_autotest')
463 foreach drv:dpdk_drivers
464 test_args += ['-d', drv.full_path().split('.a')[0] + '.so']
468 test_args += ['--file-prefix=@0@'.format(arg[0])]
472 test(arg[0], dpdk_test,
473 env : ['DPDK_TEST=' + arg[0]],
475 timeout : timeout_seconds_fast,
477 suite : 'fast-tests')
481 foreach arg : perf_test_names
483 env : ['DPDK_TEST=' + arg],
484 args : default_test_args,
485 timeout : timeout_seconds,
487 suite : 'perf-tests')
490 foreach arg : driver_test_names
492 env : ['DPDK_TEST=' + arg],
493 args : default_test_args,
494 timeout : timeout_seconds,
496 suite : 'driver-tests')
499 foreach arg : dump_test_names
501 env : ['DPDK_TEST=' + arg],
502 args : default_test_args,
503 timeout : timeout_seconds,
505 suite : 'debug-tests')