From mboxrd@z Thu Jan 1 00:00:00 1970 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) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:organization:user-agent :in-reply-to:references:mime-version:content-transfer-encoding :content-type; bh=EuZ8OQddjeIf9MvkRSJBgNEhLO9OyE/nlNLx4UhOIfk=; b=np1CNdnDKscmCDQnyQP7lF97SYG9+rxfzaoY+Uf/kupIhwE7bCmEIDw9kzjRx+w4Lp 9RQJOp83ZlA12/9s3tn19Dl2aoKSiaSR/ZdLU6g6dh6jCnjtnU7k0VkbCWE9OrGzh/D4 eo6kg3AYCSbaJ2odolXT/m2Rx7+34VPAZIBXO41MRZ4JwEX+qCaD6yVI/8nuH+ePtLhj k5ZUnDRVUh7rJjdw+l1NC3kL5ABGwoHmfC1QWQ4ThBreGk6myPbBkdLGxHQ0nBtSq8oJ N+g72u4exoy61xoOdjTZvjVpKO7S+uGRdukVrLqTyxddV1c6RE4tEJp6R3WntdSu2JFm PUbw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=EuZ8OQddjeIf9MvkRSJBgNEhLO9OyE/nlNLx4UhOIfk=; b=DQ7XbYNWW6eZCsM8tTPkvAre/xMQkB8TRccWp9J0B2+B+kzIbWr/YUPlRm4rFc9SLI S4G0+HlMI5hqAbNypdmk2dz3rmJO1/GRPoR7u4pjpliY54z9oECUIabrjCJdkzhIJpDf ON9xBESmzkMTFGeM+2vhmaTg8xLjZoHvV9WgEG2zz3Hw+fC4wTSP0yPFP+rGBQ5LZpP6 ZZsJmjEGOeKLhlHJribOuCUf2BxVnTcX4NcxTf8DbEutezO7JzGvDtaF7zHTTgs8eWlU qKyP8LZHh2TzV8paAmWVK3Ul3j5Ut51Mu6Yo9BDUuo0ejz4ATQ6C3XTQVIXHT039Nwuq kyZg== X-Gm-Message-State: ALoCoQnWkWk8w/jLbDUSIBrGBnHPsJ1p8HvYshMU7UF02tkENLbQL4ymLrexWWlHPkMoIf8h64De X-Received: by 10.194.203.228 with SMTP id kt4mr30507369wjc.58.1449457905391; Sun, 06 Dec 2015 19:11:45 -0800 (PST) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by smtp.gmail.com with ESMTPSA id 193sm14432413wmp.16.2015.12.06.19.11.44 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 06 Dec 2015 19:11:44 -0800 (PST) From: Thomas Monjalon To: Helin Zhang Date: Mon, 07 Dec 2015 04:10:33 +0100 Message-ID: <19597619.R7mtkVR30U@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <1449112979-25634-1-git-send-email-helin.zhang@intel.com> References: <1449112979-25634-1-git-send-email-helin.zhang@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH] app/test: fix of returning wrong value X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Dec 2015 03:11:45 -0000 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