Home
last modified time | relevance | path

Searched refs:returned (Results 1 – 25 of 55) sorted by relevance

123

/dpdk/doc/guides/prog_guide/
H A Dhash_lib.rst32 …ready an entry in the hash table for the specified key, then the position of the entry is returned.
33 …sful, for example due to lack of free entries in the hash table, then a negative value is returned.
36 …moved from the hash table and the position where the entry was found in the hash table is returned.
37 If no entry with the specified key exists in the hash table, then a negative value is returned
40 …then the position of the entry is returned, otherwise (i.e., lookup miss) a negative value is retu…
153 …. If there is no match there either, key is not in the table and a negative value will be returned.
283 …If the returned position is valid, use it to access the flow entry in the flow table for adding a …
287 * Delete flow: Delete the flow key from the hash. If the returned position is valid,
291 …wait till the readers are not referencing the position returned during add/delete flow and then fr…
297 …If the returned position is valid (flow lookup hit), use the returned position to access the flow …
H A Dpacket_distrib_lib.rst59 Within this set of returned packets, all packets sharing the same tag will be returned in their ori…
89 [The previous packet should be returned to the distributor component by passing it as the final par…
H A Ddmadev.rst78 returned. This ``ring_idx`` can be used by applications to track per operation
116 i.e. ``rte_dma_stats_get()``. The statistics returned for each device instance are:
H A Dmember_lib.rst152 index(es) with a hit is returned.
307 error is returned. For success the returned value is dependent on the
364 maximum number of matches for each key, ``match_count`` which is the returned number
365 of matches for each key, and ``set_ids`` are the returned target set
376 an error is returned. The input arguments should include ``key`` which is a pointer to the
379 implementation of vBF does not support deletion [1]_. An error code ``-EINVAL`` will be returned.
H A Drte_flow.rst2506 RTE_FLOW_ERROR_TYPE_ACTION error should be returned.
2558 RTE_FLOW_ERROR_TYPE_ACTION error should be returned.
2620 Otherwise, RTE_FLOW_ERROR_TYPE_ACTION error will be returned.
2639 Otherwise, RTE_FLOW_ERROR_TYPE_ACTION error will be returned.
3025 Flow utilize indirect action by handle as returned from
3460 such cases ``EINVAL`` should not be returned).
3494 actually created and a handle returned.
4084 then returned.
4197 returned).
4202 code must be returned (``EBUSY``).
[all …]
H A Defd_lib.rst102 and if there is a match the value (target id) is returned.
257 inserted is returned, if the key has not been inserted before,
258 a ‘random’ value (based on hashing of the key) is returned.
264 corresponding return values will be returned in the value_list.
278 The previous value associated with this key will be returned
H A Dpacket_classif_access_ctrl.rst293 … If the input tuple matches more than one rule, then the rule with the higher priority is returned.
295 it is undefined which rule is returned as a match.
299 When a lookup is performed, the result for each category is returned.
307 When no rules match, returned value is zero.
H A Dlpm_lib.rst27 An error is returned when there is no available rule space left.
187 If it is valid and the external entry flag is set to 0, then the next hop is returned.
193 If it is valid then the next hop is returned.
H A Dgeneric_receive_offload_lib.rst52 enough. The GROed packets are returned to applications as soon as it
71 types or TCP SYN packets are returned. Otherwise, the input packets are
H A Dflow_classify_lib.rst373 The meta data for the highest priority rule matched for each packet is returned
400 * For the count action, stats can be returned by the query API.
H A Dreorder_lib.rst45 late mbufs are returned to the user with an error.
H A Dthread_safety_dpdk_functions.rst62 If initialization is attempted more than once, an error is returned.
H A Dlpm6_lib.rst37 An error is returned when there is no available space left.
169 If it is valid and the external entry flag is set to 0, then the next hop is returned.
H A Dregexdev.rst175 The API call returns the actual number of processed operations returned, this
/dpdk/doc/guides/rel_notes/
H A Drelease_2_0.rst109 .. note:: The hash values returned by the new jhash library are different
110 from the ones returned by the previous library.
/dpdk/drivers/event/opdl/
H A Dopdl_evdev_init.c184 uint16_t returned; in opdl_tx_dequeue_single_thread() local
190 returned = opdl_ring_copy_to_burst(ring, in opdl_tx_dequeue_single_thread()
196 update_on_dequeue(p, ev, num, returned); in opdl_tx_dequeue_single_thread()
198 return returned; in opdl_tx_dequeue_single_thread()
/dpdk/doc/guides/rawdevs/
H A Dioat.rst175 input ring will be returned in that structure.
223 as well as two "handles" to be returned to the user when the copy is
277 is correct before freeing the data buffers using the returned handles:
327 ``rte_rawdev_xstats_by_name_get``. The statistics returned for each device
/dpdk/doc/guides/sample_app_ug/
H A Dhello_world.rst47 The value returned is the number of parsed arguments.
H A Dl2_forward_cat.rst174 function. The value returned is the number of parsed arguments:
184 function. The value returned is the number of parsed arguments:
H A Dl3_forward_graph.rst28 The ID of the output interface for the input packet is the next hop returned by
143 A graph object returned after graph creation is a per lcore object and
H A Dethtool.rst75 Each incoming MAC frame is rewritten so that it is returned to
H A Dskeleton.rst52 function. The value returned is the number of parsed arguments:
H A Dptpclient.rst96 function. The value returned is the number of parsed arguments:
H A Dl3_forward_access_ctrl.rst81 …The rule with the higher priority will ALWAYS be returned if the specific input has multiple match…
82 Rules with lower priority will NEVER be returned in any cases.
/dpdk/doc/guides/nics/
H A Dfm10k.rst155 be polled regularly in order to ensure the consistency of the returned reads.

123