RE: [EXT] [PATCH v2 3/3] app/eventdev: prevent mempool exhaustion

2023-05-18 Thread Shijith Thotton
>From: Pavan Nikhilesh > >Prevent mempool exhaustion due to elements being stuck in lcore >local caches. > >Signed-off-by: Pavan Nikhilesh Acked-by: Shijith Thotton >--- > app/test-eventdev/test_perf_common.c | 11 ++- > 1 file changed, 6 insertions(+), 5 deletions(-) > >diff --git a/ap

[PATCH v2 3/3] app/eventdev: prevent mempool exhaustion

2023-04-25 Thread pbhagavatula
From: Pavan Nikhilesh Prevent mempool exhaustion due to elements being stuck in lcore local caches. Signed-off-by: Pavan Nikhilesh --- app/test-eventdev/test_perf_common.c | 11 ++- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/app/test-eventdev/test_perf_common.c b/ap