aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-generic/include/odp_queue_internal.h
AgeCommit message (Collapse)Author
2014-12-05api: odp_align: move internal macrosMike Holmes
Signed-off-by: Mike Holmes <mike.holmes@linaro.org> Reviewed-by: Bill Fischofer <bill.fischofer@linaro.org> Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
2014-04-02code clean up and minor style fixMaxim Uvarov
Remove not needed empty lines and minor style clean up. Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
2014-02-17Multi-enq and deq operationsPetri Savolainen
- Added multi-buffer enqueue and dequeue operations for queues - And scheduler/packet IO support for those - Added/renamed schedule functions - _poll removed from functions names (default operation) - former odp_schedule() is now odp_schedule_once() - Enabled -O3 optimization (again) Signed-off-by: Petri Savolainen <petri.savolainen@linaro.org>
2014-02-05reorganize makefileMaxim Uvarov
Reorganize source file folder, clean up Makefiles, rename odp.a to libodp.a, install to /usr/local by default Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>