[dpdk-dev] [PATCH] app/test: fix of returning wrong value

2015-12-07 Thread Thomas Monjalon
2015-12-03 11:22, Helin Zhang: > In the KNI unit test, if all test cases passed, it should > return with 0. This patch fixes the issue of returning > wrong value. > > Fixes: fc27caaafd4b ("kni: remove deprecated functions") > > Signed-off-by: Helin Zhang Applied, thanks

[dpdk-dev] [PATCH] app/test: fix of returning wrong value

2015-12-03 Thread Helin Zhang
In the KNI unit test, if all test cases passed, it should return with 0. This patch fixes the issue of returning wrong value. Fixes: fc27caaafd4b ("kni: remove deprecated functions") Signed-off-by: Helin Zhang --- app/test/test_kni.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -