RE: [PATCH] mempool: optimize incomplete cache handling

2022-01-10 Thread Morten Brørup
+Bruce; you seemed interested in my work in this area. > From: Jerin Jacob [mailto:jerinjac...@gmail.com] > Sent: Monday, 10 January 2022 08.27 > > On Fri, Jan 7, 2022 at 2:16 PM Morten Brørup > wrote: > > > > > From: Jerin Jacob [mailto:jerinjac...@gmail.com] > > > Sent: Thursday, 6 January 202

Re: [PATCH] mempool: optimize incomplete cache handling

2022-01-09 Thread Jerin Jacob
On Fri, Jan 7, 2022 at 2:16 PM Morten Brørup wrote: > > > From: Jerin Jacob [mailto:jerinjac...@gmail.com] > > Sent: Thursday, 6 January 2022 17.55 > > > > On Thu, Jan 6, 2022 at 5:54 PM Morten Brørup > > wrote: > > > > > > A flush threshold for the mempool cache was introduced in DPDK > > versio

RE: [PATCH] mempool: optimize incomplete cache handling

2022-01-07 Thread Morten Brørup
> From: Jerin Jacob [mailto:jerinjac...@gmail.com] > Sent: Thursday, 6 January 2022 17.55 > > On Thu, Jan 6, 2022 at 5:54 PM Morten Brørup > wrote: > > > > A flush threshold for the mempool cache was introduced in DPDK > version > > 1.3, but rte_mempool_do_generic_get() was not completely updated

Re: [PATCH] mempool: optimize incomplete cache handling

2022-01-06 Thread Jerin Jacob
On Thu, Jan 6, 2022 at 5:54 PM Morten Brørup wrote: > > 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. > > The incompleteness did not cause any functional bugs, so this patch > could be consider