Re: [lng-odp] [PATCH] linux-generic: queue: split queue_enq implementations for regular and ordered queues

2015-10-08 Thread Nicolas Morey-Chaisemartin
Ping On 09/10/2015 05:22 PM, Nicolas Morey-Chaisemartin wrote: > This allows better readability, and make supporting ordered queues > easier for other platforms > > Signed-off-by: Nicolas Morey-Chaisemartin > --- > platform/linux-generic/odp_queue.c | 225 >

[lng-odp] [PATCH] linux-generic: queue: split queue_enq implementations for regular and ordered queues

2015-09-10 Thread Nicolas Morey-Chaisemartin
This allows better readability, and make supporting ordered queues easier for other platforms Signed-off-by: Nicolas Morey-Chaisemartin --- platform/linux-generic/odp_queue.c | 225 + 1 file changed, 127 insertions(+), 98 deletions(-) diff