]> git.droids-corp.org - dpdk.git/commit
app/eventdev: use mempool cache for vector pool
authorPavan Nikhilesh <pbhagavatula@marvell.com>
Mon, 23 May 2022 09:59:53 +0000 (15:29 +0530)
committerJerin Jacob <jerinj@marvell.com>
Mon, 13 Jun 2022 05:58:23 +0000 (07:58 +0200)
commitd67332bca04539e74218cf08d2c736986a65d8b5
tree8b86bfbb709ff21e68e5068a5cd3c6d3ab0c5108
parent7344c7db5d270d650fd8afb9f4293b683e0e222b
app/eventdev: use mempool cache for vector pool

Use mempool cache for vector mempool as vectors are freed by the Tx
routine, also increase the minimum pool size to 512 to avoid resource
contention on Rx.

Signed-off-by: Pavan Nikhilesh <pbhagavatula@marvell.com>
Acked-by: Jerin Jacob <jerinj@marvell.com>
app/test-eventdev/test_pipeline_common.c