| /dpdk/lib/eal/common/ |
| H A D | eal_common_proc.c | 97 struct pending_request_list requests; member 100 .requests = TAILQ_HEAD_INITIALIZER(pending_requests.requests), 125 TAILQ_FOREACH(r, &pending_requests.requests, next) { in find_pending_request() 514 TAILQ_REMOVE(&pending_requests.requests, req, next); in async_reply_handle_thread_unsafe() 900 TAILQ_INSERT_TAIL(&pending_requests.requests, pending_req, next); in mp_request_async() 942 TAILQ_INSERT_TAIL(&pending_requests.requests, &pending_req, next); in mp_request_sync() 951 TAILQ_REMOVE(&pending_requests.requests, &pending_req, next); in mp_request_sync() 1157 TAILQ_INSERT_TAIL(&pending_requests.requests, dummy, in rte_mp_request_async() 1201 TAILQ_INSERT_HEAD(&pending_requests.requests, dummy, next); in rte_mp_request_async()
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | multi_proc_support.rst | 218 notification mechanism, while the two types of "requests" are meant to be a two 222 Both messages and requests will trigger a named callback on the receiver side. 256 Sending requests 270 * ``nb_sent`` - number indicating how many requests were sent (i.e. how many 276 which responses appear is undefined. When doing synchronous requests, this 279 For asynchronous requests, a function pointer to the callback function must be 293 When doing asynchronous requests, there is no need to free the resulting 323 requests (i.e. sending a request while responding to another request) is not 324 supported. However, since sending messages (not requests) does not involve an 337 messages or synchronous requests. [all …]
|
| H A D | mempool_lib.rst | 79 To avoid having too many access requests to the memory pool's ring, 80 the memory pool allocator can maintain a per-core cache and do bulk requests to the memory pool's r…
|
| H A D | dmadev.rst | 104 enqueue requests. ``rte_dma_completed`` will return the number of successfully
|
| H A D | pdump_lib.rst | 60 …ing ``rte_mp_action_register()`` API. The primary process will listen to secondary process requests
|
| H A D | telemetry_lib.rst | 9 connection, taking requests from a connected client and replying with the JSON
|
| H A D | packet_distrib_lib.rst | 64 Once a worker lcore requests a new packet, the distributor assumes that it has completely finished …
|
| H A D | kernel_nic_interface.rst | 61 userspace callback and supporting async requests (default=off): 255 handle requests from the ``rte_kni`` kernel module. These functions
|
| H A D | vhost_lib.rst | 123 Since v16.04, the vhost library forwards checksum and gso requests for 209 Receives (dequeues) ``nb_ops`` virtio-crypto requests from guest, parses
|
| H A D | poll_mode_drv.rst | 255 This API requests the driver to release mbufs that are no longer in use, 492 set of statistics that it requests. This "set" of statistics allows the app to
|
| H A D | rte_flow.rst | 2001 field does not disable RSS in a flow rule. Doing so instead requests safe 2025 - ``0`` requests the default behavior. Depending on the packet type, it can 2031 - ``1`` requests RSS to be performed on the outermost packet encapsulation 3104 - ``1`` requests access to the outermost packet encapsulation level. 3105 - ``2`` and subsequent values requests access to the specified packet 4264 However PMDs are expected to do their best to satisfy application requests
|
| H A D | efd_lib.rst | 17 use storage metadata tables to forward I/O requests to the correct back end
|
| /dpdk/doc/guides/sample_app_ug/ |
| H A D | vm_power_management.rst | 22 - **Accepting requests for frequency changes for a vCPU** 28 - **The handling of VM application requests to change frequency.** 70 forwards frequency requests to the host using a ``virtio-serial`` channel 116 In addition to the ability to send power management requests to the 120 management requests. Once the VM sends the policy to the host, the VM no 138 A JSON interface enables the specification of power management requests 141 of requests and policies. See :ref:`power_man_requests` for more information. 345 requests again: 799 For CREATE/DESTROY policy requests only. 872 For ``CREATE`` and ``DESTROY`` policy requests only.
|
| /dpdk/doc/guides/platform/ |
| H A D | cnxk.rst | 83 requests from PF/VF, AF does resource provisioning and other HW configuration. 87 handle provisioning/configuration requests sent by any device from any domain. 451 CPT instruction requests 0 453 CPT NCB read requests 0 455 CPT read requests caused by UC fills 0
|
| /dpdk/doc/guides/linux_gsg/ |
| H A D | build_sample_apps.rst | 164 However, the application itself can also fail if the user requests less memory than the reserved am… 167 If the user requests 128 MB of memory, the 64 pages may not match the constraints:
|
| /dpdk/doc/guides/nics/ |
| H A D | memif.rst | 20 creates the socket and listens for any client connection requests. The socket 63 listens to connection requests from other processes. One socket can be used by
|
| H A D | kni.rst | 76 requests itself.
|
| H A D | dpaa.rst | 160 deallocation requests.
|
| H A D | bnxt.rst | 684 In this approach the offload request may come as two flow offload requests 688 Flow1 and Flow2 flow offload requests can come in any order. If Flow2 flow
|
| /dpdk/doc/guides/rel_notes/ |
| H A D | release_20_02.rst | 139 * **Added handling of mixed algorithms in encrypted digest requests in QAT PMD.** 142 (generation) and cipher-hash (verification) requests (e.g. SNOW3G + ZUC or
|
| H A D | release_20_05.rst | 175 (generation) and cipher-hash (verification) requests in QAT PMD when 200 dynamic compression requests (which are possible to execute on QAT) and
|
| H A D | release_2_2.rst | 475 events/requests in the VF driver. This means that the VF driver may not work 477 PF reset events/requests on the host side.
|
| H A D | release_19_02.rst | 78 allocation. At runtime, when VF requests for more queue exceed the initial
|
| /dpdk/doc/guides/contributing/ |
| H A D | design.rst | 142 requests, number of active users, etc). It might also be that the application
|
| /dpdk/doc/guides/testpmd_app_ug/ |
| H A D | run_app.rst | 456 Providing this parameter requests flow API isolated mode on all ports at
|