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

2015-11-08 Thread Bill Fischofer
This patch is superseded by patch series http://patches.opendataplane.org/patch/3661/ through http://patches.opendataplane.org/patch/3666/ that resolves Bug https://bugs.linaro.org/show_bug.cgi?id=1879 As part of the restructuring to resolve that patch, ordered queue processing is now handled in a

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 --git a/platform/l