Re: [lng-odp] [PATCH] validation: pktio: fix check of pktio_stop() called twice

2016-01-22 Thread Maxim Uvarov
Merged, Maxim. On 01/21/2016 00:32, Bill Fischofer wrote: On Wed, Jan 13, 2016 at 11:38 AM, Ivan Khoronzhuk > wrote: The odp_pktio_stop() called is supposed to return error. Signed-off-by: Ivan Khoronzhuk

Re: [lng-odp] [PATCH] validation: pktio: fix check of pktio_stop() called twice

2016-01-20 Thread Ivan Khoronzhuk
ping On 13.01.16 19:38, Ivan Khoronzhuk wrote: The odp_pktio_stop() called is supposed to return error. Signed-off-by: Ivan Khoronzhuk --- test/validation/pktio/pktio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [lng-odp] [PATCH] validation: pktio: fix check of pktio_stop() called twice

2016-01-20 Thread Bill Fischofer
On Wed, Jan 13, 2016 at 11:38 AM, Ivan Khoronzhuk < ivan.khoronz...@linaro.org> wrote: > The odp_pktio_stop() called is supposed to return error. > > Signed-off-by: Ivan Khoronzhuk > Reviewed-by: Bill Fischofer > --- >

Re: [lng-odp] [PATCH] validation: pktio: fix check of pktio_stop() called twice

2016-01-18 Thread Ivan Khoronzhuk
ping On 13.01.16 19:38, Ivan Khoronzhuk wrote: The odp_pktio_stop() called is supposed to return error. Signed-off-by: Ivan Khoronzhuk --- test/validation/pktio/pktio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[lng-odp] [PATCH] validation: pktio: fix check of pktio_stop() called twice

2016-01-13 Thread Ivan Khoronzhuk
The odp_pktio_stop() called is supposed to return error. Signed-off-by: Ivan Khoronzhuk --- test/validation/pktio/pktio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/validation/pktio/pktio.c b/test/validation/pktio/pktio.c index