Home
last modified time | relevance | path

Searched refs:cases (Results 1 – 25 of 84) sorted by relevance

1234

/dpdk/app/test/
H A Dtest_ring_stress.c16 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 Dtest_ring_stress.h32 const struct test_case *cases; member
H A Dtest_ring_mpmc_stress.c30 .cases = tests,
H A Dtest_ring_rts_stress.c31 .cases = tests,
H A Dtest_ring_hts_stress.c31 .cases = tests,
H A Dtest_ring_mt_peek_stress.c42 .cases = tests,
H A Dtest_ring_mt_peek_stress_zc.c53 .cases = tests,
H A Dtest_ring_st_peek_stress.c53 .cases = tests,
H A Dtest_ring_st_peek_stress_zc.c62 .cases = tests,
/dpdk/doc/guides/prog_guide/
H A Dmeson_ut.rst7 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 Dfib_lib.rst79 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 Dwriting_efficient_code.rst36 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 Dbuild-sdk-meson.rst44 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 Drawdev.rst38 * Device Start/Stop - In some cases, 'reset' might also be required which
/dpdk/doc/guides/contributing/
H A Dunit_test.rst30 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 Dstable.rst106 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 Dla12xx.rst95 "-c", "--test-cases" : Defines test cases to run. Run all if not specified.
H A Dacc100.rst186 "-c", "--test-cases" : Defines test cases to run. Run all if not specified.
/dpdk/doc/guides/linux_gsg/
H A Dlinux_drivers.rst30 …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 Ddeprecation.rst28 use cases do not require full barriers. To support such use cases, DPDK has
H A Drelease_19_08.rst12 * **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 Doverview.rst46 - "Digest encrypted" feature flag means PMD support hash-cipher cases,
H A Dvirtio.rst81 The unit test cases can be tested as below:
/dpdk/doc/guides/compressdevs/
H A Docteontx.rst79 * The unit test cases can be tested as below:
/dpdk/doc/guides/howto/
H A Ddebug_troubleshoot.rst18 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

1234