Home
last modified time | relevance | path

Searched refs:skipped (Results 1 – 19 of 19) sorted by relevance

/dpdk/app/test/
H A Dtest.c266 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 Dtest.h154 unsigned int skipped; member
/dpdk/doc/guides/prog_guide/
H A Dmeson_ut.rst31 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 Dtimer_lib.rst61 so this additional check is skipped in favor of checking as normal once the lock has been taken.)
H A Dreorder_lib.rst62 Any gaps in the Order buffer at that point are skipped, and those packet will
/dpdk/app/test-bbdev/
H A Dmain.c51 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 Ddlb2_selftest.c1481 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 Dmeson.build27 # are skipped in the case of static linkage thanks to the flag --as-needed.
/dpdk/doc/guides/nics/
H A Dqede.rst283 EAL: Not managed by a supported kernel driver, skipped
286 EAL: Not managed by a supported kernel driver, skipped
H A Dbnxt.rst627 // reset can be skipped, if application wants to see accumulated stats
/dpdk/doc/guides/bbdevs/
H A Dla12xx.rst124 testcases to be skipped, but no failure should be reported.
H A Dacc100.rst216 testcases to be skipped, but no failure should be reported.
/dpdk/doc/guides/howto/
H A Dlm_bond_virtio_sriov.rst266 skipped: 0 pages
287 skipped: 0 pages
H A Dlm_virtio_vhost_user.rst212 skipped: 0 pages
/dpdk/drivers/net/bonding/
H A Drte_eth_bond_pmd.c2145 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 Dipv4_multicast.rst208 that is, the "clone" operation is skipped completely.
/dpdk/doc/guides/contributing/
H A Dvulnerability.rst164 If the fix is already published, this step is skipped,
H A Dunit_test.rst354 Sometimes it is important to indicate that a test needs to be skipped,
H A Dcoding_style.rst966 applications, these checks can be skipped by using the ``indirect_headers``