https://bugs.linaro.org/show_bug.cgi?id=3002
Bug ID: 3002
Summary: Packet order lost when enqueuing to pktout queue
Product: OpenDataPlane - linux- generic reference
Version: v1.14.0.0
Hardware: All
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: ---
Component: Packet IO
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Target Milestone: ---
The packet enqueue order to pktout queues does not necessarily
match the dequeue order of an ordered source queue.
Enqueue to a normal queue ensures the right order by interacting
with the scheduler in enq_multi() but the pktout specific enqueue
implementation pktout_enqueue() does not.
This changed in the following commits. Apparently something was
missing from the later one.
a267605 linux-gen: sched: new ordered queue implementation
0d6d092 linux-gen: sched: remove old ordered queue implementation
--
You are receiving this mail because:
You are on the CC list for the bug.