Re: [lng-odp] [PATCHv9 00/35] running things in process mode

2016-05-23 Thread Maxim Uvarov
Merged, Maxim. On 05/21/16 09:16, Christophe Milard wrote: Yes! I get that easily on my home computer: while (true); do ./platform/linux-generic/test/ring/ringtest ; done just hangs after a short while. even on origin/master For some reason that refuses to hang at work... I don't think

Re: [lng-odp] [PATCHv9 00/35] running things in process mode

2016-05-21 Thread Christophe Milard
Yes! I get that easily on my home computer: while (true); do ./platform/linux-generic/test/ring/ringtest ; done just hangs after a short while. even on origin/master For some reason that refuses to hang at work... I don't think it should stop the series, but it is definitively something to

Re: [lng-odp] [PATCHv9 00/35] running things in process mode

2016-05-20 Thread Maxim Uvarov
ok, now odp-check passed 34 patches on on 35 I caught ring test bug :) platform/linux-generic/test/ring/ringtest.c It rolls forever in that loop: do { i = _ring_mc_dequeue_bulk(r_stress, src, MAX_BULK); if (i == 0) { for (i = 0; i < MAX_BULK; i++) {

[lng-odp] [PATCHv9 00/35] running things in process mode

2016-05-20 Thread Christophe Milard
Since v8 -Fixed error in patch 9 generation erroneous file (Maxim) Since v7 -fixed rebase error between patch 7 and 8 (sorry Maxim) Since v6 -rebased -regrouping history, squashing patch 1 and 12; 4, 5 and 12 (Petri) -mixed mode test removed (but still claimed to be supported in ODP). (Petri)