| /dpdk/devtools/ |
| H A D | dts-check-format.sh | 49 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 D | test_dmadev.c | 101 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 D | test_dispatcher.c | 66 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 D | hinic_pmd_rx.h | 65 u64 errors; member
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | asan.rst | 9 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 D | pmdinfo.rst | 35 or ELF/JSON parsing errors in these libraries.
|
| H A D | testbbdev.rst | 485 ``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 D | rte_dmadev_trace_fp.h | 28 rte_trace_point_emit_u64(stats->errors);
|
| H A D | rte_dmadev.h | 634 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 D | cnxk.rst | 257 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 D | sa.h | 141 } errors; member
|
| H A D | ipsec_telemetry.c | 90 sa->statistics.errors.count); in handle_telemetry_cmd_ipsec_sa_stats()
|
| /dpdk/doc/guides/howto/ |
| H A D | debug_troubleshoot.rst | 259 * 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 D | openwrt.rst | 73 version >= 2.2, otherwise the compilation will fail with errors.
|
| H A D | virtio_user_as_exception_path.rst | 131 If unsupported by the physical NIC, errors may be reported by testpmd with this option.
|
| /dpdk/drivers/net/hns3/ |
| H A D | hns3_stats.c | 21 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 D | hn_var.h | 44 uint64_t errors; member
|
| /dpdk/drivers/net/mana/ |
| H A D | rx.c | 487 rxq->stats.errors++; in mana_rx_burst() 549 rxq->stats.errors++; in mana_rx_burst()
|
| /dpdk/license/ |
| H A D | README | 16 text, can be more efficient for developers; decreases errors; and improves
|
| /dpdk/doc/guides/rel_notes/ |
| H A D | release_2_2.rst | 74 * 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 D | release_21_08.rst | 127 * **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 D | dmafwd.c | 145 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 D | mlx5.rst | 151 Upon potential hardware errors, mlx5 PMD try to recover, give up if failed 3
|
| /dpdk/doc/guides/rawdevs/ |
| H A D | cnxk_gpio.rst | 207 assumes that all GPIOs are controllable so some errors during test are expected.
|
| /dpdk/examples/l2fwd-crypto/ |
| H A D | main.c | 247 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()
|