Home
last modified time | relevance | path

Searched refs:requests (Results 1 – 25 of 32) sorted by relevance

12

/dpdk/lib/eal/common/
H A Deal_common_proc.c97 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 Dmulti_proc_support.rst218 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 Dmempool_lib.rst79 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 Ddmadev.rst104 enqueue requests. ``rte_dma_completed`` will return the number of successfully
H A Dpdump_lib.rst60 …ing ``rte_mp_action_register()`` API. The primary process will listen to secondary process requests
H A Dtelemetry_lib.rst9 connection, taking requests from a connected client and replying with the JSON
H A Dpacket_distrib_lib.rst64 Once a worker lcore requests a new packet, the distributor assumes that it has completely finished …
H A Dkernel_nic_interface.rst61 userspace callback and supporting async requests (default=off):
255 handle requests from the ``rte_kni`` kernel module. These functions
H A Dvhost_lib.rst123 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 Dpoll_mode_drv.rst255 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 Drte_flow.rst2001 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 Defd_lib.rst17 use storage metadata tables to forward I/O requests to the correct back end
/dpdk/doc/guides/sample_app_ug/
H A Dvm_power_management.rst22 - **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 Dcnxk.rst83 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 Dbuild_sample_apps.rst164 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 Dmemif.rst20 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 Dkni.rst76 requests itself.
H A Ddpaa.rst160 deallocation requests.
H A Dbnxt.rst684 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 Drelease_20_02.rst139 * **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 Drelease_20_05.rst175 (generation) and cipher-hash (verification) requests in QAT PMD when
200 dynamic compression requests (which are possible to execute on QAT) and
H A Drelease_2_2.rst475 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 Drelease_19_02.rst78 allocation. At runtime, when VF requests for more queue exceed the initial
/dpdk/doc/guides/contributing/
H A Ddesign.rst142 requests, number of active users, etc). It might also be that the application
/dpdk/doc/guides/testpmd_app_ug/
H A Drun_app.rst456 Providing this parameter requests flow API isolated mode on all ports at

12