Home
last modified time | relevance | path

Searched refs:failure (Results 1 – 25 of 38) sorted by relevance

12

/dpdk/devtools/
H A Dcheck-git-log.sh58 failure=false
127 \"$bad_line\": $bad_word --> $word\n" && failure=true;}
135 [ -z "$bad" ] || { printf "Headline too long:\n$bad\n" && failure=true;}
141 [ -z "$bad" ] || { printf "Line too long:\n$bad\n" && failure=true;}
149 && failure=true;}
156 [ -z "$bad" ] || { printf "Wrong tag:\n$bad\n" && failure=true;}
166 && failure=true;}
176 && failure=true;}
204 && failure=true;}
207 if $failure ; then
[all …]
/dpdk/doc/guides/sample_app_ug/
H A Dkeep_alive.rst10 of this failure. Its purpose is to ensure the failure of the core
27 higher level fault management entity of the core failure in order to
32 to detect its failure.
/dpdk/lib/eal/x86/include/
H A Drte_atomic_64.h192 int failure) in rte_atomic128_cmp_exchange() argument
196 RTE_SET_USED(failure); in rte_atomic128_cmp_exchange()
/dpdk/lib/eal/arm/include/
H A Drte_atomic_64.h101 int failure) in rte_atomic128_cmp_exchange() argument
108 RTE_SET_USED(failure); in rte_atomic128_cmp_exchange()
/dpdk/drivers/dma/ioat/
H A Dioat_dmadev.c78 ioat->failure = 0; in ioat_vchan_setup()
429 if (ioat->failure != 0) { in ioat_completed()
448 ioat->failure = ioat->regs->chanerr; in ioat_completed()
505 if (ioat->failure > 0) { in ioat_completed_status()
506 status[0] = __translate_status_ioat_to_dma(ioat->failure); in ioat_completed_status()
508 ioat->failure = 0; in ioat_completed_status()
H A Dioat_internal.h25 unsigned int failure; /* Used to store chanerr for error handling. */ member
/dpdk/.github/workflows/
H A Dbuild.yml149 - name: Upload logs on failure
150 if: failure()
289 - name: Upload logs on failure
290 if: failure()
/dpdk/drivers/net/failsafe/
H A Dfailsafe_ops.c261 bool failure = true; in fs_rx_queue_stop() local
273 failure = false; in fs_rx_queue_stop()
279 return (failure) ? err : 0; in fs_rx_queue_stop()
314 bool failure = true; in fs_tx_queue_stop() local
326 failure = false; in fs_tx_queue_stop()
332 return (failure) ? err : 0; in fs_tx_queue_stop()
/dpdk/doc/guides/contributing/
H A Dunit_test.rst325 in order to reflect failure state back to the runner.
332 by returning a test result failure, using the ``TEST_FAILED`` error code.
341 but will also log details about the failure.
/dpdk/config/ppc/
H A Dmeson.build13 # is used, resulting in a build failure.
/dpdk/lib/eal/include/generic/
H A Drte_atomic.h1112 int failure);
/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/prog_guide/
H A Dip_fragment_reassembly_lib.rst60 … of reinserting existing keys into alternative locations, ip_frag_tbl_add() just returns a failure.
H A Drib_lib.rst131 In case of a next hop failure, we need to replace an active failed next hop with a
H A Dlink_bonding_poll_mode_drv_lib.rst62 thereby providing fault tolerance to slave failure. The single logical
176 - Validate flow for each slave, failure at least for one slave causes to
177 bond validation failure.
H A Dgraph_lib.rst378 On LPM lookup failure, objects are redirected to pkt_drop node.
/dpdk/lib/hash/
H A Drte_cuckoo_hash.c1123 goto failure; in __rte_hash_add_key_with_hash()
1130 goto failure; in __rte_hash_add_key_with_hash()
1171 goto failure; in __rte_hash_add_key_with_hash()
1190 failure: in __rte_hash_add_key_with_hash()
/dpdk/doc/guides/rel_notes/
H A Drelease_16_04.rst336 * **i40e: Fixed failure of reading/writing RX control registers.**
340 failure.
437 * **examples/vhost: Fixed frequent mbuf allocation failure.**
H A Drelease_2_1.rst471 * **devargs: Fix crash on failure.**
916 * **mlx4: Fix possible crash on scattered mbuf allocation failure.**
H A Drelease_16_07.rst193 * **igb_uio: Fixed possible mmap failure for Linux >= 4.5.**
H A Drelease_18_02.rst17 to failure during initialization of secondary processes.
/dpdk/doc/guides/nics/
H A Dena.rst152 * Device reset upon failure
/dpdk/doc/guides/howto/
H A Ddebug_troubleshoot.rst364 * If the failure is on the enqueue stage for events, check if queue depth
/dpdk/doc/guides/tools/
H A Dtestbbdev.rst231 rate matching is expected, or crc_fail when a CRC failure is expected.

12