Re: [dpdk-dev] [PATCH v5 00/15] fix distributor synchronization issues

2020-10-10 Thread Lukasz Wojciechowski
W dniu 10.10.2020 o 10:12, David Marchand pisze: > Hello Lukasz, > > On Sat, Oct 10, 2020 at 1:26 AM Lukasz Wojciechowski > wrote: >> W dniu 09.10.2020 o 23:41, Lukasz Wojciechowski pisze: >> More bad news - same issue just appeared on travis for v6. >> Good news we can reproduce it. >> >> Is th

Re: [dpdk-dev] [PATCH v5 00/15] fix distributor synchronization issues

2020-10-10 Thread David Marchand
On Sat, Oct 10, 2020 at 10:12 AM David Marchand wrote: > > Hello Lukasz, > > On Sat, Oct 10, 2020 at 1:26 AM Lukasz Wojciechowski > wrote: > > W dniu 09.10.2020 o 23:41, Lukasz Wojciechowski pisze: > > More bad news - same issue just appeared on travis for v6. > > Good news we can reproduce it. >

Re: [dpdk-dev] [PATCH v5 00/15] fix distributor synchronization issues

2020-10-10 Thread David Marchand
Hello Lukasz, On Sat, Oct 10, 2020 at 1:26 AM Lukasz Wojciechowski wrote: > W dniu 09.10.2020 o 23:41, Lukasz Wojciechowski pisze: > More bad news - same issue just appeared on travis for v6. > Good news we can reproduce it. > > Is there a way to delegate a job for travis other way than sending a

Re: [dpdk-dev] [PATCH v5 00/15] fix distributor synchronization issues

2020-10-09 Thread Lukasz Wojciechowski
W dniu 09.10.2020 o 23:41, Lukasz Wojciechowski pisze: > > Hi David, > > W dniu 09.10.2020 o 14:53, David Marchand pisze: >> Hello Lukasz, >> >> On Thu, Oct 8, 2020 at 11:17 PM Lukasz Wojciechowski >> wrote: >>> I'm here if you have any questions or suggestions >> Unfortunately, I can see a tim

Re: [dpdk-dev] [PATCH v5 00/15] fix distributor synchronization issues

2020-10-09 Thread Lukasz Wojciechowski
Hi David, W dniu 09.10.2020 o 14:53, David Marchand pisze: > Hello Lukasz, > > On Thu, Oct 8, 2020 at 11:17 PM Lukasz Wojciechowski > wrote: >> I'm here if you have any questions or suggestions > Unfortunately, I can see a timeout on the distributor autotest in Travis: > https://travis-ci.com/git

Re: [dpdk-dev] [PATCH v5 00/15] fix distributor synchronization issues

2020-10-09 Thread David Marchand
Hello Lukasz, On Thu, Oct 8, 2020 at 11:17 PM Lukasz Wojciechowski wrote: > I'm here if you have any questions or suggestions Unfortunately, I can see a timeout on the distributor autotest in Travis: https://travis-ci.com/github/ovsrobot/dpdk/jobs/396703415#L1151 Can you have a look? Btw, did y

Re: [dpdk-dev] [PATCH v5 00/15] fix distributor synchronization issues

2020-10-08 Thread Lukasz Wojciechowski
W dniu 08.10.2020 o 09:30, David Marchand pisze: > On Thu, Oct 8, 2020 at 7:24 AM 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 m

Re: [dpdk-dev] [PATCH v5 00/15] fix distributor synchronization issues

2020-10-08 Thread David Marchand
On Thu, Oct 8, 2020 at 7:24 AM 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. > So I investigated