Re: [lng-odp] [PATCH] linux-gen: sched: fix ordered enqueue to pktout queue

2017-05-23 Thread Elo, Matias (Nokia - FI/Espoo)
ts.linaro.org >> Subject: [lng-odp] [PATCH] linux-gen: sched: fix ordered enqueue to pktout >> queue >> >> Make sure packet order is maintained if enqueueing packets from an ordered >> queue. >> >> Fixes https://bugs.linaro.org/show_bug.cgi?id=300

Re: [lng-odp] [PATCH] linux-gen: sched: fix ordered enqueue to pktout queue

2017-05-23 Thread Peltonen, Janne (Nokia - FI/Espoo)
> -Original Message- > From: lng-odp [mailto:lng-odp-boun...@lists.linaro.org] On Behalf Of Matias > Elo > Sent: Monday, May 22, 2017 12:39 PM > To: lng-odp@lists.linaro.org > Subject: [lng-odp] [PATCH] linux-gen: sched: fix ordered enqueue to pktout > queue >

Re: [lng-odp] [PATCH] linux-gen: sched: fix ordered enqueue to pktout queue

2017-05-23 Thread Yi He
Reviewed-and-tested-by: Yi He On 22 May 2017 at 17:39, Matias Elo wrote: > Make sure packet order is maintained if enqueueing packets from an ordered > queue. > > Fixes https://bugs.linaro.org/show_bug.cgi?id=3002 > > Signed-off-by: Matias Elo > --- > platform/linux-generic/odp_packet_io.c

[lng-odp] [PATCH] linux-gen: sched: fix ordered enqueue to pktout queue

2017-05-22 Thread Matias Elo
Make sure packet order is maintained if enqueueing packets from an ordered queue. Fixes https://bugs.linaro.org/show_bug.cgi?id=3002 Signed-off-by: Matias Elo --- platform/linux-generic/odp_packet_io.c | 8 platform/linux-generic/odp_queue.c | 1 + platform/linux-generi