Re: [lng-odp] [API-NEXT PATCH v7 0/9] api: time: update local time to be monotonic

2015-12-08 Thread Maxim Uvarov
That patch serries looks ok, instead of one overrun of 32 bit counter. I can fix it just in place. Petri, agree? time.c: In function 'time_test_monotony': time.c:60:15: error: comparison is always true due to limited range of data type [-Werror=type-limits] while (count <

Re: [lng-odp] [API-NEXT PATCH v7 0/9] api: time: update local time to be monotonic

2015-12-08 Thread Savolainen, Petri (Nokia - FI/Espoo)
ng-odp [mailto:lng-odp-boun...@lists.linaro.org] On Behalf Of EXT > Savolainen, Petri (Nokia - FI/Espoo) > Sent: Tuesday, December 08, 2015 1:02 PM > To: EXT Maxim Uvarov; lng-odp@lists.linaro.org > Subject: Re: [lng-odp] [API-NEXT PATCH v7 0/9] api: time: update local > time to be monot

Re: [lng-odp] [API-NEXT PATCH v7 0/9] api: time: update local time to be monotonic

2015-12-08 Thread Maxim Uvarov
/Espoo) Sent: Tuesday, December 08, 2015 1:02 PM To: EXT Maxim Uvarov; lng-odp@lists.linaro.org Subject: Re: [lng-odp] [API-NEXT PATCH v7 0/9] api: time: update local time to be monotonic Agree, it's a bug and the test would spin forever. Is this a build error? Ivan should have built the code

Re: [lng-odp] [API-NEXT PATCH v7 0/9] api: time: update local time to be monotonic

2015-12-08 Thread Savolainen, Petri (Nokia - FI/Espoo)
im.uva...@linaro.org] > Sent: Tuesday, December 08, 2015 12:41 PM > To: lng-odp@lists.linaro.org; Petri Savolainen > Subject: Re: [lng-odp] [API-NEXT PATCH v7 0/9] api: time: update local > time to be monotonic > > That patch serries looks ok, instead of one overrun of 32 bit coun

[lng-odp] [API-NEXT PATCH v7 0/9] api: time: update local time to be monotonic

2015-12-04 Thread Ivan Khoronzhuk
This series is intended to modify time API to be used as monotonic wall time in order to simplify time API usage and create prerequisites for adding global time API. Since v6: - changed patch order a little to pass validation tests - fixed issue with pktio perf test - no functional changes Since