Home
last modified time | relevance | path

Searched refs:objects (Results 1 – 25 of 93) sorted by relevance

1234

/f-stack/dpdk/doc/guides/nics/
H A Ddpaa2.rst23 - Overview of DPAA2 objects
48 which DPAA2 software drivers use to operate on DPAA2 objects:
91 DPIO objects.
149 DPRCs can be defined statically and populated with objects
152 that can be used to create/destroy containers and objects
167 The diagram below shows the objects needed for a simple
238 objects.
247 Some objects have explicit relationships that must
276 All interrupts generated by DPAA2 objects are message
282 In the case of DPAA2 devices/objects, all objects in the
[all …]
/f-stack/dpdk/doc/guides/prog_guide/
H A Dmempool_lib.rst10 In the DPDK, it is identified by name and uses a mempool handler to store free objects.
13 an alignment helper to ensure that objects are padded to spread them equally on all DRAM or DDR3 ch…
21 The allocated objects then contain overwrite protection fields to help debugging buffer overflows.
32 …X86 architecture, performance can be greatly improved by adding a specific padding between objects.
36 …sed, so performance can be increased by spreading the start addresses of objects among the differe…
61 no padding is required between objects (except for objects whose size are n x 3 x 64 bytes blocks).
82 In this way, each core has full access to its own cache (with locks) of free objects and
83 only when the cache fills does the core need to shuffle some of the free objects back to the pools …
84 obtain more objects when the cache is empty.
140 shared objects specified with the '-d' EAL command-line parameter are
[all …]
H A Dlto.rst12 support creation of ELF objects containing both normal code and internal
13 representation (called fat-lto-objects in gcc and icc).
15 produced ELF objects (pmdinfogen).
H A Dring_lib.rst14 * Maximum size is fixed, the objects are stored in a table
24 * Bulk dequeue - Dequeues the specified count of objects if successful; otherwise fails
26 * Bulk enqueue - Enqueues the specified count of objects if successful; otherwise fails
28 * Burst dequeue - Dequeue the maximum available objects if the specified count cannot be fulfilled
30 * Burst enqueue - Enqueue the maximum available objects if the specified count cannot be fulfilled
39 …As objects are stored in a table, a dequeue of several objects will not produce as many cache miss…
40 Also, a bulk dequeue of many objects does not cost more than a dequeue of a simple object.
369 objects to (/from) the ring. For 'classic' DPDK deployments (with one thread
379 is allowed to enqueue (/dequeue) objects to (/from) the ring.
426 That allows user to inspect objects in the ring without removing them
[all …]
H A Dgraph_lib.rst108 stores the downstream nodes objects. ``rte_node_edge_update()`` and
110 objects. Consumers of the node APIs are free to update the ``next_node[]``
111 objects till ``rte_graph_create()`` invoked.
231 multiple graph objects. Especially the situation where each graph object bound
236 graph cluster with multiple graph objects and ``rte_graph_cluster_stats_get()``
312 6. if last_spec == nb_objs, All the objects passed were successfully speculated
331 the ``rte_node`` objects.
367 This node frees all the objects passed to it considering them as
378 On LPM lookup failure, objects are redirected to pkt_drop node.
393 This node ignores the set of objects passed to it and reports that all are
H A Dthread_safety_dpdk_functions.rst65 Thereafter, both primary and secondary processes can allocate/release any objects of memory that fi…
73 These function callbacks should avoid manipulating DPDK objects that are also managed by the normal…
75 …plication to provide the appropriate locking or mutual exclusion restrictions around those objects.
H A Dtraffic_metering_and_policing.rst28 which is why the MTR objects are enabled through a special "meter" action.
30 The MTR objects are created and updated in their own name space (``rte_mtr``)
H A Doverview.rst111 The Memory Pool Manager is responsible for allocating pools of objects in memory.
112 A pool is identified by name and uses a ring to store free objects.
114 such as a per-core object cache and an alignment helper to ensure that objects are padded to spread…
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zdb/
H A Dzdb_object_range_pos.ksh143 objects="$start1 $end1 $start2 $end2"
144 expected="$objects"
145 actual=$(get_object_list $TESTPOOL/$TESTFS $objects | awk '{print $1}' | xargs)
/f-stack/app/redis-5.0.5/src/
H A Dbitops.c626 objects = zmalloc(sizeof(robj*) * numkeys); in bitopCommand()
631 objects[j] = NULL; in bitopCommand()
641 if (objects[i]) in bitopCommand()
642 decrRefCount(objects[i]); in bitopCommand()
646 zfree(objects); in bitopCommand()
649 objects[j] = getDecodedObject(o); in bitopCommand()
650 src[j] = objects[j]->ptr; in bitopCommand()
651 len[j] = sdslen(objects[j]->ptr); in bitopCommand()
747 if (objects[j]) in bitopCommand()
748 decrRefCount(objects[j]); in bitopCommand()
[all …]
/f-stack/dpdk/doc/guides/regexdevs/
H A Dmlx5.rst22 There are different levels of objects and bypassing abilities
27 - DevX allows to access firmware objects
/f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_vfsops.c1193 int objects = 0; in zfs_prune_aliases() local
1227 objects++; in zfs_prune_aliases()
1234 return (objects); in zfs_prune_aliases()
1259 *objects = 0; in zfs_prune()
1264 *objects = (*shrinker->scan_objects)(shrinker, &sc); in zfs_prune()
1268 *objects = (*shrinker->scan_objects)(shrinker, &sc); in zfs_prune()
1270 *objects = (*shrinker->shrink)(shrinker, &sc); in zfs_prune()
1273 *objects = zfs_prune_aliases(zfsvfs, nr_to_scan); in zfs_prune()
1285 if (*objects == 0) in zfs_prune()
1286 *objects = zfs_prune_aliases(zfsvfs, nr_to_scan); in zfs_prune()
[all …]
H A Dzpl_super.c340 int objects = 0; in zpl_prune_sb() local
342 (void) -zfs_prune(sb, nr_to_scan, &objects); in zpl_prune_sb()
/f-stack/tools/libxo/
H A D.gitignore8 # Shared objects (inc. Windows DLLs)
/f-stack/dpdk/doc/guides/howto/
H A Ddebug_troubleshoot.rst194 Memory objects close to NUMA :numref:`dtg_mempool`.
200 Memory objects have to be close to the device per NUMA.
224 * The NUMA instance for packets or objects from NIC, mempool, and ring
227 * Drops on a specific socket are due to insufficient objects in the pool.
240 mempool objects.
243 on the objects, packets, lookup tables to isolate the issue.
432 Use similar analysis to objects and metadata corruption.
441 to META data error flags. Dumping private meta-data in the objects can give
/f-stack/dpdk/lib/
H A Dmeson.build127 objects: objs,
137 # use pre-build objects to build shared lib
187 objects: objs,
/f-stack/app/redis-5.0.5/tests/unit/type/
H A Dincr.tcl57 test {INCR uses shared objects in the 0-9999 range} {
68 test {INCR can modify objects in-place} {
/f-stack/dpdk/drivers/mempool/bucket/
H A Drte_mempool_bucket.c38 void *objects[]; member
83 stack->objects[stack->top++] = obj; in bucket_stack_push()
90 return stack->objects[--stack->top]; in bucket_stack_pop_unsafe()
154 &local_stack->objects in bucket_enqueue()
/f-stack/app/redis-5.0.5/tests/unit/
H A Dscan.tcl200 set objects {1 a}
202 r sadd set {*}$objects
/f-stack/app/redis-5.0.5/utils/lru/
H A DREADME8 is enough for all the objects to have a different enough time stamp during
/f-stack/freebsd/contrib/device-tree/Bindings/arm/omap/
H A Ddmm.txt6 interleaving, optimizing transfer of 2D block objects, and provide MMU-like page
/f-stack/freebsd/contrib/device-tree/Bindings/misc/
H A Dfsl,qoriq-mc.txt4 manager that manages specialized hardware objects used in
8 blocks that can be used to create functional hardware objects/devices
15 As described in the above overview, all DPAA2 objects in a DPRC share the
/f-stack/freebsd/contrib/device-tree/Bindings/media/
H A Drenesas,imr.txt7 and drawing with respect to any shape that is split into triangular objects.
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dpipeline.rst103 for application objects are initialized. In case of any initialization error, an error message is d…
109 The main thread is creating and managing all the application objects based on CLI input.
/f-stack/dpdk/doc/guides/cryptodevs/
H A Ddpaa2_sec.rst29 discover, connect, configure and destroy dpseci objects in DPAA2_SEC PMD.
34 DPSECI objects are detected by PMD using a resource container called DPRC (like

1234