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
Hi Andrew Rybchenko, This patch is merged into dpdk22.11.0-rc1 we execute meson test driver/eventdev_selftest_sw failed. Could you please have a look at it, also submitted a Bugzilla ticket: https://bugs.dpdk.org/show_bug.cgi?id=1101 Regards, Li, Weiyuan > -Original Message- > From: A

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