Re: [lng-odp] [PATCH 2/2] validation: timer: introduce CONFIG_MIN_TICK option in timer test case

2015-06-30 Thread Ola Liljedahl
On 25 June 2015 at 22:37, Jerin Jacob jerin.ja...@caviumnetworks.com wrote: On Wed, Jun 24, 2015 at 01:34:07PM +0200, Ola Liljedahl wrote: On 10 June 2015 at 16:08, Jerin Jacob jerin.ja...@caviumnetworks.com wrote: This option is to specify minimum number ticks (delta between future

Re: [lng-odp] [PATCH 2/2] validation: timer: introduce CONFIG_MIN_TICK option in timer test case

2015-06-25 Thread Jerin Jacob
On Wed, Jun 24, 2015 at 01:34:07PM +0200, Ola Liljedahl wrote: On 10 June 2015 at 16:08, Jerin Jacob jerin.ja...@caviumnetworks.com wrote: This option is to specify minimum number ticks (delta between future tick and current tick) required to successfully reset/set the timer. some

Re: [lng-odp] [PATCH 2/2] validation: timer: introduce CONFIG_MIN_TICK option in timer test case

2015-06-24 Thread Ola Liljedahl
On 10 June 2015 at 16:08, Jerin Jacob jerin.ja...@caviumnetworks.com wrote: This option is to specify minimum number ticks (delta between future tick and current tick) required to successfully reset/set the timer. some hardware timer implementations needs at least two ticks gap between

Re: [lng-odp] [PATCH 2/2] validation: timer: introduce CONFIG_MIN_TICK option in timer test case

2015-06-24 Thread Ola Liljedahl
On 24 June 2015 at 13:34, Ola Liljedahl ola.liljed...@linaro.org wrote: On 10 June 2015 at 16:08, Jerin Jacob jerin.ja...@caviumnetworks.com wrote: This option is to specify minimum number ticks (delta between future tick and current tick) required to successfully reset/set the timer.

Re: [lng-odp] [PATCH 2/2] validation: timer: introduce CONFIG_MIN_TICK option in timer test case

2015-06-22 Thread Jacob, Jerin
ping.. From: Jacob, Jerin Sent: Wednesday, June 10, 2015 7:38 PM To: lng-odp@lists.linaro.org Cc: Jacob, Jerin Subject: [lng-odp] [PATCH 2/2] validation: timer: introduce CONFIG_MIN_TICK option in timer test case This option is to specify minimum

[lng-odp] [PATCH 2/2] validation: timer: introduce CONFIG_MIN_TICK option in timer test case

2015-06-10 Thread Jerin Jacob
This option is to specify minimum number ticks (delta between future tick and current tick) required to successfully reset/set the timer. some hardware timer implementations needs at least two ticks gap between current tick and future tick to cancel/set timer and let timer test case aware of this