Home
last modified time | relevance | path

Searched refs:collisions (Results 1 – 12 of 12) sorted by relevance

/dpdk/app/test/
H A Dtest_timer.c280 static uint32_t collisions; in timer_stress2_main_loop() local
285 __atomic_store_n(&collisions, 0, __ATOMIC_RELAXED); in timer_stress2_main_loop()
313 __atomic_fetch_add(&collisions, my_collisions, __ATOMIC_RELAXED); in timer_stress2_main_loop()
327 my_collisions = __atomic_load_n(&collisions, __ATOMIC_RELAXED); in timer_stress2_main_loop()
/dpdk/doc/guides/nics/
H A Dkni.rst133 TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
140 TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
/dpdk/drivers/net/octeontx/base/
H A Docteontx_bgx.h79 uint64_t collisions; member
/dpdk/doc/guides/contributing/
H A Dcoding_style.rst114 This is to ensure there are no collisions with definitions in the application itself.
250 …ing ``RTE_<enum>_`` - where <enum> is a shortname for the enum type] to avoid namespace collisions.
286 …ernally-visible variables should have an ``rte_`` prefix in the name to avoid namespace collisions.
313 …ture definitions should have the structure name prefixed by ``rte_`` to avoid namespace collisions.
/dpdk/doc/guides/prog_guide/
H A Dhash_lib.rst113 in the very unlikely case due to excessive hash collisions that a key has failed to be inserted, th…
130 The hash library uses the Cuckoo Hash algorithm to resolve collisions.
H A Dtoeplitz_hash_lib.rst74 In some use cases it is useful to have a way to find partial collisions of the
H A Dpacket_framework.rst288 Several keys can share the same signature (collisions).
322 In order to reduce the number of keys in the same bucket (collisions), the number of hash table buc…
H A Dqos_framework.rst43 …| | | logic to handle collisions. …
H A Drte_flow.rst3459 modified, due to possible collisions or resource limitations (although in
/dpdk/doc/guides/rel_notes/
H A Drelease_21_05.rst233 Added feature for finding collisions of the Toeplitz hash function -
H A Drelease_18_11.rst226 collisions. In addition, the internal hashing algorithm was changed to use
H A Drelease_2_1.rst334 Hash method to resolve collisions (open addressing). This method pushes