| /dpdk/doc/guides/prog_guide/ |
| H A D | meson_ut.rst | 17 * Fast tests. 18 * Performance tests. 19 * Driver tests. 23 These tests can be run using the argument to ``meson test`` as 28 $ meson test -C <build path> --suite DPDK:fast-tests 33 $ meson test --suite DPDK:fast-tests 38 $ meson test --suite fast-tests 42 For example, tests will by default run on as many available cores as is needed 44 To run the fast-tests suite using only cores 8 through 16, one can use:: 46 $ meson test --suite fast-tests --test-args="-l 8-16" [all …]
|
| /dpdk/doc/guides/contributing/ |
| H A D | unit_test.rst | 8 tests to the in-tree DPDK test suites. 11 where tests are grouped into test suites, and suites are run by runners. 39 DPDK tests are run via the main test runner, the `dpdk-test` app. 41 running various tests or test suites. 115 in case some tests need additional configuration. 122 In order to allow developers to quickly execute all the standard internal tests 130 These are the bulk of the unit tests to validate functional blocks. 131 The second is the **perf** tests. 136 These tests mostly are used to dump system information. 140 Ex: ``meson test --suite fast-tests``:: [all …]
|
| /dpdk/doc/guides/tools/ |
| H A D | testmldev.rst | 51 ML tests are divided into three groups: Device, Model and Inference tests. 52 Test name should be one of the following supported tests. 76 Set the list of model files to be used for the tests. 82 Set the list of model, input, output and reference files to be used for the tests. 86 Multiple filelist entries can be specified when running the tests with multiple models. 120 Enable the tests to run in debug mode. 129 ML device tests are functional tests to validate ML device API. 130 Device tests validate the ML device handling configure, close, start and stop APIs. 177 Model tests are functional tests to validate ML model API. 178 Model tests validate the functioning of load, start, stop and unload ML models. [all …]
|
| H A D | comp_perf.rst | 9 compress tree. User can use multiple cores to run tests on but only 25 tuned system. Comparing the results of the two tests gives information about 53 One lcore is needed for process admin, tests are run on all other cores. 54 To run tests on two lcores, three lcores must be passed to the tool.
|
| H A D | testbbdev.rst | 12 bler and sanity tests. Execution of tests can be customized using various 50 Defines test cases to run. If not specified all available tests are run. 68 Fills vector based on turbo_dec_test1.data file and runs all tests 73 *turb_enc_test2.data* file. For both executions all tests are run. 89 and bler tests. If not specified iter_max is set to 6. 93 for bler tests. If not specified snr is set to 0 dB. 103 * Validation tests [-c validation] 152 run tests with different set of vector files without giving all of them explicitly. 160 It runs all tests with following vectors: 208 It runs all tests with "default" vectors. [all …]
|
| /dpdk/app/test/ |
| H A D | test_ring_mpmc_stress.c | 29 .nb_case = RTE_DIM(tests), 30 .cases = tests,
|
| H A D | test_ring_hts_stress.c | 30 .nb_case = RTE_DIM(tests), 31 .cases = tests,
|
| H A D | test_ring_rts_stress.c | 30 .nb_case = RTE_DIM(tests), 31 .cases = tests,
|
| H A D | test.c | 108 char *tests[argc]; /* store an array of tests to run */ in main() local 185 tests[test_count++] = dpdk_test; in main() 187 tests[test_count++] = argv[i]; in main() 220 if (strcmp(tests[i], skip_tests[j]) == 0) { in main() 221 fprintf(stderr, "Skipping %s [DPDK_TEST_SKIP]\n", tests[i]); in main() 227 snprintf(buf, sizeof(buf), "%s\n", tests[i]); in main() 229 printf("Error: invalid test command: '%s'\n", tests[i]); in main()
|
| H A D | test_ring_mt_peek_stress.c | 41 .nb_case = RTE_DIM(tests), 42 .cases = tests,
|
| H A D | test_ring_mt_peek_stress_zc.c | 52 .nb_case = RTE_DIM(tests), 53 .cases = tests,
|
| H A D | test_ring_st_peek_stress.c | 52 .nb_case = RTE_DIM(tests), 53 .cases = tests,
|
| H A D | test_ring_st_peek_stress_zc.c | 61 .nb_case = RTE_DIM(tests), 62 .cases = tests,
|
| H A D | test_pie.c | 95 struct tests { struct 927 struct tests func_pie_tests_quick[] = { 935 struct tests func_pie_tests[] = { 941 struct tests perf_pie_tests[] = { 949 static void run_tests(struct tests *test_type, uint32_t test_count, in run_tests()
|
| /dpdk/doc/guides/bbdevs/ |
| H A D | la12xx.rst | 95 In addition to the simple LDPC decoder and LDPC encoder tests, bbdev also provides 96 a range of additional tests under the test_vectors folder, which may be useful. The results 97 of these tests will depend on the LA12xx FEC capabilities which may cause some
|
| H A D | fpga_lte_fec.rst | 173 In addition to the simple turbo decoder and turbo encoder tests, bbdev also provides 174 a range of additional tests under the test_vectors folder, which may be useful. The results 175 of these tests will depend on the FPGA LTE FEC capabilities: 177 * turbo decoder tests: 186 * turbo encoder tests:
|
| H A D | acc100.rst | 134 In addition to the simple LDPC decoder and LDPC encoder tests, bbdev also provides 135 a range of additional tests under the test_vectors folder, which may be useful. The results 136 of these tests will depend on the device 5G/4G FEC capabilities which may cause some
|
| H A D | vrb2.rst | 154 In addition to the simple LDPC decoder and LDPC encoder tests, 155 bbdev also provides a range of additional tests under the test_vectors folder, 157 The results of these tests will depend on the device capabilities which may
|
| H A D | fpga_5gnr_fec.rst | 211 In addition to the simple LDPC decoder and LDPC encoder tests, bbdev also provides 212 a range of additional tests under the test_vectors folder, which may be useful. The results 213 of these tests will depend on the FPGA 5GNR FEC capabilities.
|
| /dpdk/app/test-cmdline/ |
| H A D | cmdline_test.py | 65 for test in cmdline_test_data.tests:
|
| H A D | cmdline_test_data.py | 66 tests = [ variable
|
| /dpdk/doc/guides/sample_app_ug/ |
| H A D | ipsec_secgw.rst | 1101 Note that most of the tests require the appropriate crypto PMD/device to be 1107 Two servers are required for the tests, SUT and DUT. 1152 * ``-4`` Perform tests with use of IPv4. One or both [-46] options needs to be 1155 * ``-6`` Perform tests with use of IPv6. One or both [-46] options needs to be 1158 * ``-m`` Add IPSec tunnel mixed IP version tests - outer IP version different 1161 * ``-i`` Run tests in inline mode. Regular tests will not be invoked. 1163 * ``-f`` Run tests for fallback mechanism. Regular tests will not be invoked. 1165 * ``-l`` Run tests in legacy mode only. It cannot be used with options [-fsc]. 1168 * ``-s`` Run all tests with reassembly support. On default only tests for 1171 * ``-c`` Run tests with use of cpu-crypto. For inline tests it will not be [all …]
|
| /dpdk/ |
| H A D | meson_options.txt | 59 option('tests', type: 'boolean', value: true, description: boolean 60 'build unit tests')
|
| /dpdk/doc/guides/rel_notes/ |
| H A D | release_21_11.rst | 359 * **Added lookaside protocol (IPsec) tests in dpdk-test.** 361 * Added known vector tests (AES-GCM 128, 192, 256). 362 * Added tests to verify error reporting with ICV corruption. 363 * Added tests to verify IV generation. 364 * Added tests to verify UDP encapsulation. 365 * Added tests to verify UDP encapsulation ports. 366 * Added tests to validate packets soft expiry. 367 * Added tests to validate packets hard expiry. 368 * Added tests to verify tunnel header verification in IPsec inbound. 369 * Added tests to verify inner checksum. [all …]
|
| /dpdk/dts/ |
| H A D | poetry.lock | 108 tests = ["pytest (>=3.2.1,!=3.3.0)"] 951 tests = ["eradicate (>=2.0.0)", "mypy", "pylama-quotes", "pylint (>=2.11.1)", "pytest (>=7.1.2)", "pytest-mypy", "radon (>=5.1.0)", "toml", "types-setuptools", "types-toml", "vulture"] 979 tests = ["hypothesis (>=3.27.0)", "pytest (>=3.2.1,!=3.3.0)"]
|