On Wed, Sep 20, 2023 at 5:39 PM Patrick Robb <pr...@iol.unh.edu> wrote: > > Recheck-request: iol-unit-amd64-testing > > A maintainers file change should not cause eal_flags_misc_autotest to fail, > so I'm queuing a retest for this series.
I agree ;-). About this failure here, I had a look at the logs: this is something new and I noticed the same failure on a patch of mine too this week. I see that a secondary process crashes and some log about a failing rte_memzone_free(). """ EAL: Memzone is not allocated """ which may indicative of a double free() in some cleanup or a race between secondary/primary process or a rare-to-reach branch of the code.... I don't have time to look into it, so simply mentionning what I saw if someone wants to investigate. -- David Marchand