[lng-odp] [Bug 2411] linux-generic/odp_schedule_sp.c contains todo items

2017-11-09 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=2411

--- Comment #10 from Bill Fischofer  ---
Ping to Petri. Did you want to post a PR to remove the to-dos?

-- 
You are receiving this mail because:
You are on the CC list for the bug.

[lng-odp] [Bug 2411] linux-generic/odp_schedule_sp.c contains todo items

2017-09-25 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=2411

Bill Fischofer  changed:

   What|Removed |Added

   Assignee|petri.savolai...@linaro.org |bill.fischo...@linaro.org

--- Comment #9 from Bill Fischofer  ---
MUSTFIX for Tiger Moth, but probably by just removing the todo comment.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

[lng-odp] [Bug 2411] linux-generic/odp_schedule_sp.c contains todo items

2017-09-15 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=2411

--- Comment #8 from Petri Savolainen  ---
Need to check this sometime.

SP scheduler is needed as an example that scheduler implementation can be
simple. E.g. ordered queues / locks can be implemented as atomic queues. When
in trouble with one of the more complex schedulers, this can be used to see if
the issue disappears or not. Additional scheduler development (e.g. an
application specific scheduler) can use this as starting point.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

[lng-odp] [Bug 2411] linux-generic/odp_schedule_sp.c contains todo items

2017-09-14 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=2411

--- Comment #7 from Bill Fischofer  ---
Ping to Petri for update. Larger question is do we still need the
odp_schedule_sp?

-- 
You are receiving this mail because:
You are on the CC list for the bug.

[lng-odp] [Bug 2411] linux-generic/odp_schedule_sp.c contains todo items

2017-08-31 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=2411

--- Comment #6 from Bill Fischofer  ---
Ping to Petri for update.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

[lng-odp] [Bug 2411] linux-generic/odp_schedule_sp.c contains todo items

2017-08-17 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=2411

Bill Fischofer  changed:

   What|Removed |Added

 CC||bill.fischo...@linaro.org

--- Comment #5 from Bill Fischofer  ---
Petri, is this still something you wish to fix?

static int term_global(void)
{
int qi, ret = 0;

for (qi = 0; qi < NUM_QUEUE; qi++) {
if (sched_global->queue_cmd[qi].s.init) {
/* todo: dequeue until empty ? */
sched_cb_queue_destroy_finalize(qi);
}
}

ret = odp_shm_free(sched_global->shm);
if (ret < 0) {
ODP_ERR("Shm free failed for sp_scheduler");
ret = -1;
}

return ret;
}

-- 
You are receiving this mail because:
You are on the CC list for the bug.

[lng-odp] [Bug 2411] linux-generic/odp_schedule_sp.c contains todo items

2017-03-02 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=2411

--- Comment #4 from Maxim Uvarov  ---
still exist

-- 
You are receiving this mail because:
You are on the CC list for the bug.

[lng-odp] [Bug 2411] linux-generic/odp_schedule_sp.c contains todo items

2016-12-08 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=2411

--- Comment #3 from Mike Holmes  ---
Petri, is this fixed with your latest patches ?

-- 
You are receiving this mail because:
You are on the CC list for the bug.

[lng-odp] [Bug 2411] linux-generic/odp_schedule_sp.c contains todo items

2016-10-06 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=2411

Maxim Uvarov  changed:

   What|Removed |Added

 CC||maxim.uva...@linaro.org

--- Comment #2 from Maxim Uvarov  ---
Petri, ping.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

[lng-odp] [Bug 2411] linux-generic/odp_schedule_sp.c contains todo items

2016-08-18 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=2411

Mike Holmes  changed:

   What|Removed |Added

 Status|UNCONFIRMED |CONFIRMED
 Ever confirmed|0   |1

--- Comment #1 from Mike Holmes  ---
Petri, have you had a chance to address this todo ?

-- 
You are receiving this mail because:
You are on the CC list for the bug.