RE: [PATCH v6 0/4] mempool: fix mempool cache flushing algorithm

2022-10-26 Thread Morten Brørup
> From: Thomas Monjalon [mailto:tho...@monjalon.net] > Sent: Wednesday, 26 October 2022 16.09 > > 10/10/2022 17:21, Thomas Monjalon: > > > Andrew Rybchenko (3): > > > mempool: check driver enqueue result in one place > > > mempool: avoid usage of term ring on put > > > mempool: flush cache c

Re: [PATCH v6 0/4] mempool: fix mempool cache flushing algorithm

2022-10-26 Thread Thomas Monjalon
10/10/2022 17:21, Thomas Monjalon: > > Andrew Rybchenko (3): > > mempool: check driver enqueue result in one place > > mempool: avoid usage of term ring on put > > mempool: flush cache completely on overflow > > > > Morten Brørup (1): > > mempool: fix cache flushing algorithm > > Applied

RE: [PATCH v6 0/4] mempool: fix mempool cache flushing algorithm

2022-10-11 Thread Morten Brørup
> From: Thomas Monjalon [mailto:tho...@monjalon.net] > Sent: Monday, 10 October 2022 17.21 > > > Andrew Rybchenko (3): > > mempool: check driver enqueue result in one place > > mempool: avoid usage of term ring on put > > mempool: flush cache completely on overflow > > > > Morten Brørup (1):

Re: [PATCH v6 0/4] mempool: fix mempool cache flushing algorithm

2022-10-10 Thread Thomas Monjalon
> Andrew Rybchenko (3): > mempool: check driver enqueue result in one place > mempool: avoid usage of term ring on put > mempool: flush cache completely on overflow > > Morten Brørup (1): > mempool: fix cache flushing algorithm Applied only first 2 "cosmetic" patches as discussed with And

[PATCH v6 0/4] mempool: fix mempool cache flushing algorithm

2022-10-09 Thread Andrew Rybchenko
v6 changes (Andrew Rybchenko): - Fix spelling v5 changes (Andrew Rybchenko): - Factor out cosmetic fixes into separate patches to make all patches smaller and easier to review - Remove extra check as per review notes - Factor out entire cache flushing into a separate patch. It is nice from l