Re: [PATCH 1/2] app/eventdev: use mempool cache for vector pool

2022-06-12 Thread Jerin Jacob
On Fri, Jun 10, 2022 at 7:14 PM Jerin Jacob wrote: > > On Mon, May 23, 2022 at 3:30 PM wrote: > > > > From: Pavan Nikhilesh > > > > 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.

Re: [PATCH 1/2] app/eventdev: use mempool cache for vector pool

2022-06-10 Thread Jerin Jacob
On Mon, May 23, 2022 at 3:30 PM wrote: > > From: Pavan Nikhilesh > > 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 Acked-by: Jerin Jacob > ---

[PATCH 1/2] app/eventdev: use mempool cache for vector pool

2022-05-23 Thread pbhagavatula
From: Pavan Nikhilesh 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 --- app/test-eventdev/test_pipeline_common.c | 5 +++-- 1 file changed, 3 insertions(