]> git.droids-corp.org - dpdk.git/commit
examples: use mempool cache for vector pool
authorPavan Nikhilesh <pbhagavatula@marvell.com>
Mon, 23 May 2022 09:59:54 +0000 (15:29 +0530)
committerJerin Jacob <jerinj@marvell.com>
Mon, 13 Jun 2022 05:58:25 +0000 (07:58 +0200)
commit31edfc4af90b0d17bfd4fb3882f520deb0d63b36
tree1c9eb4c75419d10c6980cc8196c5897294481295
parentd67332bca04539e74218cf08d2c736986a65d8b5
examples: 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>
examples/ipsec-secgw/event_helper.c
examples/l2fwd-event/main.c
examples/l3fwd/main.c