Home
last modified time | relevance | path

Searched refs:condition (Results 1 – 25 of 27) sorted by relevance

12

/dpdk/devtools/
H A Dprocess-iwyu.py57 def get_build_config(builddir, condition): argument
60 return [ln for ln in f.readlines() if condition(ln)]
/dpdk/lib/port/
H A Drte_swx_port_ethdev.c15 #define CHECK(condition) \ argument
17 if (!(condition)) \
H A Drte_swx_port_source_sink.c18 #define CHECK(condition) \ argument
20 if (!(condition)) \
/dpdk/lib/eal/include/
H A Drte_common.h420 #define RTE_BUILD_BUG_ON(condition) ((void)sizeof(char[1 - 2*!!(condition)])) argument
/dpdk/doc/guides/dmadevs/
H A Didxd.rst148 or ``--file-prefix`` prefix condition must also be present in the allow list.
150 any device that passes the prefix condition must not be in the block list.
151 For example, to only use ``wq0.3``, assuming the name prefix condition is met::
/dpdk/doc/guides/prog_guide/
H A Dbpf_lib.rst41 These instructions have implicit program exit condition as well. When
H A Dcompressdev.rst251 i.e. amount of data successfully produced until out of space condition
256 out of space condition hit. PMD has ability to recover
404 OUT_OF_SPACE is a condition when output buffer runs out of space and where PMD
405 still has more data to produce. If PMD runs into such condition, then PMD returns
588 …urst in DPDK compression can be a combination of stateless and stateful operations with a condition
H A Dqos_framework.rst940 the existence of the oversubscription condition does not represent a problem,
988 with the management plane preventing this condition from occurring for the other (higher priority) …
1459 …| specific condition, any relative performance value above 100% runs slower than the reference met…
H A Dpoll_mode_drv.rst239 One descriptor in the TX ring is used as a sentinel to avoid a hardware race condition, hence the m…
/dpdk/doc/guides/contributing/
H A Dunit_test.rst340 which will immediately return ``TEST_FAILED`` error condition,
348 In the above macro, *cond* is the condition to evaluate to **true**.
349 Any generic condition can go here.
H A Dabi_policy.rst94 ABI version increment and the HEAD label of the git tree, with the condition
/dpdk/doc/guides/nics/
H A Dhns3.rst79 When provided parameter is not supported, ``vec`` usage condition will
99 When provided parameter is not supported, ``vec`` usage condition will
H A Dbnx2x.rst111 For others, PMD detects the condition where Rx packet length cannot
H A Dfm10k.rst51 of 2. With this pre-condition, the ring pointer can easily scroll back to the
H A Dqede.rst118 recommended for use under normal condition.
H A Dixgbe.rst17 They are transparently registered at runtime RX/TX execution if all condition checks pass.
H A Dfeatures.rst923 Supports getting a monitoring condition to use together with Ethernet PMD power
H A Di40e.rst242 of 2. With this pre-condition, the ring pointer can easily scroll back to the
/dpdk/lib/table/
H A Drte_swx_table_em.c13 #define CHECK(condition, err_code) \ argument
15 if (!(condition)) \
/dpdk/doc/guides/rawdevs/
H A Dcnxk_gpio.rst195 the list of raw devices on condition ``--vdev=cnxk_gpio,gpiochip=<number>`` was
/dpdk/doc/guides/rel_notes/
H A Drelease_2_1.rst643 * **i40e: Fix condition to get VMDQ info.**
950 * **timer: Fix race condition.**
952 Eliminate problematic race condition in ``rte_timer_manage()`` that can lead
H A Drelease_2_2.rst308 wait at least 3ms before reading any registers. Remove this condition since
H A Drelease_19_11.rst424 subsequent releases, with the condition that ABI compatibility with the major
/dpdk/lib/pipeline/
H A Drte_swx_ctl.c17 #define CHECK(condition, err_code) \ argument
19 if (!(condition)) \
/dpdk/doc/guides/howto/
H A Dlm_bond_virtio_sriov.rst679 add acl-rule condition 1 1 port-set 1

12