On 02/17/2015 04:11 PM, Mike Holmes wrote:
On 17 February 2015 at 07:57, Maxim Uvarov <[email protected]
<mailto:[email protected]>> wrote:
I think that this patches need to go with tests together.
No problem, which tests are needed ?
The terminate functions are already called by all the unit tests in
the sunny day case so I could not think of anything to add.
I think just to test different scenarios, like
a)
global init
layer term
global term
b)
global init
layer term
layer term
layer init
global term
c)
global init
global term
layer term
d)
loop of term and init functions as test for memory / resource leaks.
Thanks,
Maxim.
Maxim.
On 02/16/2015 10:55 PM, Mike Holmes wrote:
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(-)
_______________________________________________
lng-odp mailing list
[email protected] <mailto:[email protected]>
http://lists.linaro.org/mailman/listinfo/lng-odp
--
*Mike Holmes*
Linaro Sr Technical Manager
LNG - ODP
_______________________________________________
lng-odp mailing list
[email protected]
http://lists.linaro.org/mailman/listinfo/lng-odp