Home
last modified time | relevance | path

Searched refs:returns (Results 1 – 25 of 59) sorted by relevance

123

/dpdk/lib/distributor/
H A Drte_distributor_single.c163 ret_count = d->returns.count; in process_returns()
195 d->returns.start = ret_start; in process_returns()
196 d->returns.count = ret_count; in process_returns()
311 d->returns.start = ret_start; in rte_distributor_process_single()
312 d->returns.count = ret_count; in rte_distributor_process_single()
321 struct rte_distributor_returned_pkts *returns = &d->returns; in rte_distributor_returned_pkts_single() local
323 max_mbufs : returns->count; in rte_distributor_returned_pkts_single()
330 returns->start += i; in rte_distributor_returned_pkts_single()
331 returns->count -= i; in rte_distributor_returned_pkts_single()
369 d->returns.start = d->returns.count = 0; in rte_distributor_clear_returns_single()
[all …]
H A Drte_distributor.c344 unsigned int ret_start = d->returns.start, in handle_returns()
345 ret_count = d->returns.count; in handle_returns()
362 d->returns.start = ret_start; in handle_returns()
363 d->returns.count = ret_count; in handle_returns()
614 struct rte_distributor_returned_pkts *returns = &d->returns; in rte_distributor_returned_pkts() local
616 max_mbufs : returns->count; in rte_distributor_returned_pkts()
626 unsigned int idx = (returns->start + i) & in rte_distributor_returned_pkts()
629 mbufs[i] = returns->mbufs[idx]; in rte_distributor_returned_pkts()
631 returns->start += i; in rte_distributor_returned_pkts()
632 returns->count -= i; in rte_distributor_returned_pkts()
[all …]
H A Ddistributor_private.h97 struct rte_distributor_returned_pkts returns; member
149 struct rte_distributor_returned_pkts returns; member
/dpdk/app/test/
H A Dtest_distributor.c124 struct rte_mbuf *returns[BURST*2]; in sanity_test() local
151 returns, BURST*2); in sanity_test()
179 returns, BURST*2); in sanity_test()
208 returns, BURST*2); in sanity_test()
629 struct rte_mbuf *returns[buf_count]; in sanity_mark_test() local
669 count += rte_distributor_returned_pkts(db, &returns[count], in sanity_mark_test()
675 count += rte_distributor_returned_pkts(db, &returns[count], in sanity_mark_test()
686 seq = *seq_field(returns[i]) >> seq_shift; in sanity_mark_test()
687 id = *seq_field(returns[i]) - (seq << seq_shift); in sanity_mark_test()
792 struct rte_mbuf *returns[RTE_MAX_LCORE]; in quit_workers() local
[all …]
/dpdk/doc/guides/nics/
H A Dnull.rst7 NULL PMD is a simple virtual driver mainly for testing. It always returns success for all packets f…
9 On Rx it returns requested number of empty packets (all zero). On Tx it just frees all sent packets.
H A Dfm10k.rst94 that the RX burst should be greater than 4 packets per burst. It returns zero if using
/dpdk/doc/guides/prog_guide/
H A Drib_lib.rst78 This returns an ``rte_rib_node`` pointing to the ``10.0.0.0/29`` prefix.
86 This returns an ``rte_rib_node`` pointing to the ``10.0.0.128/25`` prefix.
92 This returns ``NULL`` as no exact match can be found.
104 This returns 3 ``rte_rib_node`` nodes pointing to ``10.0.0.0/29``, ``10.0.0.160/27``
H A Dmember_lib.rst97 zero false negatives; a query for an element returns either it is "possibly in
197 example for using HTSS with 0% false negative (i.e., when an element returns not
220 returns "not to be present" for a given set. However, the Membership Library
278 …uct to pass in parameters that needed to initialize the set-summary, while the function returns the
324 returns as soon as the first match is found. The return value is 1 if a
330 set-summary structure for their first match. Each key lookup returns as soon as the first match is …
341 returns ALL the matches (possibly more than one) found for this key when it
356 set-summary structure for multiple matches, each key lookup returns ALL the matches (possibly more
H A Dpacket_distrib_lib.rst46 then the process API returns to the caller.
58 It returns to the caller all packets which have finished processing by all worker cores.
H A Drcu_lib.rst29 #. Free (Reclaim): in this step, the writer returns the memory to the
145 returns.
150 ``rte_rcu_qsbr_start()`` returns a token to each caller.
177 returns.
H A Dregexdev.rst165 The enqueue function returns the number of operations it actually enqueued for
175 The API call returns the actual number of processed operations returned, this
H A Dring_lib.rst78 It is not possible to create two rings with the same name (rte_ring_create() returns NULL if this i…
115 If there is not enough room in the ring (this is detected by checking cons_tail), it returns an err…
168 If there are not enough objects in the ring (this is detected by checking prod_tail), it returns an…
222 If there is not enough room in the ring (this is detected by checking cons_tail), it returns an err…
H A Dcompressdev.rst308 to ``rte_compressdev_private_xform_create``, at an output PMD returns an opaque priv_xform referenc…
405 still has more data to produce. If PMD runs into such condition, then PMD returns
555 error for the PMD. In such case, PMD returns with status
618 The enqueue function returns the number of operations it actually enqueued for
625 The API call returns the actual number of processed operations returned, this
H A Dflow_classify_lib.rst120 * returns 1 if rule present already, 0 otherwise.
306 IPv4 5-tuple pattern, attributes and actions and returns the 5-tuple data in the
H A Dstack_lib.rst55 adjusts the stack length and returns.
H A Dtimer_lib.rst63 a call to rte_timer_manage() returns without taking a lock in the case where the timer list for the…
H A Dreorder_lib.rst34 The reorder buffer directly returns late mbufs and tries to accommodate early
H A Dip_fragment_reassembly_lib.rst60 instead of reinserting existing keys into alternative locations, ip_frag_tbl_add() just returns a f…
H A Dtoeplitz_hash_lib.rst170 The ``rte_thash_get_complement()`` function returns a special bit sequence
208 tuple, if the callback function returns an error.
H A Dcryptodev_lib.rst393 The enqueue function returns the number of operations it actually enqueued for
405 The API call returns the actual number of processed operations returned, this
446 When calling ``rte_crypto_op_free(op)``, the operation returns to its original pool.
534 ``rte_cryptodev_sym_session_free`` which returns them to their mempool.
672 Function returns a number of successfully completed operations and sets
1056 ``rte_cryptodev_asym_session_free()`` which returns them to their mempool.
H A Dmempool_lib.rst104 The ``rte_mempool_default_cache()`` call returns the default internal cache if any.
/dpdk/doc/guides/rawdevs/
H A Dcnxk_gpio.rst56 former returns number GPIOs available in the system irrespective of GPIOs
58 ones. The latter call simply returns queue capacity.
196 passed. ``rte_rawdev_get_dev_id("CNXK_GPIO")`` returns unique device id. Use
/dpdk/doc/guides/mempool/
H A Dstack.rst34 returns and releases the lock. As a result, an application using the standard
/dpdk/examples/pipeline/examples/
H A Dselector.spec5 ; of several groups. The select operation returns a member ID by first selecting a group based on an
/dpdk/doc/guides/sample_app_ug/
H A Dcmd_line.rst84 The cmd line_interact() function returns when the user types **Ctrl-d** and in this case,

123