Re: [lng-odp] [PATCHv2 3/3] linux-generic: schedule: make sure SCHED queues get freed by the scheduler

2015-03-19 Thread Ciprian Barbu
On Wed, Mar 18, 2015 at 6:13 PM, Ola Liljedahl wrote: > On 18 March 2015 at 11:07, Ciprian Barbu wrote: >> >> On Wed, Mar 18, 2015 at 11:17 AM, Maxim Uvarov >> wrote: >> > On 03/17/15 12:53, Ciprian Barbu wrote: >> >> >> >> ODP_QUEUE_TYPE_SCHED queues only get marked as destroyed, they need to >

Re: [lng-odp] [PATCHv2 3/3] linux-generic: schedule: make sure SCHED queues get freed by the scheduler

2015-03-18 Thread Ola Liljedahl
On 18 March 2015 at 11:07, Ciprian Barbu wrote: > On Wed, Mar 18, 2015 at 11:17 AM, Maxim Uvarov > wrote: > > On 03/17/15 12:53, Ciprian Barbu wrote: > >> > >> ODP_QUEUE_TYPE_SCHED queues only get marked as destroyed, they need to > be > >> removed from the pri_queues of the linux-generic schedu

Re: [lng-odp] [PATCHv2 3/3] linux-generic: schedule: make sure SCHED queues get freed by the scheduler

2015-03-18 Thread Ciprian Barbu
On Wed, Mar 18, 2015 at 11:17 AM, Maxim Uvarov wrote: > On 03/17/15 12:53, Ciprian Barbu wrote: >> >> ODP_QUEUE_TYPE_SCHED queues only get marked as destroyed, they need to be >> removed from the pri_queues of the linux-generic scheduler >> >> Signed-off-by: Ciprian Barbu >> --- >> v2: >> - remov

Re: [lng-odp] [PATCHv2 3/3] linux-generic: schedule: make sure SCHED queues get freed by the scheduler

2015-03-18 Thread Maxim Uvarov
On 03/17/15 12:53, Ciprian Barbu wrote: ODP_QUEUE_TYPE_SCHED queues only get marked as destroyed, they need to be removed from the pri_queues of the linux-generic scheduler Signed-off-by: Ciprian Barbu --- v2: - removed #if 1 and trailing whitespaces platform/linux-generic/odp_schedule.c | 2

[lng-odp] [PATCHv2 3/3] linux-generic: schedule: make sure SCHED queues get freed by the scheduler

2015-03-17 Thread Ciprian Barbu
ODP_QUEUE_TYPE_SCHED queues only get marked as destroyed, they need to be removed from the pri_queues of the linux-generic scheduler Signed-off-by: Ciprian Barbu --- v2: - removed #if 1 and trailing whitespaces platform/linux-generic/odp_schedule.c | 22 ++ 1 file changed, 2