v2: Addresses the only comment to replace static const char shm_name[] .... with const char SHM_DEFAULT_NAME[]
Yan Sonming (10): linux-generic: classification: add term_global linux-generic: odp_crypto: add term_global linux-generic: packet_io: add term_global linux-generic: schedule: add term_global linux-generic: queue: add term_global linux-generic: buffer_pool: add term_global linux-generic: thread: add term_global linux-generic: shm: add term_global linux-generic: schedule: add term_local linux-generic: buffer pool: add term_local platform/linux-generic/include/odp_internal.h | 10 ++++++ platform/linux-generic/odp_buffer_pool.c | 37 ++++++++++++++++++- platform/linux-generic/odp_classification.c | 25 +++++++++++++ platform/linux-generic/odp_crypto.c | 13 +++++++ platform/linux-generic/odp_init.c | 51 ++++++++++++++++++++++++++- platform/linux-generic/odp_packet_io.c | 20 +++++++++++ platform/linux-generic/odp_queue.c | 25 +++++++++++++ platform/linux-generic/odp_schedule.c | 31 ++++++++++++++++ platform/linux-generic/odp_shared_memory.c | 8 +++++ platform/linux-generic/odp_thread.c | 13 +++++++ 10 files changed, 231 insertions(+), 2 deletions(-) -- 2.1.0 _______________________________________________ lng-odp mailing list [email protected] http://lists.linaro.org/mailman/listinfo/lng-odp
