Home
last modified time | relevance | path

Searched refs:errors (Results 1 – 25 of 43) sorted by relevance

12

/dpdk/devtools/
H A Ddts-check-format.sh49 errors=0
60 errors=$((errors + 1))
67 errors=$((errors + 1))
76 errors=$((errors + retval))
79 errors=$((errors + 1))
83 errors=$((errors + 1))
94 errors=$((errors + $?))
97 errors=$((errors + 1))
108 errors=$((errors + $?))
111 errors=$((errors + 1))
[all …]
/dpdk/app/test/
H A Dtest_dmadev.c101 printf("Errors: %"PRIu64"\r", stats.errors); in runtest()
105 if (check_err_stats && stats.errors != 0) in runtest()
603 if (stats.errors != baseline.errors + err_count) in test_failure_in_full_burst()
605 stats.errors, baseline.errors + err_count); in test_failure_in_full_burst()
1167 if (stats.completed != 0 || stats.submitted != 0 || stats.errors != 0) in test_dmadev_setup()
1170 stats.completed, stats.submitted, stats.errors); in test_dmadev_setup()
H A Dtest_dispatcher.c66 RTE_ATOMIC(int) errors;
338 rte_atomic_fetch_add_explicit(&app->errors, 1, rte_memory_order_relaxed); in test_app_queue_note_error()
792 return rte_atomic_load_explicit(&app->errors, rte_memory_order_relaxed); in test_app_get_errors()
/dpdk/drivers/net/hinic/
H A Dhinic_pmd_rx.h65 u64 errors; member
/dpdk/doc/guides/prog_guide/
H A Dasan.rst9 is a widely-used debugging tool to detect memory access errors.
11 overruns in C/C++ programs, and other similar errors, as well as
/dpdk/doc/guides/tools/
H A Dpmdinfo.rst35 or ELF/JSON parsing errors in these libraries.
H A Dtestbbdev.rst485 ``OK`` means no errors are expected. Cannot be used with other values.
566 ``OK`` means no errors are expected. Cannot be used with other values.
689 ``OK`` means no errors are expected. Cannot be used with other values.
797 ``OK`` means no errors are expected. Cannot be used with other values.
930 ``OK`` means no errors are expected. Cannot be used with other values.
/dpdk/lib/dmadev/
H A Drte_dmadev_trace_fp.h28 rte_trace_point_emit_u64(stats->errors);
H A Drte_dmadev.h634 uint64_t errors;
779 * The initial value is 256, which reserves space for future errors.
615 uint64_t errors; global() member
/dpdk/doc/guides/mldevs/
H A Dcnxk.rst257 ML firmware can be configured during load to handle the DPE errors reported
259 When enabled, firmware would mask the DPE non-fatal hardware errors as warnings.
268 With the above configuration, DPE non-fatal errors reported by HW
269 are considered as errors.
/dpdk/lib/ipsec/
H A Dsa.h141 } errors; member
H A Dipsec_telemetry.c90 sa->statistics.errors.count); in handle_telemetry_cmd_ipsec_sa_stats()
/dpdk/doc/guides/howto/
H A Ddebug_troubleshoot.rst259 * Isolate if the cause of errors for err_count using ``rte_cryptodev_stats``.
267 * Isolate if the cause of errors for err_count using ``rte_cryptodev_stats``.
438 #. If there are vendor or application specific metadata, check for errors due
443 possible errors in the secondary process where the configuration fails and
H A Dopenwrt.rst73 version >= 2.2, otherwise the compilation will fail with errors.
H A Dvirtio_user_as_exception_path.rst131 If unsupported by the physical NIC, errors may be reported by testpmd with this option.
/dpdk/drivers/net/hns3/
H A Dhns3_stats.c21 HNS3_RXQ_BASIC_STATS_FIELD_OFFSET(errors)}
928 rxq_stats->errors = rxq->err_stats.l2_errors + in hns3_rxq_basic_stats_get()
938 stats->rcb_rx_ring_pktnum[i] > rxq_stats->errors ? in hns3_rxq_basic_stats_get()
939 stats->rcb_rx_ring_pktnum[i] - rxq_stats->errors : 0; in hns3_rxq_basic_stats_get()
/dpdk/drivers/net/netvsc/
H A Dhn_var.h44 uint64_t errors; member
/dpdk/drivers/net/mana/
H A Drx.c487 rxq->stats.errors++; in mana_rx_burst()
549 rxq->stats.errors++; in mana_rx_burst()
/dpdk/license/
H A DREADME16 text, can be more efficient for developers; decreases errors; and improves
/dpdk/doc/guides/rel_notes/
H A Drelease_2_2.rst74 * Check more errors for ESB2 init and reset
75 * Check more NVM read errors
374 errors, and jabber errors were removed as they are already accounted for
H A Drelease_21_08.rst127 * **Updated testpmd to output log errors to stderr.**
129 Updated testpmd application to output log errors and warnings to stderr
/dpdk/examples/dma/
H A Ddmafwd.c145 printf("\n\t Total failed ops: %"PRIu64"", stats.errors); in print_dmadev_stats()
248 delta_ts.total_failed += stats.errors; in print_stats()
/dpdk/doc/guides/vdpadevs/
H A Dmlx5.rst151 Upon potential hardware errors, mlx5 PMD try to recover, give up if failed 3
/dpdk/doc/guides/rawdevs/
H A Dcnxk_gpio.rst207 assumes that all GPIOs are controllable so some errors during test are expected.
/dpdk/examples/l2fwd-crypto/
H A Dmain.c247 uint64_t errors; member
317 crypto_statistics[cdevid].errors); in print_stats()
321 total_packets_errors += crypto_statistics[cdevid].errors; in print_stats()
357 crypto_statistics[cparams->dev_id].errors += (n - ret); in l2fwd_crypto_send_burst()

12