[lng-odp] [PATCH v2] example: timer: remove global variables to share the data between workers

2015-04-27 Thread Jerin Jacob
use the odp_shared_memory allocater instead of global variables to enable the timer example to run on baremetal/linux process execution environments Signed-off-by: Jerin Jacob --- Changes in v2 - rebased - added an error check for odp_shm_reserve() example/timer/odp_timer_test.c | 128

Re: [lng-odp] [PATCH v2] example: timer: remove global variables to share the data between workers

2015-04-28 Thread Maxim Uvarov
Ola, Mike please add your review. Maxim. On 04/27/2015 19:19, Jerin Jacob wrote: use the odp_shared_memory allocater instead of global variables to enable the timer example to run on baremetal/linux process execution environments Signed-off-by: Jerin Jacob --- Changes in v2 - rebased - added

Re: [lng-odp] [PATCH v2] example: timer: remove global variables to share the data between workers

2015-04-29 Thread Mike Holmes
On 27 April 2015 at 12:19, Jerin Jacob wrote: > use the odp_shared_memory allocater instead of global variables to enable > the timer example to run on baremetal/linux process execution environments > > Signed-off-by: Jerin Jacob > Reviewed-and-tested-by: Mike Holmes > --- > > Changes in v2

Re: [lng-odp] [PATCH v2] example: timer: remove global variables to share the data between workers

2015-05-07 Thread Jerin Jacob
On Wed, Apr 29, 2015 at 03:49:06PM -0400, Mike Holmes wrote: > On 27 April 2015 at 12:19, Jerin Jacob > wrote: > > > use the odp_shared_memory allocater instead of global variables to enable > > the timer example to run on baremetal/linux process execution environments > > > > Signed-off-by: Jeri

Re: [lng-odp] [PATCH v2] example: timer: remove global variables to share the data between workers

2015-05-08 Thread Maxim Uvarov
Took this patch, will be merged now. Maxim. On 05/08/2015 09:50, Jerin Jacob wrote: On Wed, Apr 29, 2015 at 03:49:06PM -0400, Mike Holmes wrote: On 27 April 2015 at 12:19, Jerin Jacob wrote: use the odp_shared_memory allocater instead of global variables to enable the timer example to run o