Re: [PATCH 0/2] lib/reorder: fix drain/free issues

2023-02-19 Thread Thomas Monjalon
07/01/2023 16:19, Volodymyr Fialko: > This patch address issues with reorder drain/free, > discovered with enabled `RTE_LIBRTE_MEMPOOL_DEBUG`. > > Volodymyr Fialko (2): > reorder: invalidate buf from ready queue in drain > test/reorder: fix double free of drained buffers Applied, thanks.

Re: [PATCH 0/2] lib/reorder: fix drain/free issues

2023-02-07 Thread Thomas Monjalon
Pïng for review 26/01/2023 16:47, David Marchand: > Hi Reshma, > > On Sat, Jan 7, 2023 at 4:20 PM Volodymyr Fialko wrote: > > > > This patch address issues with reorder drain/free, > > discovered with enabled `RTE_LIBRTE_MEMPOOL_DEBUG`. > > > > Volodymyr Fialko (2): > > reorder: invalidate buf

RE: [PATCH 0/2] lib/reorder: fix drain/free issues

2023-02-06 Thread Volodymyr Fialko
Hi All, Kind reminder to all maintainers, please review and ack/comment. > This patch address issues with reorder drain/free, discovered with enabled > `RTE_LIBRTE_MEMPOOL_DEBUG`.

Re: [PATCH 0/2] lib/reorder: fix drain/free issues

2023-01-26 Thread David Marchand
Hi Reshma, On Sat, Jan 7, 2023 at 4:20 PM Volodymyr Fialko wrote: > > This patch address issues with reorder drain/free, > discovered with enabled `RTE_LIBRTE_MEMPOOL_DEBUG`. > > Volodymyr Fialko (2): > reorder: invalidate buf from ready queue in drain > test/reorder: fix double free of drain