Re: [lng-odp] [PATCH] test: perf: fix bash syntax in odp_pktio_ordered_run.sh

2017-03-29 Thread Maxim Uvarov
in Travis this fails but passes locally. Will look more on reasons before merge it. Looks like after it began to work MAX_PPS rate should be adjusted to some number. Maxim. On 03/29/17 06:14, Bill Fischofer wrote: > > > On Tue, Mar 21, 2017 at 11:50 AM, Maxim Uvarov

Re: [lng-odp] [PATCH] test: perf: fix bash syntax in odp_pktio_ordered_run.sh

2017-03-28 Thread Bill Fischofer
On Tue, Mar 21, 2017 at 11:50 AM, Maxim Uvarov wrote: > bash -lt syntax expects 2 integer values, not strings. > Also return code of piped command needs to be get in > a little bit different way. > https://bugs.linaro.org/show_bug.cgi?id=2872 > > Signed-off-by: Maxim Uvarov > Reviewed-by: Bill

Re: [lng-odp] [PATCH] test: perf: fix bash syntax in odp_pktio_ordered_run.sh

2017-03-28 Thread Maxim Uvarov
ping On 03/21/17 19:50, Maxim Uvarov wrote: > bash -lt syntax expects 2 integer values, not strings. > Also return code of piped command needs to be get in > a little bit different way. > https://bugs.linaro.org/show_bug.cgi?id=2872 > > Signed-off-by: Maxim Uvarov > --- > .../performance/odp_pk

[lng-odp] [PATCH] test: perf: fix bash syntax in odp_pktio_ordered_run.sh

2017-03-21 Thread Maxim Uvarov
bash -lt syntax expects 2 integer values, not strings. Also return code of piped command needs to be get in a little bit different way. https://bugs.linaro.org/show_bug.cgi?id=2872 Signed-off-by: Maxim Uvarov --- .../performance/odp_pktio_ordered_run.sh | 22 +++--- 1 f