Searched refs:reclaim (Results 1 – 4 of 4) sorted by relevance
206 …reclaim 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. Memory250 library can attempt to reclaim when it has run out of resources.
1255 int reclaim = hw_cidx - q->cidx; in reclaim_completed_tx_imm() local1257 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()
25 to enqueue a deleted resource and reclaim the resource in the future.
479 …- 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.