In my case all test passed after I applied that series of patches.
Maxim.
On 02/24/2015 06:14 AM, Robbie King (robking) wrote:
Makes perfect sense to me ;-)
*From:*Mike Holmes [mailto:[email protected]]
*Sent:* Monday, February 23, 2015 6:39 PM
*To:* Robbie King (robking)
*Cc:* Bill Fischofer; LNG ODP Mailman List
*Subject:* Re: [lng-odp] [PATCHv3 00/10] add global and local termination
Ok so this is a little superstitious :D, but did you see that patch
number at the start of your series Robbie ?
http://patches.opendataplane.org/patch/666/
On 23 February 2015 at 18:35, Mike Holmes <[email protected]
<mailto:[email protected]>> wrote:
This is the bug list I was creating
odp_pktio : stuart
odp_classification : bala
odp_queue : ?
odp_schedule : Petri
odp_crypto : Robbie
On 23 February 2015 at 18:33, Robbie King (robking) <[email protected]
<mailto:[email protected]>> wrote:
Thanks Bill and yes you're absolutely correct. We probably need bugs
and owners. I'll have a look at crypto.
*From:*Bill Fischofer <[email protected]
<mailto:[email protected]>>
*Sent:* Feb 23, 2015 6:13 PM
*To:* Robbie King (robking)
*Cc:* LNG ODP Mailman List
*Subject:* Re: [lng-odp] [PATCHv3 00/10] add global and local termination
For this patch series:
Reviewed-and-tested-by: Bill Fischofer <[email protected]
<mailto:[email protected]>>
Note that while this patch is OK, now that the termination functions
are present it exposes deficiencies in a number of the validation
tests in that they don't properly clean up after themselves. For
example, tests fail because queues have unconsumed events on them (so
queues can't be destroyed as part of termination) and pools can't be
destroyed because they contain allocated buffers. These tests really
should properly clean up after themselves so that they terminate normally.
Tests that seem to have issues include:
odp_pktio
odp_classification
odp_queue
odp_schedule
odp_crypto
On Mon, Feb 23, 2015 at 2:35 PM, Robbie King <[email protected]
<mailto:[email protected]>> wrote:
v3:
Termination routines now continue despite failures.
Also added some debugging code to aid in root
causing scheduler termination issues.
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_classification.c | 26 ++++++++++
platform/linux-generic/odp_crypto.c | 11 +++++
platform/linux-generic/odp_init.c | 69
+++++++++++++++++++++++++--
platform/linux-generic/odp_packet_io.c | 18 +++++++
platform/linux-generic/odp_pool.c | 36 +++++++++++++-
platform/linux-generic/odp_queue.c | 38 ++++++++++++++-
platform/linux-generic/odp_schedule.c | 34 +++++++++++++
platform/linux-generic/odp_shared_memory.c | 8 ++++
platform/linux-generic/odp_thread.c | 11 +++++
10 files changed, 255 insertions(+), 6 deletions(-)
--
1.9.3
_______________________________________________
lng-odp mailing list
[email protected] <mailto:[email protected]>
http://lists.linaro.org/mailman/listinfo/lng-odp
_______________________________________________
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
--
*Mike Holmes*
Linaro Sr Technical Manager
LNG - ODP
_______________________________________________
lng-odp mailing list
[email protected]
http://lists.linaro.org/mailman/listinfo/lng-odp
_______________________________________________
lng-odp mailing list
[email protected]
http://lists.linaro.org/mailman/listinfo/lng-odp