Re: [lng-odp] [PATCH] linux-gen: using ODP instantiation pid as odp instance

2016-10-04 Thread Maxim Uvarov
Merged. Maxim. On 10/04/16 16:35, Christophe Milard wrote: Ping. This has been reviewed and agreed at ARCH call. Any reason not to merge? Christophe On 20 September 2016 at 04:34, Bill Fischofer wrote: On Mon, Sep 19, 2016 at 10:56 AM, Christophe Milard wrote: Rather than using INSTANCE_ID

Re: [lng-odp] [PATCH] linux-gen: using ODP instantiation pid as odp instance

2016-10-04 Thread Christophe Milard
Ping. This has been reviewed and agreed at ARCH call. Any reason not to merge? Christophe On 20 September 2016 at 04:34, Bill Fischofer wrote: > > > On Mon, Sep 19, 2016 at 10:56 AM, Christophe Milard > wrote: >> >> Rather than using INSTANCE_ID (constant 0xdeadbeef), the ODP main >> instantiati

Re: [lng-odp] [PATCH] linux-gen: using ODP instantiation pid as odp instance

2016-09-19 Thread Bill Fischofer
On Mon, Sep 19, 2016 at 10:56 AM, Christophe Milard < christophe.mil...@linaro.org> wrote: > Rather than using INSTANCE_ID (constant 0xdeadbeef), the ODP main > instantiation process ID is used as instance ID in the linux-generic > implementation. This is a simple way to guarantee instance uniquen

[lng-odp] [PATCH] linux-gen: using ODP instantiation pid as odp instance

2016-09-19 Thread Christophe Milard
Rather than using INSTANCE_ID (constant 0xdeadbeef), the ODP main instantiation process ID is used as instance ID in the linux-generic implementation. This is a simple way to guarantee instance uniqueness on linux systems. Signed-off-by: Christophe Milard --- platform/linux-generic/include/odp_i