Re: [dpdk-dev] [PATCH v3 0/8] fix distributor synchronization issues

2020-09-25 Thread Lukasz Wojciechowski
Hello David, Thank you for your review. W dniu 25.09.2020 o 14:31, David Marchand pisze: > Hello Lukasz, > > On Wed, Sep 23, 2020 at 3:25 PM Lukasz Wojciechowski > wrote: >> During review and verification of the patch created by Sarosh Arif: >> "test_distributor: prevent memory leakages from the

Re: [dpdk-dev] [PATCH v3 0/8] fix distributor synchronization issues

2020-09-25 Thread David Marchand
Hello Lukasz, On Wed, Sep 23, 2020 at 3:25 PM Lukasz Wojciechowski wrote: > > During review and verification of the patch created by Sarosh Arif: > "test_distributor: prevent memory leakages from the pool" I found out > that running distributor unit tests multiple times in a row causes fails. > S

[dpdk-dev] [PATCH v3 0/8] fix distributor synchronization issues

2020-09-23 Thread Lukasz Wojciechowski
During review and verification of the patch created by Sarosh Arif: "test_distributor: prevent memory leakages from the pool" I found out that running distributor unit tests multiple times in a row causes fails. So I investigated all the issues I found. There are few synchronization issues that mi