| /dpdk/app/test/ |
| H A D | test.c | 266 suite->skipped += ts->skipped; in unit_test_suite_count_tcs_on_setup_fail() 276 suite->skipped++; in unit_test_suite_count_tcs_on_setup_fail() 293 suite->skipped = 0; in unit_test_suite_reset_counts() 333 suite->skipped++; in unit_test_suite_runner() 357 suite->skipped++; in unit_test_suite_runner() 397 suite->skipped += ts->skipped; in unit_test_suite_runner() 416 ts->succeeded, ts->total, ts->skipped, ts->total, in unit_test_suite_runner() 429 printf(" + Tests Skipped : %2d\n", suite->skipped); in unit_test_suite_runner() 440 if (suite->total == suite->skipped) in unit_test_suite_runner()
|
| H A D | test.h | 154 unsigned int skipped; member
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | meson_ut.rst | 31 the ``-C <build path>`` option can be skipped as below:: 65 their environment. If a test can't run, then it should be skipped, as described 69 Dealing with skipped test cases 74 will be reported as skipped if they cannot run. To enable those test cases, 76 Below are a few possible causes why tests may be skipped: 81 #. Not enough processing cores. Some tests are skipped on machines with 2 or 4 cores.
|
| H A D | timer_lib.rst | 61 so this additional check is skipped in favor of checking as normal once the lock has been taken.)
|
| H A D | reorder_lib.rst | 62 Any gaps in the Order buffer at that point are skipped, and those packet will
|
| /dpdk/app/test-bbdev/ |
| H A D | main.c | 51 unsigned int total = 0, skipped = 0, succeeded = 0, failed = 0; in unit_test_suite_runner() local 90 skipped++; in unit_test_suite_runner() 111 printf(" + Tests Skipped : %2d\n", skipped); in unit_test_suite_runner()
|
| /dpdk/drivers/event/dlb2/ |
| H A D | dlb2_selftest.c | 1481 int found = 0, skipped = 0, passed = 0, failed = 0; in test_dlb2_eventdev() local 1484 for (i = 0; found + skipped < num_evdevs && i < RTE_EVENT_MAX_DEVS; in test_dlb2_eventdev() 1493 skipped++; in test_dlb2_eventdev() 1501 skipped++; in test_dlb2_eventdev() 1519 found, skipped, passed, failed); in test_dlb2_eventdev()
|
| /dpdk/buildtools/pkg-config/ |
| H A D | meson.build | 27 # are skipped in the case of static linkage thanks to the flag --as-needed.
|
| /dpdk/doc/guides/nics/ |
| H A D | qede.rst | 283 EAL: Not managed by a supported kernel driver, skipped 286 EAL: Not managed by a supported kernel driver, skipped
|
| H A D | bnxt.rst | 627 // reset can be skipped, if application wants to see accumulated stats
|
| /dpdk/doc/guides/bbdevs/ |
| H A D | la12xx.rst | 124 testcases to be skipped, but no failure should be reported.
|
| H A D | acc100.rst | 216 testcases to be skipped, but no failure should be reported.
|
| /dpdk/doc/guides/howto/ |
| H A D | lm_bond_virtio_sriov.rst | 266 skipped: 0 pages 287 skipped: 0 pages
|
| H A D | lm_virtio_vhost_user.rst | 212 skipped: 0 pages
|
| /dpdk/drivers/net/bonding/ |
| H A D | rte_eth_bond_pmd.c | 2145 int skipped = 0; in bond_ethdev_close() local 2152 while (internals->slave_count != skipped) { in bond_ethdev_close() 2153 uint16_t port_id = internals->slaves[skipped].port_id; in bond_ethdev_close() 2158 skipped++; in bond_ethdev_close() 2166 skipped++; in bond_ethdev_close()
|
| /dpdk/doc/guides/sample_app_ug/ |
| H A D | ipv4_multicast.rst | 208 that is, the "clone" operation is skipped completely.
|
| /dpdk/doc/guides/contributing/ |
| H A D | vulnerability.rst | 164 If the fix is already published, this step is skipped,
|
| H A D | unit_test.rst | 354 Sometimes it is important to indicate that a test needs to be skipped,
|
| H A D | coding_style.rst | 966 applications, these checks can be skipped by using the ``indirect_headers``
|