Home
last modified time | relevance | path

Searched refs:fails (Results 1 – 25 of 28) sorted by relevance

12

/dpdk/drivers/dma/ioat/
H A Dioat_dmadev.c426 int state, fails = 0; in ioat_completed() local
456 fails++; in ioat_completed()
461 ioat->stats.errors += fails; in ioat_completed()
476 uint64_t fails = 0; in ioat_completed_status() local
502 fails++; in ioat_completed_status()
514 ioat->stats.errors += fails; in ioat_completed_status()
/dpdk/doc/guides/sample_app_ug/
H A Dvhost.rst179 * QEMU fails to allocate memory on hugetlbfs, with an error like the
200 * Device start fails if NIC's max queues > the default number of 128
211 * Device start fails when enabling "builtin-net-driver" without memory
/dpdk/doc/guides/linux_gsg/
H A Dbuild_sample_apps.rst163 …emory is requested by explicitly passing a ``-m`` or ``--socket-mem`` value, the application fails.
170 … the application attempts to create an object, such as a ring or memory pool in socket 0, it fails.
181 If the DPDK cannot allocate enough memory on each socket, the EAL initialization fails.
/dpdk/drivers/net/sfc/
H A Dmeson.build65 # linkage fails
/dpdk/doc/guides/prog_guide/
H A Dring_lib.rst24 * Bulk dequeue - Dequeues the specified count of objects if successful; otherwise fails
26 * Bulk enqueue - Enqueues the specified count of objects if successful; otherwise fails
239 the CAS operation fails, and the code restarts at first step.
H A Drib_lib.rst156 /* nexthop id fail_nh fails */
H A Dgeneric_receive_offload_lib.rst99 GRO fails to merge packets when encounters packet reordering.
H A Dmember_lib.rst306 …mber_add()`` function is used to insert an element/key into a set-summary structure. If it fails an
375 …rte_membership_delete()`` function deletes an element/key from a set-summary structure, if it fails
H A Dtraffic_management.rst216 This function fails when the currently configured hierarchy is not supported by
H A Dlink_bonding_poll_mode_drv_lib.rst61 slave becomes active if, and only if, the primary active slave fails,
H A Drte_flow.rst118 If it fails with an error of type ``RTE_FLOW_ERROR_TYPE_STATE``,
3062 If it fails with an error of type ``RTE_FLOW_ERROR_TYPE_STATE``,
/dpdk/doc/guides/nics/
H A Dfail_safe.rst76 If the command fails or output an incorrect string, the sub-device is not
125 fails.
H A Dmvpp2.rst789 no - Do not flush TM hierarchy if commit fails.
H A Dvirtio.rst299 status changes, especially when vhost user disconnects. However, it fails
/dpdk/doc/guides/rel_notes/
H A Dknown_issues.rst182 A multi-process client application fails to initialize.
418 Binding PCI devices to igb_uio fails on Linux kernel 3.9 when more than one device is used
561 …such as Intel Broadwell/Skylake (and possibly future CPUs), and therefore compilation fails due to…
764 PHY link up fails when rebinding i40e NICs to kernel driver
782 First try to remove and reinsert the i40e kernel driver. If that fails
H A Drelease_16_07.rst118 * The first connect fails (for example when QEMU is not started yet).
195 The mmapping of the iomem range of the PCI device fails for kernels that
H A Drelease_22_03.rst236 without successfully starting the RTM transaction (``_xbegin()`` fails).
H A Drelease_21_05.rst319 fails and ``rte_errno`` is set to ``ENOTSUP``.
H A Drelease_16_04.rst439 The vhost-switch often fails to allocate mbuf when dequeue from vring because it
H A Drelease_17_11.rst259 * **Service core fails to call service callback due to atomic lock**
H A Drelease_2_1.rst533 * **ethdev: Fix crash if malloc of user callback fails.**
/dpdk/doc/guides/cryptodevs/
H A Dqat.rst523 If using a later kernel and the build fails with an error relating to
554 If the build fails due to missing header files you may need to do following::
562 … If the build or install fails due to mismatching kernel sources you may need to do the following::
577 * If QAT fails to bind to vfio-pci on Linux kernel 5.9+, please see the
/dpdk/drivers/event/sw/
H A Dsw_evdev_selftest.c1128 int fails = 0; in xstats_tests() local
1136 fails++; in xstats_tests()
1139 if (fails) { in xstats_tests()
1141 __LINE__, fails); in xstats_tests()
/dpdk/doc/guides/howto/
H A Ddebug_troubleshoot.rst443 possible errors in the secondary process where the configuration fails and
/dpdk/doc/guides/eventdevs/
H A Ddlb2.rst226 If enqueue fails, DLB PMD sets rte_errno as follows:

12