This series cleans up the implementation of ordered queues and fixes Bug https://bugs.linaro.org/show_bug.cgi?id=1879
Bill Fischofer (6): linux-generic: schedule: move ordered lock routines to odp_schedule.c linux-generic: queue: add utility functions for restructure linux-generic: queue: add ordered_queue_enq() routine - part 1 linux-generic: queue: add ordered_queue_enq() routine - part 2 linux-generic: queue: streamline reorder_deq() routine linux-generic: queue: streamline and correct release_order() routine .../linux-generic/include/odp_queue_internal.h | 67 ++++- platform/linux-generic/odp_queue.c | 318 +++++++++++---------- platform/linux-generic/odp_schedule.c | 39 +++ 3 files changed, 262 insertions(+), 162 deletions(-) -- 2.1.4 _______________________________________________ lng-odp mailing list [email protected] https://lists.linaro.org/mailman/listinfo/lng-odp
