Home
last modified time | relevance | path

Searched refs:dequeue (Results 1 – 25 of 69) sorted by relevance

123

/dpdk/drivers/mempool/ring/
H A Drte_mempool_ring.c150 .dequeue = common_ring_mc_dequeue,
159 .dequeue = common_ring_sc_dequeue,
168 .dequeue = common_ring_sc_dequeue,
177 .dequeue = common_ring_mc_dequeue,
187 .dequeue = rts_ring_mc_dequeue,
197 .dequeue = hts_ring_mc_dequeue,
/dpdk/lib/eventdev/
H A Deventdev_private.c25 "event dequeue burst requested for unconfigured event device"); in dummy_event_enqueue_burst()
H A Drte_eventdev_core.h63 /**< PMD dequeue burst function. */ member
/dpdk/doc/guides/tools/
H A Dtestregex.rst19 (per core) - the enqueue/dequeue RegEx operations are interleaved as follows::
25 dequeue(QP #1)
26 dequeue(QP #2)
28 dequeue(QP #n)
H A Dtestbbdev.rst84 Specifies operations enqueue/dequeue burst size. If not specified burst_size is
104 - Performs full operation of enqueue and dequeue
119 (c) *SW Deq Offload Cost*: Software dequeue cost, the cycle counts and
120 time (us) consumed to dequeue one operation.
122 consumed to dequeue from an empty queue.
131 - Performs full operation of enqueue and dequeue
139 - Performs full operation of enqueue and dequeue
262 set to 300s and operations enqueue/dequeue burst size is set to 32.
276 set to 120s and enqueue/dequeue burst size is set to 8 and to 32.
H A Dtestmldev.rst104 Set the number of queue-pairs to be used for inference enqueue and dequeue operations.
108 Set the size of queue-pair to be created for inference enqueue / dequeue operations.
295 enqueue and dequeue burst would try to enqueue or dequeue
333 A dedicated pool of worker threads would dequeue the inferences from the device.
391 An additional pool of threads would dequeue the inferences from the device.
H A Dcomp_perf.rst22 inserted between enqueue and dequeue so no cycles are wasted in retries while
100 …``--cc-delay-us N``: delay between enqueue and dequeue operations in microseconds, valid only for …
/dpdk/drivers/mempool/stack/
H A Drte_mempool_stack.c83 .dequeue = stack_dequeue,
92 .dequeue = stack_dequeue,
/dpdk/lib/mempool/
H A Drte_mempool_ops.c40 h->dequeue == NULL || h->get_count == NULL) { in rte_mempool_register_ops()
61 ops->dequeue = h->dequeue; in rte_mempool_register_ops()
/dpdk/doc/guides/eventdevs/
H A Ddsw.rst51 neither attempting to enqueue nor to dequeue events, it must
67 of enqueue and/or dequeue operations.
H A Dopdl.rst96 adds NEW event types, and TX (last dequeue) implicitly does RELEASE event types.
111 - Each worker core has to dequeue the maximum burst size for that port.
H A Dsw.rst102 behavior is to dequeue as needed.
104 * ``deq_burst`` is the burst size used to dequeue from the port rings.
/dpdk/drivers/mempool/cnxk/
H A Dcn9k_mempool_ops.c83 .dequeue = cn9k_mempool_deq,
H A Dcn10k_hwpool_ops.c266 .dequeue = cn10k_hwpool_deq,
/dpdk/lib/regexdev/
H A Drte_regexdev.h105 * the dequeue function of a PMD cannot be invoked in parallel on two logical
139 * exported by the RegEx API to enqueue pattern matching job, dequeue pattern
146 * before calling rte_regexdev_start() again. The enqueue and dequeue
173 * RTE RegEx device drivers do not use interrupts for enqueue or dequeue
174 * operation. Instead, RegEx drivers export Poll-Mode enqueue and dequeue
178 * to the RegEx device and the *dequeue* operation gets a burst of pattern
814 * RegEx dequeue and so on) can be invoked.
1342 * for enqueue and dequeue operation.
1395 * between dequeue and enqueue operation.
1407 * This ID is returned from the RegEx device on the dequeue
[all...]
H A Drte_regexdev_core.h167 regexdev_dequeue_t dequeue; member
/dpdk/doc/guides/howto/
H A Ddebug_troubleshoot.rst163 * Extreme stalls in dequeue stage of the pipeline will cause
183 * If the desired burst dequeue falls behind the actual dequeue, the enqueue
263 #. Performance issue isolation for dequeue
265 * Ensure cryptodev, resources and dequeue are running on NUMA cores.
269 * Parallelize dequeue thread for varied multiple queue pair.
373 * Check the in-flight events for the desired queue for enqueue and dequeue.
/dpdk/drivers/crypto/bcmfs/
H A Dbcmfs_qp.h118 uint16_t (*dequeue)(struct bcmfs_qp *qp, void **obj, member
/dpdk/app/test-mldev/
H A Dtest_inference_common.h54 int (*dequeue)(void *arg); member
/dpdk/doc/guides/bbdevs/
H A Dnull.rst14 collected on a dequeue call.
H A Dacc100.rst50 - ``RTE_BBDEV_TURBO_ENC_INTERRUPTS`` : set for encoder dequeue interrupts
57 - ``RTE_BBDEV_TURBO_DEC_INTERRUPTS`` : set for decoder dequeue interrupts
/dpdk/doc/guides/rawdevs/
H A Dntb.rst100 is much more expensive than remote write. Thus, the enqueue and dequeue
145 And dequeue reads tx_tail to get how many packets are arrived, and
/dpdk/doc/guides/cryptodevs/
H A Ddpaa2_sec.rst32 queues, queue portals to store and to enqueue/dequeue data to the hardware SEC.
78 . | | dequeue> .
H A Dnull.rst15 a dequeue call as long as the mbuf has a valid rte_mbuf_offload operation with
/dpdk/drivers/regex/mlx5/
H A Dmlx5_regex.c119 priv->regexdev->dequeue = mlx5_regexdev_dequeue; in mlx5_regex_dev_probe()

123