Re: [PATCH v4] mempool: fix get objects from mempool with cache

2022-10-14 Thread Olivier Matz
On Sat, Oct 08, 2022 at 10:56:06PM +0200, Thomas Monjalon wrote: > 07/10/2022 12:44, Andrew Rybchenko: > > From: Morten Brørup > > > > A flush threshold for the mempool cache was introduced in DPDK version > > 1.3, but rte_mempool_do_generic_get() was not completely updated back > > then, and som

DPDK22.11RC1 meson test eventdev_selftest_sw failed//RE: [PATCH v4] mempool: fix get objects from mempool with cache

2022-10-11 Thread Li, WeiyuanX
; From: Andrew Rybchenko > Sent: Friday, October 7, 2022 6:45 PM > To: Matz, Olivier > Cc: dev@dpdk.org; Morten Brørup > Subject: [PATCH v4] mempool: fix get objects from mempool with cache > > From: Morten Brørup > > A flush threshold for the mempool cache was introdu

Re: [PATCH v4] mempool: fix get objects from mempool with cache

2022-10-08 Thread Thomas Monjalon
07/10/2022 12:44, Andrew Rybchenko: > From: Morten Brørup > > A flush threshold for the mempool cache was introduced in DPDK version > 1.3, but rte_mempool_do_generic_get() was not completely updated back > then, and some inefficiencies were introduced. > > Fix the following in rte_mempool_do_ge

[PATCH v4] mempool: fix get objects from mempool with cache

2022-10-07 Thread Andrew Rybchenko
From: Morten Brørup A flush threshold for the mempool cache was introduced in DPDK version 1.3, but rte_mempool_do_generic_get() was not completely updated back then, and some inefficiencies were introduced. Fix the following in rte_mempool_do_generic_get(): 1. The code that initially screens t