Home
last modified time | relevance | path

Searched refs:resources (Results 1 – 25 of 73) sorted by relevance

123

/dpdk/drivers/net/bnxt/tf_core/
H A Dtf_device.c119 ident_cfg.resources = resources; in tf_dev_bind_p4()
136 tbl_cfg.resources = resources; in tf_dev_bind_p4()
154 tcam_cfg.resources = resources; in tf_dev_bind_p4()
179 em_cfg.resources = resources; in tf_dev_bind_p4()
199 em_cfg.resources = resources; in tf_dev_bind_p4()
404 ident_cfg.resources = resources; in tf_dev_bind_p58()
423 tbl_cfg.resources = resources; in tf_dev_bind_p58()
447 tcam_cfg.resources = resources; in tf_dev_bind_p58()
471 em_cfg.resources = resources; in tf_dev_bind_p58()
643 resources, in tf_dev_bind()
[all …]
H A Dtf_identifier.h32 struct tf_session_resources *resources; member
H A Dtf_tbl.h34 struct tf_session_resources *resources; member
H A Dtf_tcam.h41 struct tf_session_resources *resources; member
H A Dtf_tcam.c77 tcam_cnt = parms->resources->tcam_cnt; in tf_tcam_bind()
107 db_cfg.alloc_cnt = parms->resources->tcam_cnt[d].cnt; in tf_tcam_bind()
155 if (!parms->resources->tcam_cnt[d].cnt[i]) in tf_tcam_bind()
169 parms->resources->tcam_cnt[d].cnt; in tf_tcam_bind()
H A Dtf_identifier.c71 db_cfg.alloc_cnt = parms->resources->ident_cnt[i].cnt; in tf_ident_bind()
80 parms->resources->ident_cnt[i].cnt; in tf_ident_bind()
H A Dtf_em.h129 struct tf_session_resources *resources; member
H A Dtf_device.h90 struct tf_session_resources *resources,
/dpdk/doc/guides/prog_guide/
H A Drcu_lib.rst200 #. Has to store a reference to the deleted resources in a FIFO
201 #. Should check if the readers have completed a grace period and free the resources.
204 can create a FIFO to store the references to deleted resources using ``rte_rcu_qsbr_dq_create()``.
205 The resources can be enqueued to this FIFO using ``rte_rcu_qsbr_dq_enqueue()``.
206resources before enqueuing. It will also reclaim resources on regular basis to keep the FIFO from …
231 * client library should use ``rte_rcu_qsbr_dq_enqueue`` to enqueue the deleted resources on the FIF…
232 …if the library runs out of resources while adding entries, it should call ``rte_rcu_qsbr_dq_reclai…
239 * client library should call ``rte_rcu_qsbr_dq_delete`` to reclaim any remaining resources and free…
246 #. Application does not need a dedicated thread to reclaim resources. Memory
249 #. The client library has better control over the resources. For example: the client
[all …]
H A Dcompressdev.rst51 * ``socket_id`` - socket on which to allocate the device resources on.
70 - Allocation of resources, including hardware resources if a physical device.
89 PMD then can allocate resources accordingly on a specified socket.
299 and releases acquired resources after processing of current operation is
438 stateful processing and releases acquired resources after processing
453 requires previous op data for compression/decompression. A PMD allocates and set up resources such
H A Dregexdev.rst54 - Allocation of resources, including hardware resources if a physical device.
/dpdk/doc/guides/nics/
H A Docteontx_ep.rst18 This driver relies on external kernel PF driver for resources allocations
24 allocates resources such as number of VFs, input/output queues for itself and
H A Dnfb.rst28 allocation of resources needed for nfb layer function.
43 sharing of resources for user space applications.
H A Dmlx4.rst35 memory addresses. The way resources allocations are handled by the kernel
148 This driver relies on external libraries and kernel drivers for resources
159 resources allocations) to be managed by the kernel and fast operations to
173 manage actual hardware initialization and resources sharing with user
H A Dintel_vf.rst10 * **SR-IOV mode**: Involves direct assignment of part of the port resources to different guest op…
15 * **VMDq mode**: Involves central management of the networking resources by an IO Virtual Machine…
23 Therefore, it is possible to partition SR-IOV capability on Ethernet controller NIC resources logic…
61 to the global NIC resources that are shared between other functions for the same NIC port.
63 A Virtual Function has basic access to the queue resources and control structures of the queues ass…
65 and the Physical Function operates on the global resources on behalf of the Virtual Function.
625 * Physical PCI resources are exposed as virtual functions
/dpdk/doc/guides/mempool/
H A Dcnxk.rst49 Since each mempool costs set of HW resources, the ``max_pools`` ``devargs``
57 the given application to save HW resources.
/dpdk/drivers/net/bnxt/tf_ulp/
H A Dbnxt_ulp.c393 struct tf_session_resources *resources; in ulp_ctx_shared_session_open() local
413 resources = &parms.resources; in ulp_ctx_shared_session_open()
433 rc = bnxt_ulp_tf_shared_session_resources_get(bp->ulp_ctx, resources); in ulp_ctx_shared_session_open()
539 struct tf_session_resources *resources; in ulp_ctx_session_open() local
582 resources = &params.resources; in ulp_ctx_session_open()
583 rc = bnxt_ulp_tf_resources_get(bp->ulp_ctx, resources); in ulp_ctx_session_open()
/dpdk/doc/guides/platform/
H A Ddpaa2.rst71 DPAA2 based resources can be configured easily with the help of ready scripts
101 DPAA2 based resources can be configured easily with the help of ready scripts
H A Dmlx5.rst29 The way resources allocations are handled by the kernel,
94 This driver relies on external libraries and kernel drivers for resources
105 hardware resources allocations) to be managed by the kernel
119 and resources sharing with user-space processes.
350 An SF shares PCI-level resources with other SFs and/or with its parent PCI function.
/dpdk/doc/guides/sample_app_ug/
H A Ddma.rst184 After that each port application assigns resources needed.
188 :start-after: Assigning each port resources. 8<
189 :end-before: >8 End of assigning each port resources.
230 all worker lcores to finish, deallocates resources and exits.
/dpdk/doc/guides/contributing/
H A Ddesign.rst118 However, the resources consumed for library-level statistics counter collection
121 avoid any unwanted waste of resources and/or performance impacts, the
148 The statistics collection consumes a certain amount of CPU resources (cycles,
/dpdk/doc/guides/compressdevs/
H A Dmlx5.rst21 such they do not use NIC related resources (e.g. RX/TX bandwidth).
/dpdk/doc/guides/cryptodevs/
H A Dmvsam.rst93 - ``socket_id``: socket on which to allocate the device resources on.
/dpdk/doc/guides/windows_gsg/
H A Drun_apps.rst67 NetUIO kernel-mode driver provides access to the device hardware resources.
/dpdk/doc/guides/rawdevs/
H A Difpga.rst17 By PR (Partial Reconfiguration) AFUs, one FPGA resources can be time-shared by

123