Lines Matching refs:test

6 dpdk-test-bbdev Application
9 The ``dpdk-test-bbdev`` tool is a Data Plane Development Kit (DPDK) utility that
23 test-bbdev.py [-h] [-p TESTAPP_PATH] [-e EAL_PARAMS] [-t TIMEOUT]
39 Indicates the path to the bbdev test app. If not specified path is set based
40 on "../.." concatenated with "*/build/app/dpdk-test-bbdev*".
43 Specifies EAL arguments which are passed to the test app. For more details,
50 Defines test cases to run. If not specified all available tests are run.
54 ``./test-bbdev.py -c validation``
55 Runs validation test suite
57 ``./test-bbdev.py -c latency throughput``
58 Runs latency and throughput test suites
61 Specifies paths to the test vector files. If not specified path is set based
62 on "../.." concatenated with "*/app/test-bbdev/test_vectors/bbdev_null.data*"
67 ``./test-bbdev.py -v app/test-bbdev/test_vectors/turbo_dec_test1.data``
70 ``./test-bbdev.py -v turbo_dec_test1.data turbo_enc_test2.data``
71 The bbdev test app is executed twice. First time vector is filled based on
98 There are 7 main test cases that can be executed using testbbdev tool:
105 - Compares the dequeued data buffer with a expected values in the test
112 - The test measures 4 metrics
145 - Similar to Throughput test case, but using interrupts. No polling.
151 Thanks to the globbing functionality in python test-bbdev.py script allows to
158 …./test-bbdev.py -v app/test-bbdev/test_vectors/turbo_<enc/dec>_c<c>_k<k>_r<r>_e<e>_<extra-info>.da…
206 ./test-bbdev.py -v app/test-bbdev/turbo_*_default.data
225 All default reference test-vectors are stored in the test_vector
244 |-- test-bbdev
249 |-- dpdk-test-bbdev
256 ./test-bbdev.py -p ../../build/app/dpdk-test-bbdev
259 It runs all available tests using the test vector filled based on
270 ./test-bbdev.py -p ../../build/app/dpdk-test-bbdev
274 It runs **validation** test for each vector file that matches the given pattern.
288 ./test-bbdev.py -e="--vdev=baseband_null0"
301 parameters and buffers for validation purpose. New test vector files should be
302 stored in ``app/test-bbdev/test_vectors/`` directory. Detailed description of
303 the syntax of the test vector files is in the following section.
306 Basic principles for test vector files
337 Bbdev-test adjusts the byte endianness based on the PMD capability (data_endianness)
338 and all the test vectors input/output data are assumed to be LE by default
344 Turbo decoder test vectors template
493 Turbo encoder test vectors template
573 LDPC decoder test vectors template
697 LDPC encoder test vectors template
805 FFT test vectors template