[lng-odp] [PATCH] linux-generic: pktio_run_tap: failure to setup tap != test fail

2016-04-04 Thread Zi Shen Lim
When we fail to setup tap for any reason, simply report TEST_SKIPPED and move on. It is not an actual test failure. Signed-off-by: Zi Shen Lim --- platform/linux-generic/test/pktio/pktio_run_tap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/linux-generic/test/pktio

Re: [lng-odp] [PATCH] linux-generic: pktio_run_tap: failure to setup tap != test fail

2016-04-06 Thread Christophe Milard
On 2016-04-04 23:30, Zi Shen Lim wrote: > When we fail to setup tap for any reason, simply report > TEST_SKIPPED and move on. It is not an actual test failure. > > Signed-off-by: Zi Shen Lim Reviewed-by: Christophe Milard > --- > platform/linux-generic/test/pktio/pktio_run_tap | 2 +- > 1 fil

Re: [lng-odp] [PATCH] linux-generic: pktio_run_tap: failure to setup tap != test fail

2016-04-08 Thread Maxim Uvarov
Merged, Maxim. On 04/07/16 10:11, Christophe Milard wrote: On 2016-04-04 23:30, Zi Shen Lim wrote: When we fail to setup tap for any reason, simply report TEST_SKIPPED and move on. It is not an actual test failure. Signed-off-by: Zi Shen Lim Reviewed-by: Christophe Milard --- platform/l