| /dpdk/app/test/ |
| H A D | test_ring_stress.c | 16 test->name, test->cases[i].name); in run_test() 18 rc = test->cases[i].func(test->cases[i].wfunc); in run_test() 23 test->name, test->cases[i].name); in run_test() 26 test->name, test->cases[i].name); in run_test()
|
| H A D | test_ring_stress.h | 32 const struct test_case *cases; member
|
| H A D | test_ring_mpmc_stress.c | 30 .cases = tests,
|
| H A D | test_ring_rts_stress.c | 31 .cases = tests,
|
| H A D | test_ring_hts_stress.c | 31 .cases = tests,
|
| H A D | test_ring_mt_peek_stress.c | 42 .cases = tests,
|
| H A D | test_ring_mt_peek_stress_zc.c | 53 .cases = tests,
|
| H A D | test_ring_st_peek_stress.c | 53 .cases = tests,
|
| H A D | test_ring_st_peek_stress_zc.c | 62 .cases = tests,
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | meson_ut.rst | 7 This section describes how to run test cases with the DPDK meson build system. 12 Grouping of test cases 15 Test cases have been classified into four different groups. 52 Test cases are run serially by default for better stability. 69 Dealing with skipped test cases 72 Some unit test cases have a dependency on external libraries, driver modules 73 or config flags, without which the test cases cannot be run. Such test cases 74 will be reported as skipped if they cannot run. To enable those test cases,
|
| H A D | fib_lib.rst | 79 memory read access in most cases. In the statistically rare case where the best 130 Use cases 133 The FIB library is useful for any use cases that rely on the Longest Prefix Match (LPM) 136 More complex use cases are also possible, as it is possible to have next hop IDs 138 These use cases could include storing two next hop IDs inside the 63 bits of the next hop.
|
| H A D | writing_efficient_code.rst | 36 In some cases, using dynamic allocation is necessary, 191 in many use cases. They can be replaced by __atomic builtins that conform to 197 Some typical optimization cases are listed below: 202 Some use cases require atomicity alone, the ordering of the memory operations 210 Some use cases allow for memory reordering in one way while requiring memory 225 Lock-free reader-writer concurrency is one of the common use cases in DPDK.
|
| H A D | build-sdk-meson.rst | 44 Installing meson will, in many cases, also install ninja, but, if not 151 previously configured. In most cases no arguments are necessary. 178 install directory, so that ld.so can find them in cases where one driver may
|
| H A D | rawdev.rst | 38 * Device Start/Stop - In some cases, 'reset' might also be required which
|
| /dpdk/doc/guides/contributing/ |
| H A D | unit_test.rst | 30 A test suite is a group of test cases, 120 Running test cases via Meson 155 The ``meson test`` command can also execute individual Meson test cases 164 Note that these test cases must be known to Meson 179 #. *test cases* which are individual tests 180 #. *test suites* which are groups of test cases 196 and vector of unit test cases. 206 in this case the test cases will be run, 211 Test cases are added to the ``.unit_test_cases`` element 324 Test cases have multiple ways of indicating an error has occurred, [all …]
|
| H A D | stable.rst | 106 In some limited cases, it may be acceptable to backport a new feature 124 but may be considered in some cases where:
|
| /dpdk/doc/guides/bbdevs/ |
| H A D | la12xx.rst | 95 "-c", "--test-cases" : Defines test cases to run. Run all if not specified.
|
| H A D | acc100.rst | 186 "-c", "--test-cases" : Defines test cases to run. Run all if not specified.
|
| /dpdk/doc/guides/linux_gsg/ |
| H A D | linux_drivers.rst | 30 …It is recommended that ``vfio-pci`` be used as the kernel module for DPDK-bound ports in all cases. 131 In most cases, specifying "iommu=on" as kernel parameter should be enough to 267 In most cases, the ``error -22`` indicates that the VFIO subsystem 335 In many cases, the standard ``uio_pci_generic`` module included in the Linux kernel
|
| /dpdk/doc/guides/rel_notes/ |
| H A D | deprecation.rst | 28 use cases do not require full barriers. To support such use cases, DPDK has
|
| H A D | release_19_08.rst | 12 * **EAL will now pick IOVA as VA mode as the default in most cases.** 16 manner, and will default to IOVA as VA in most cases. 137 Added support for digest-encrypted cases where digest is appended 360 there may be cases where the default is unsuitable.
|
| /dpdk/doc/guides/cryptodevs/ |
| H A D | overview.rst | 46 - "Digest encrypted" feature flag means PMD support hash-cipher cases,
|
| H A D | virtio.rst | 81 The unit test cases can be tested as below:
|
| /dpdk/doc/guides/compressdevs/ |
| H A D | octeontx.rst | 79 * The unit test cases can be tested as below:
|
| /dpdk/doc/guides/howto/ |
| H A D | debug_troubleshoot.rst | 18 In all the above cases, it is tedious to isolate, debug, and understand various 26 feedback and suggestions from the community, more cases can be covered. 232 #. Performance issue can be due to special cases
|