From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] app/test: fix of returning wrong value Date: Mon, 07 Dec 2015 04:10:33 +0100 Message-ID: <19597619.R7mtkVR30U@xps13> References: <1449112979-25634-1-git-send-email-helin.zhang@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Helin Zhang Return-path: Received: from mail-wm0-f42.google.com (mail-wm0-f42.google.com [74.125.82.42]) by dpdk.org (Postfix) with ESMTP id 927289412 for ; Mon, 7 Dec 2015 04:11:45 +0100 (CET) Received: by wmuu63 with SMTP id u63so123878750wmu.0 for ; Sun, 06 Dec 2015 19:11:45 -0800 (PST) In-Reply-To: <1449112979-25634-1-git-send-email-helin.zhang@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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