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

2017-03-30 Thread Bill Fischofer
On Thu, Mar 30, 2017 at 11:20 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 Fis

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

2017-03-30 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 --- v2: after repairing test logic make distcheck failed due to missing targets. A