Re: [lng-odp] [API-NEXT PATCHv2 1/4] linux-gen: sched: solve ordered context inversion

2016-12-20 Thread Bill Fischofer
For this series: Reviewed-and-tested-by: Bill Fischofer On Fri, Dec 9, 2016 at 4:51 AM, Yi He wrote: > For ordered queue, a thread consumes events (dequeue) and > acquires its unique sequential context in two steps, non > atomic and preemptable. > >

Re: [lng-odp] [API-NEXT PATCH 1/3] api: unify ODP_*_NAME_LEN specifications

2016-12-20 Thread Bill Fischofer
For Parts 1 and 2: Reviewed-by: Bill Fischofer As noted in Part 3, that also looks fine but should be a separate patch since it doesn't seem to be related to the purpose of Parts 1 and 2. On Tue, Dec 20, 2016 at 7:45 AM, Matias Elo wrote: >

Re: [lng-odp] [API-NEXT PATCH 3/3] validation: test creating pool and timer pool with no name

2016-12-20 Thread Bill Fischofer
This looks fine, but this seems to have little to do with the other parts of this patch. It should be a separate patch. On Tue, Dec 20, 2016 at 7:45 AM, Matias Elo wrote: > Signed-off-by: Matias Elo > --- > test/common_plat/validation/api/pool/pool.c

Re: [lng-odp] [API-NEXT PATCHv2 1/5] api: packet: add support for packet references

2016-12-20 Thread Bill Fischofer
On Tue, Dec 20, 2016 at 8:26 AM, Bala Manoharan wrote: > On 20 December 2016 at 18:26, Bill Fischofer > wrote: >> On Tue, Dec 20, 2016 at 5:59 AM, Bala Manoharan >> wrote: >>> Regards, >>> Bala >>> >>> >>> On 19

Re: [lng-odp] Merge API-NEXT to NEXT

2016-12-20 Thread Mike Holmes
This is the ABI change http://people.linaro.org/~mike.holmes/diff-abi/libodp-compat_report.html On 20 December 2016 at 11:03, Mike Holmes wrote: > All > > next has been updated with the proposed 12.x tag, please respond to this > thread if you have any issues with it. >

Re: [lng-odp] [API-NEXT PATCHv2] linux-gen: _ishm: unlinking files asap for cleaner termination

2016-12-20 Thread Christophe Milard
Ping. I think this patch would ease cleaning up the Huge pages. If reviewed, it is candidate for "next" and master. Christophe. On 6 December 2016 at 18:25, Christophe Milard wrote: > _ishm now unlinks the created files as soon as possible, hence reducing > the

[lng-odp] [Bug 2782] New: LCOV: _odp_atomic_u64_cmp_xchg_strong_mm reported not tested

2016-12-20 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=2782 Bug ID: 2782 Summary: LCOV: _odp_atomic_u64_cmp_xchg_strong_mm reported not tested Product: OpenDataPlane - linux- generic reference Version: v1.12.0.0 Hardware: Other

[lng-odp] Merge API-NEXT to NEXT

2016-12-20 Thread Mike Holmes
All next has been updated with the proposed 12.x tag, please respond to this thread if you have any issues with it. Mike -- Mike Holmes Program Manager - Linaro Networking Group Linaro.org *│ *Open source software for ARM SoCs "Work should be fun and collaborative,

Re: [lng-odp] [API-NEXT PATCHv2 1/5] api: packet: add support for packet references

2016-12-20 Thread Bala Manoharan
On 20 December 2016 at 18:26, Bill Fischofer wrote: > On Tue, Dec 20, 2016 at 5:59 AM, Bala Manoharan > wrote: >> Regards, >> Bala >> >> >> On 19 December 2016 at 20:23, Bill Fischofer >> wrote: >>> On Mon, Dec

[lng-odp] [API-NEXT PATCH 2/3] api: remove remaining ODP_*_NAME_LEN definitions from API

2016-12-20 Thread Matias Elo
Enables the implementations to choose the define values. Signed-off-by: Matias Elo --- include/odp/api/spec/pool.h | 6 -- include/odp/api/spec/shared_memory.h | 6 -- include/odp/api/spec/timer.h

[lng-odp] [API-NEXT PATCH 1/3] api: unify ODP_*_NAME_LEN specifications

2016-12-20 Thread Matias Elo
Unify name length definitions to always include terminating null character. Signed-off-by: Matias Elo --- include/odp/api/spec/classification.h | 2 +- include/odp/api/spec/pool.h | 2 +- include/odp/api/spec/queue.h | 2 +-

[lng-odp] [API-NEXT PATCH 3/3] validation: test creating pool and timer pool with no name

2016-12-20 Thread Matias Elo
Signed-off-by: Matias Elo --- test/common_plat/validation/api/pool/pool.c | 7 +-- test/common_plat/validation/api/timer/timer.c | 2 +- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/test/common_plat/validation/api/pool/pool.c

Re: [lng-odp] [API-NEXT PATCHv2 1/5] api: packet: add support for packet references

2016-12-20 Thread Bill Fischofer
On Tue, Dec 20, 2016 at 5:59 AM, Bala Manoharan wrote: > Regards, > Bala > > > On 19 December 2016 at 20:23, Bill Fischofer > wrote: >> On Mon, Dec 19, 2016 at 4:06 AM, Bala Manoharan >> wrote: >>> Comments

Re: [lng-odp] [API-NEXT PATCHv2 1/5] api: packet: add support for packet references

2016-12-20 Thread Bala Manoharan
Regards, Bala On 19 December 2016 at 20:23, Bill Fischofer wrote: > On Mon, Dec 19, 2016 at 4:06 AM, Bala Manoharan > wrote: >> Comments inline >> >> >> On 15 November 2016 at 20:14, Bill Fischofer >> wrote: