Application should be able to destroy created resources. odp_destroy_queue() has a very minimal functionality which should be enough for 1.0. Later it can be updated to handle non-empty queues.
v2: handle scheduled queues destroy Taras Kondratiuk (2): api: queue: add odp_queue_destroy() platform: implement odp_queue_destroy() platform/linux-generic/include/api/odp_queue.h | 14 ++++ .../linux-generic/include/odp_queue_internal.h | 23 +++++-- platform/linux-generic/odp_queue.c | 72 +++++++++++++++++++- platform/linux-generic/odp_schedule.c | 3 +- 4 files changed, 106 insertions(+), 6 deletions(-) -- 1.7.9.5 _______________________________________________ lng-odp mailing list [email protected] http://lists.linaro.org/mailman/listinfo/lng-odp
