| /dpdk/devtools/ |
| H A D | process-iwyu.py | 57 def get_build_config(builddir, condition): argument 60 return [ln for ln in f.readlines() if condition(ln)]
|
| /dpdk/lib/port/ |
| H A D | rte_swx_port_ethdev.c | 15 #define CHECK(condition) \ argument 17 if (!(condition)) \
|
| H A D | rte_swx_port_source_sink.c | 18 #define CHECK(condition) \ argument 20 if (!(condition)) \
|
| /dpdk/lib/eal/include/ |
| H A D | rte_common.h | 420 #define RTE_BUILD_BUG_ON(condition) ((void)sizeof(char[1 - 2*!!(condition)])) argument
|
| /dpdk/doc/guides/dmadevs/ |
| H A D | idxd.rst | 148 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 D | bpf_lib.rst | 41 These instructions have implicit program exit condition as well. When
|
| H A D | compressdev.rst | 251 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 D | qos_framework.rst | 940 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 D | poll_mode_drv.rst | 239 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 D | unit_test.rst | 340 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 D | abi_policy.rst | 94 ABI version increment and the HEAD label of the git tree, with the condition
|
| /dpdk/doc/guides/nics/ |
| H A D | hns3.rst | 79 When provided parameter is not supported, ``vec`` usage condition will 99 When provided parameter is not supported, ``vec`` usage condition will
|
| H A D | bnx2x.rst | 111 For others, PMD detects the condition where Rx packet length cannot
|
| H A D | fm10k.rst | 51 of 2. With this pre-condition, the ring pointer can easily scroll back to the
|
| H A D | qede.rst | 118 recommended for use under normal condition.
|
| H A D | ixgbe.rst | 17 They are transparently registered at runtime RX/TX execution if all condition checks pass.
|
| H A D | features.rst | 923 Supports getting a monitoring condition to use together with Ethernet PMD power
|
| H A D | i40e.rst | 242 of 2. With this pre-condition, the ring pointer can easily scroll back to the
|
| /dpdk/lib/table/ |
| H A D | rte_swx_table_em.c | 13 #define CHECK(condition, err_code) \ argument 15 if (!(condition)) \
|
| /dpdk/doc/guides/rawdevs/ |
| H A D | cnxk_gpio.rst | 195 the list of raw devices on condition ``--vdev=cnxk_gpio,gpiochip=<number>`` was
|
| /dpdk/doc/guides/rel_notes/ |
| H A D | release_2_1.rst | 643 * **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 D | release_2_2.rst | 308 wait at least 3ms before reading any registers. Remove this condition since
|
| H A D | release_19_11.rst | 424 subsequent releases, with the condition that ABI compatibility with the major
|
| /dpdk/lib/pipeline/ |
| H A D | rte_swx_ctl.c | 17 #define CHECK(condition, err_code) \ argument 19 if (!(condition)) \
|
| /dpdk/doc/guides/howto/ |
| H A D | lm_bond_virtio_sriov.rst | 679 add acl-rule condition 1 1 port-set 1
|