Home
last modified time | relevance | path

Searched refs:reclaim (Results 1 – 4 of 4) sorted by relevance

/dpdk/doc/guides/prog_guide/
H A Drcu_lib.rst206reclaim the resources before enqueuing. It will also reclaim resources on regular basis to keep th…
232 …rces while adding entries, it should call ``rte_rcu_qsbr_dq_reclaim`` to reclaim the resources and…
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
250 library can attempt to reclaim when it has run out of resources.
/dpdk/drivers/net/cxgbe/
H A Dsge.c1255 int reclaim = hw_cidx - q->cidx; in reclaim_completed_tx_imm() local
1257 if (reclaim < 0) in reclaim_completed_tx_imm()
1258 reclaim += q->size; in reclaim_completed_tx_imm()
1260 q->in_use -= reclaim; in reclaim_completed_tx_imm()
/dpdk/doc/guides/rel_notes/
H A Drelease_20_05.rst25 to enqueue a deleted resource and reclaim the resource in the future.
/dpdk/doc/guides/nics/
H A Dmlx5.rst479 …- Better to disable memory reclaim by setting ``reclaim_mem_mode`` to 0 to accelerate the flow obj…
1067 - 1. It will only enable the DPDK PMD level resources reclaim.