On 06/14/16 13:27, Savolainen, Petri (Nokia - FI/Espoo) wrote:
That was not discussed - other than unambiguous abbreviations should be OK. Maybe it's better to just use 
"test:" for validation tests, rather than "vald:" or "valid:".

Could you change those two "vald:" tags to "test:" during merge?

-Petri
Ok, I will change.

But I think to tag 0.10.1 before this patch go in.

Maxim.


-----Original Message-----
From: lng-odp [mailto:[email protected]] On Behalf Of Maxim
Uvarov
Sent: Tuesday, June 14, 2016 11:47 AM
To: [email protected]
Subject: Re: [lng-odp] [PATCH 0/7] SP scheduler

Ok, see it in meeting notes. Is 'vald' also agreed?

Maxim.

On 06/10/16 10:46, Savolainen, Petri (Nokia - FI/Espoo) wrote:
Thanks. I’d merge this set first as is and remove the dummy pool in
another patch. The change needs thorough testing, since TM test was also
failing and there may be other bugs hiding also…
-Petri


From: Bill Fischofer [mailto:[email protected]]
Sent: Friday, June 10, 2016 3:15 AM
To: Savolainen, Petri (Nokia - FI/Espoo) <petri.savolainen@nokia-bell-
labs.com>
Cc: LNG ODP Mailman List <[email protected]>
Subject: Re: [lng-odp] [PATCH 0/7] SP scheduler

For this series:

Reviewed-and-tested-by: Bill Fischofer <[email protected]>

Petri: I tracked down the bug you uncovered regarding the timer test
failing if you don't allocate a dummy pool and posted patch
http://patches.opendataplane.org/patch/6395/ to resolve this.  If you want
to create a v2 of your patch to remove your dummy_pool code we can
coordinate that fix with this series so that everything works properly.
Thanks.

On Thu, Jun 9, 2016 at 7:55 AM, Petri Savolainen
<[email protected]> wrote:
Added strict priority scheduler implementation. Corrected bugs in
validation
tests and improved code readability and debugging support.

Petri Savolainen (7):
    helper: linux: correct pthread join retval check
    linux-gen: sched: add ordered enq to schedule_fn_t
    linux-gen: sched: add sched_cb_queue_empty call
    linux-gen: pktio: added debug prints
    vald: timer: add missing pool param init calls
    vald: sched: bug corrections
    linux-gen: sched: SP scheduler implementation

   helper/linux.c                                     |  15 +-
   helper/test/thread.c                               |   2 +-
   platform/linux-generic/include/odp_schedule_if.h   |   8 +
   .../include/odp_schedule_ordered_internal.h        |   5 +-
   platform/linux-generic/odp_packet_io.c             |   5 +-
   platform/linux-generic/odp_queue.c                 |  32 +-
   platform/linux-generic/odp_schedule.c              |   3 +
   platform/linux-generic/odp_schedule_ordered.c      |  18 +-
   platform/linux-generic/odp_schedule_sp.c           | 702
++++++++++++++++++++-
   platform/linux-generic/pktio/loop.c                |   4 +
   test/validation/scheduler/scheduler.c              | 267 ++++----
   test/validation/timer/timer.c                      |  33 +-
   12 files changed, 901 insertions(+), 193 deletions(-)

--
2.8.1

_______________________________________________
lng-odp mailing list
[email protected]
https://lists.linaro.org/mailman/listinfo/lng-odp

_______________________________________________
lng-odp mailing list
[email protected]
https://lists.linaro.org/mailman/listinfo/lng-odp
_______________________________________________
lng-odp mailing list
[email protected]
https://lists.linaro.org/mailman/listinfo/lng-odp

_______________________________________________
lng-odp mailing list
[email protected]
https://lists.linaro.org/mailman/listinfo/lng-odp

Reply via email to