Branch: refs/heads/api-next Home: https://github.com/Linaro/odp Commit: 4bcd15e2bfb839ac0ef6419aa9e7b720958638f7 https://github.com/Linaro/odp/commit/4bcd15e2bfb839ac0ef6419aa9e7b720958638f7 Author: Petri Savolainen <petri.savolai...@linaro.org> Date: 2017-06-21 (Wed, 21 Jun 2017)
Changed paths: M platform/linux-generic/include/odp_queue_if.h M platform/linux-generic/include/odp_queue_internal.h M platform/linux-generic/include/odp_schedule_if.h M platform/linux-generic/odp_queue.c M platform/linux-generic/odp_schedule.c M platform/linux-generic/odp_schedule_iquery.c M platform/linux-generic/odp_schedule_sp.c Log Message: ----------- linux-gen: queue: clean up after modular interface Clean up function and parameter naming after modular interface patch. Queue_t type is referred as "queue internal": queue_int or q_int. Term "handle" is reserved for API level handles (e.g. odp_queue_t, odp_pktio_t, etc) through out linux-gen implementation. Signed-off-by: Petri Savolainen <petri.savolai...@linaro.org> Reviewed-and-tested-by: Bill Fischofer <bill.fischo...@linaro.org> Signed-off-by: Maxim Uvarov <maxim.uva...@linaro.org>