Home
last modified time | relevance | path

Searched refs:inserted (Results 1 – 23 of 23) sorted by relevance

/dpdk/doc/guides/prog_guide/
H A Defd_lib.rst125 The basic idea of EFD is when a given key is to be inserted, a family of
198 perfect hash index, a key that has not been inserted before
236 a new value (target) if the key has already been inserted
237 before, or will insert the <key,value> pair if this key has not been inserted
256 As previously mentioned, if the key has been inserted, the correct value
257 inserted is returned, if the key has not been inserted before,
308 value for the new key together with the all old keys already inserted
400 crowded group as the more keys are inserted.
411 given bin it can map to 4 distinct groups). When a key is inserted, the
H A Dreorder_lib.rst27 and late mbufs depending on the sequence number of the inserted mbuf:
44 On an insert call, valid mbufs are inserted directly into the Order buffer and
H A Dmember_lib.rst15 will return not only whether the element has been inserted before in one of
104 ``0`` to ``m-1`` to perform hashing calculations on each element to be inserted. Every time when an
105 element ``X`` being inserted into the set, the bits at positions ``h1(X)``, ``h2(X)``, ...
107 for multiple different inserted elements). Given a query for any element ``Y``, the
252 priority one is inserted in the corresponding sub-table (interested readers can
261 sub-table will be inserted into the set-summary (i.e. cache insertion) so
288 inserted into the bloom filter(s). The value is used to calculate the size of each
H A Dhash_lib.rst113 in the very unlikely case due to excessive hash collisions that a key has failed to be inserted, th…
161 and the key to be added is inserted in its position.
185 the first and second tables. However, in the very unlikely event that a key can't be inserted after…
H A Dgeneric_receive_offload_lib.rst72 either merged with the existed packets in the tables or inserted into the
H A Drte_flow.rst3808 destroyed even if the operation is not successful and the rule is not inserted.
/dpdk/drivers/bus/fslmc/
H A Dfslmc_bus.c82 int comp, inserted = 0; in insert_in_device_list() local
90 inserted = 1; in insert_in_device_list()
95 if (!inserted) in insert_in_device_list()
/dpdk/devtools/
H A Dlibabigail.abignore35 ; Ignore fields inserted in place of reserved_opts of rte_security_ipsec_sa_options
/dpdk/drivers/bus/dpaa/
H A Ddpaa_bus.c104 int comp, inserted = 0; in dpaa_add_to_device_list() local
112 inserted = 1; in dpaa_add_to_device_list()
117 if (!inserted) in dpaa_add_to_device_list()
/dpdk/doc/guides/nics/
H A Dkni.rst28 Using this PMD requires KNI kernel module be inserted.
86 If KNI kernel module (rte_kni.ko) not inserted, following error log printed::
H A Dcxgbe.rst319 Note that the filter rule will only be inserted in HASH region, if the
321 Otherwise, the filter rule will get inserted in LETCAM region.
473 PMD: rte_cxgbe_pmd: Port0: passive DA port module inserted
474 PMD: rte_cxgbe_pmd: Port1: passive DA port module inserted
783 PMD: rte_cxgbe_pmd: Port0: passive DA port module inserted
784 PMD: rte_cxgbe_pmd: Port1: passive DA port module inserted
H A Dnfb.rst65 containing received frames and timestamp is inserted into the `rte_mbuf` struct.
H A Dfm10k.rst23 appropriate FTAG is inserted for every frame on TX side.
H A Dmlx5.rst1088 In this case, only the first rule is inserted and the following rules are
1092 In this case, all rules are inserted but only the first rule takes effect,
/dpdk/doc/guides/sample_app_ug/
H A Dserver_node_efd.rst55 then the pair of <key,target> is inserted into the flow distribution table.
63 I.e. if the key has already been inserted the target node id will be correct,
73 essential to point out new keys that have not been inserted before.
/dpdk/doc/guides/howto/
H A Dvirtio_user_as_exceptional_path.rst48 compiling the kernel and those kernel modules should be inserted.
H A Dvfd.rst163 When using this testpmd runtime command, an assigned VLAN ID can be inserted
/dpdk/doc/guides/tools/
H A Dcomp_perf.rst22 inserted between enqueue and dequeue so no cycles are wasted in retries while
H A Dflow-perf.rst77 For a total of --rules-count=1000000 flow rules to be inserted
/dpdk/doc/guides/linux_gsg/
H A Dnic_perf_intel_platform.rst15 Ensure that each memory channel has at least one memory DIMM inserted, and that the memory size for…
/dpdk/doc/guides/rel_notes/
H A Drelease_20_11.rst107 hairpin configuration. The hairpin Tx part flow rules can be inserted
482 * ethdev: Renamed basic statistics per queue. An underscore is inserted
H A Drelease_17_11.rst227 return not only whether the element has been inserted in one of the sets but
/dpdk/doc/guides/contributing/
H A Dpatches.rst330 In the commit message body the Cc: [email protected] should be inserted as follows::