1 # SPDX-License-Identifier: BSD-3-Clause
2 # Copyright(c) 2017 Intel Corporation
6 reason = 'not supported on Windows'
10 if not get_option('tests')
16 'packet_burst_generator.c',
28 'test_cmdline_cirbuf.c',
29 'test_cmdline_etheraddr.c',
30 'test_cmdline_ipaddr.c',
33 'test_cmdline_portlist.c',
34 'test_cmdline_string.c',
39 'test_cryptodev_asym.c',
40 'test_cryptodev_blockcipher.c',
41 'test_cryptodev_security_ipsec.c',
42 'test_cryptodev_security_pdcp.c',
47 'test_distributor_perf.c',
56 'test_event_crypto_adapter.c',
57 'test_event_eth_rx_adapter.c',
59 'test_event_timer_adapter.c',
61 'test_external_mem.c',
67 'test_func_reentrancy.c',
68 'test_flow_classify.c',
72 'test_hash_functions.c',
73 'test_hash_multiwriter.c',
74 'test_hash_readwrite.c',
76 'test_hash_readwrite_lf_perf.c',
98 'test_mempool_perf.c',
103 'test_mp_secondary.c',
108 'test_power_cpufreq.c',
109 'test_power_kvm_vm.c',
114 'test_rcu_qsbr_perf.c',
115 'test_reciprocal_division.c',
116 'test_reciprocal_division_perf.c',
122 'test_ring_mpmc_stress.c',
123 'test_ring_hts_stress.c',
124 'test_ring_mt_peek_stress.c',
125 'test_ring_mt_peek_stress_zc.c',
127 'test_ring_rts_stress.c',
128 'test_ring_st_peek_stress.c',
129 'test_ring_st_peek_stress_zc.c',
130 'test_ring_stress.c',
134 'test_service_cores.c',
141 'test_table_combined.c',
142 'test_table_pipeline.c',
143 'test_table_ports.c',
144 'test_table_tables.c',
149 'test_timer_racecond.c',
150 'test_timer_secondary.c',
153 'test_trace_register.c',
196 # Each test is marked with flag true/false
197 # to indicate whether it can run in no-huge mode.
199 ['acl_autotest', true],
200 ['atomic_autotest', false],
201 ['bpf_autotest', true],
202 ['bitops_autotest', true],
203 ['byteorder_autotest', true],
204 ['cksum_autotest', true],
205 ['cmdline_autotest', true],
206 ['common_autotest', true],
207 ['cpuflags_autotest', true],
208 ['debug_autotest', true],
209 ['devargs_autotest', true],
210 ['eal_flags_c_opt_autotest', false],
211 ['eal_flags_main_opt_autotest', false],
212 ['eal_flags_n_opt_autotest', false],
213 ['eal_flags_hpet_autotest', false],
214 ['eal_flags_no_huge_autotest', false],
215 ['eal_flags_a_opt_autotest', false],
216 ['eal_flags_b_opt_autotest', false],
217 ['eal_flags_vdev_opt_autotest', false],
218 ['eal_flags_r_opt_autotest', false],
219 ['eal_flags_mem_autotest', false],
220 ['eal_flags_file_prefix_autotest', false],
221 ['eal_flags_misc_autotest', false],
222 ['eal_fs_autotest', true],
223 ['errno_autotest', true],
224 ['ethdev_link_status', true],
225 ['event_ring_autotest', true],
226 ['fib_autotest', true],
227 ['fib6_autotest', true],
228 ['func_reentrancy_autotest', false],
229 ['flow_classify_autotest', false],
230 ['hash_autotest', true],
231 ['interrupt_autotest', true],
232 ['ipfrag_autotest', false],
233 ['lcores_autotest', true],
234 ['logs_autotest', true],
235 ['lpm_autotest', true],
236 ['lpm6_autotest', true],
237 ['malloc_autotest', false],
238 ['mbuf_autotest', false],
239 ['mcslock_autotest', false],
240 ['memcpy_autotest', true],
241 ['memory_autotest', false],
242 ['mempool_autotest', false],
243 ['memzone_autotest', false],
244 ['meter_autotest', true],
245 ['multiprocess_autotest', false],
246 ['per_lcore_autotest', true],
247 ['pflock_autotest', true],
248 ['prefetch_autotest', true],
249 ['rcu_qsbr_autotest', true],
250 ['red_autotest', true],
251 ['rib_autotest', true],
252 ['rib6_autotest', true],
253 ['ring_autotest', true],
254 ['rwlock_test1_autotest', true],
255 ['rwlock_rda_autotest', true],
256 ['rwlock_rds_wrm_autotest', true],
257 ['rwlock_rde_wro_autotest', true],
258 ['sched_autotest', true],
259 ['security_autotest', false],
260 ['spinlock_autotest', true],
261 ['stack_autotest', false],
262 ['stack_lf_autotest', false],
263 ['string_autotest', true],
264 ['table_autotest', true],
265 ['tailq_autotest', true],
266 ['ticketlock_autotest', true],
267 ['timer_autotest', false],
268 ['user_delay_us', true],
269 ['version_autotest', true],
270 ['crc_autotest', true],
271 ['distributor_autotest', false],
272 ['eventdev_common_autotest', true],
273 ['fbarray_autotest', true],
274 ['hash_readwrite_func_autotest', false],
275 ['ipsec_autotest', true],
276 ['kni_autotest', false],
277 ['kvargs_autotest', true],
278 ['member_autotest', true],
279 ['metrics_autotest', true],
280 ['power_cpufreq_autotest', false],
281 ['power_autotest', true],
282 ['power_kvm_vm_autotest', false],
283 ['reorder_autotest', true],
284 ['service_autotest', true],
285 ['thash_autotest', true],
286 ['trace_autotest', true],
290 'ring_perf_autotest',
291 'mempool_perf_autotest',
292 'memcpy_perf_autotest',
293 'hash_perf_autotest',
294 'timer_perf_autotest',
295 'reciprocal_division',
296 'reciprocal_division_perf',
303 'hash_multiwriter_autotest',
304 'timer_racecond_autotest',
306 'hash_functions_autotest',
307 'member_perf_autotest',
309 'lpm6_perf_autotest',
310 'rib6_slow_autotest',
311 'fib6_slow_autotest',
312 'fib6_perf_autotest',
313 'rcu_qsbr_perf_autotest',
315 'distributor_perf_autotest',
317 'stack_perf_autotest',
318 'stack_lf_perf_autotest',
319 'rand_perf_autotest',
320 'hash_readwrite_perf_autotest',
321 'hash_readwrite_lf_perf_autotest',
322 'trace_perf_autotest',
323 'ipsec_perf_autotest',
326 driver_test_names = [
327 'cryptodev_aesni_mb_autotest',
328 'cryptodev_aesni_gcm_autotest',
329 'cryptodev_cn9k_autotest',
330 'cryptodev_cn10k_autotest',
331 'cryptodev_dpaa_sec_autotest',
332 'cryptodev_dpaa2_sec_autotest',
333 'cryptodev_null_autotest',
334 'cryptodev_octeontx2_autotest',
335 'cryptodev_openssl_autotest',
336 'cryptodev_openssl_asym_autotest',
337 'cryptodev_qat_autotest',
338 'cryptodev_sw_armv8_autotest',
339 'cryptodev_sw_kasumi_autotest',
340 'cryptodev_sw_mvsam_autotest',
341 'cryptodev_sw_snow3g_autotest',
342 'cryptodev_sw_zuc_autotest',
344 'eventdev_selftest_octeontx',
345 'eventdev_selftest_sw',
360 # The following linkages are an exception to allow running the
361 # unit tests without requiring that the developer install the
362 # DPDK libraries. Explicit linkage of drivers (plugin libraries)
363 # in applications should not be used.
364 if dpdk_conf.has('RTE_MEMPOOL_RING')
365 test_deps += 'mempool_ring'
367 if dpdk_conf.has('RTE_MEMPOOL_STACK')
368 test_deps += 'mempool_stack'
370 if dpdk_conf.has('RTE_EVENT_SKELETON')
371 test_deps += 'event_skeleton'
373 if dpdk_conf.has('RTE_LIB_TELEMETRY')
374 test_sources += ['test_telemetry_json.c', 'test_telemetry_data.c']
375 fast_tests += [['telemetry_json_autotest', true], ['telemetry_data_autotest', true]]
378 # The following linkages of drivers are required because
379 # they are used via a driver-specific API.
380 if dpdk_conf.has('RTE_NET_BOND')
381 test_deps += 'net_bond'
382 test_sources += ['test_link_bonding.c', 'test_link_bonding_rssconf.c']
383 driver_test_names += ['link_bonding_autotest', 'link_bonding_rssconf_autotest']
384 if dpdk_conf.has('RTE_NET_RING')
385 test_sources += 'test_link_bonding_mode4.c'
386 driver_test_names += 'link_bonding_mode4_autotest'
389 if dpdk_conf.has('RTE_NET_RING')
390 test_deps += 'net_ring'
391 test_sources += 'test_pmd_ring_perf.c'
392 test_sources += 'test_pmd_ring.c'
393 test_sources += 'test_event_eth_tx_adapter.c'
394 test_sources += 'test_bitratestats.c'
395 test_sources += 'test_latencystats.c'
396 test_sources += 'sample_packet_forward.c'
397 test_sources += 'test_pdump.c'
398 fast_tests += [['ring_pmd_autotest', true]]
399 perf_test_names += 'ring_pmd_perf_autotest'
400 fast_tests += [['event_eth_tx_adapter_autotest', false]]
401 fast_tests += [['bitratestats_autotest', true]]
402 fast_tests += [['latencystats_autotest', true]]
403 fast_tests += [['pdump_autotest', true]]
406 if dpdk_conf.has('RTE_PORT_PCAP')
407 test_sources += 'test_pcapng.c'
410 if dpdk_conf.has('RTE_LIB_POWER')
413 if dpdk_conf.has('RTE_LIB_KNI')
416 if dpdk_conf.has('RTE_LIB_PDUMP')
420 if cc.has_argument('-Wno-format-truncation')
421 cflags += '-Wno-format-truncation'
424 # Strict-aliasing rules are violated by uint8_t[] to context size casts.
425 cflags += '-fno-strict-aliasing'
427 # Enable using internal APIs in unit tests
428 cflags += ['-DALLOW_INTERNAL_API']
431 if dpdk_conf.has('RTE_LIB_COMPRESSDEV')
432 compress_test_dep = dependency('zlib', required: false, method: 'pkg-config')
433 if compress_test_dep.found()
434 test_dep_objs += compress_test_dep
435 test_sources += 'test_compressdev.c'
436 test_deps += 'compressdev'
437 fast_tests += [['compressdev_autotest', false]]
441 if dpdk_conf.has('RTE_CRYPTO_SCHEDULER')
442 driver_test_names += 'cryptodev_scheduler_autotest'
443 test_deps += 'crypto_scheduler'
447 def_lib = get_option('default_library')
448 test_dep_objs += get_variable(def_lib + '_rte_' + d)
452 if get_option('default_library') == 'static'
453 link_libs = dpdk_static_libraries + dpdk_drivers
456 dpdk_test = executable('dpdk-test',
458 link_whole: link_libs,
459 dependencies: test_dep_objs,
461 install_rpath: join_paths(get_option('prefix'),
462 driver_install_path),
465 has_hugepage = run_command('has-hugepage.sh').stdout().strip() != '0'
466 message('hugepage availability: @0@'.format(has_hugepage))
468 # some perf tests (eg: memcpy perf autotest)take very long
469 # to complete, so timeout to 10 minutes
470 timeout_seconds = 600
471 timeout_seconds_fast = 10
473 foreach arg : fast_tests
478 test_args += ['--no-huge', '-m', '2048']
484 if (get_option('default_library') == 'shared' and
485 arg[0] == 'event_eth_tx_adapter_autotest')
486 foreach drv:dpdk_drivers
487 test_args += ['-d', drv.full_path().split('.a')[0] + '.so']
491 test_args += ['--file-prefix=@0@'.format(arg[0])]
495 test(arg[0], dpdk_test,
496 env : ['DPDK_TEST=' + arg[0]],
498 timeout : timeout_seconds_fast,
500 suite : 'fast-tests')
504 foreach arg : perf_test_names
506 env : ['DPDK_TEST=' + arg],
507 timeout : timeout_seconds,
509 suite : 'perf-tests')
512 foreach arg : driver_test_names
514 env : ['DPDK_TEST=' + arg],
515 timeout : timeout_seconds,
517 suite : 'driver-tests')
520 foreach arg : dump_test_names
522 env : ['DPDK_TEST=' + arg],
523 timeout : timeout_seconds,
525 suite : 'debug-tests')