Lines Matching refs:test

4 dpdk-test-bbdev Application
7 The ``dpdk-test-bbdev`` tool is a Data Plane Development Kit (DPDK) utility that
21 test-bbdev.py [-h] [-p TESTAPP_PATH] [-e EAL_PARAMS] [-t TIMEOUT]
37 Indicates the path to the bbdev test app. If not specified path is set based
38 on "../.." concatenated with "*/build/app/dpdk-test-bbdev*".
41 Specifies EAL arguments which are passed to the test app. For more details,
48 Defines test cases to run. If not specified all available tests are run.
52 ``./test-bbdev.py -c validation``
53 Runs validation test suite
55 ``./test-bbdev.py -c latency throughput``
56 Runs latency and throughput test suites
59 Specifies paths to the test vector files. If not specified path is set based
60 on "../.." concatenated with "*/app/test-bbdev/test_vectors/bbdev_null.data*"
65 ``./test-bbdev.py -v app/test-bbdev/test_vectors/turbo_dec_test1.data``
68 ``./test-bbdev.py -v turbo_dec_test1.data turbo_enc_test2.data``
69 The bbdev test app is executed twice. First time vector is filled based on
96 There are 7 main test cases that can be executed using testbbdev tool:
103 - Compares the dequeued data buffer with a expected values in the test
110 - The test measures 4 metrics
143 - Similar to Throughput test case, but using interrupts. No polling.
149 Thanks to the globbing functionality in python test-bbdev.py script allows to
156 …./test-bbdev.py -v app/test-bbdev/test_vectors/turbo_<enc/dec>_c<c>_k<k>_r<r>_e<e>_<extra-info>.da…
204 ./test-bbdev.py -v app/test-bbdev/turbo_*_default.data
223 All default reference test-vectors are stored in the test_vector
242 |-- test-bbdev
247 |-- dpdk-test-bbdev
254 ./test-bbdev.py -p ../../build/app/dpdk-test-bbdev
257 It runs all available tests using the test vector filled based on
268 ./test-bbdev.py -p ../../build/app/dpdk-test-bbdev
272 It runs **validation** test for each vector file that matches the given pattern.
286 ./test-bbdev.py -e="--vdev=baseband_null0"
299 parameters and buffers for validation purpose. New test vector files should be
300 stored in ``app/test-bbdev/test_vectors/`` directory. Detailed description of
301 the syntax of the test vector files is in the following section.
304 Basic principles for test vector files
335 Bbdev-test adjusts the byte endianness based on the PMD capability (data_endianness)
336 and all the test vectors input/output data are assumed to be LE by default
342 Turbo decoder test vectors template
491 Turbo encoder test vectors template
571 LDPC decoder test vectors template
695 LDPC encoder test vectors template