From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id 9DB811B6B4 for ; Sat, 14 Oct 2017 01:07:39 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 4707C20CA4; Fri, 13 Oct 2017 19:07:39 -0400 (EDT) Received: from frontend2 ([10.202.2.161]) by compute1.internal (MEProxy); Fri, 13 Oct 2017 19:07:39 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=zequC3U0zq3/A4PA00UfGCcMkH yNpVDCoAQZWmdQLFM=; b=n4R+fqr/C4EkWiT06XqHuPy1uz0ab8e/w1MIDku5id OxJjTXW5VKX2BgQE40ofB+ZlShWuUascPnY1DQ5lYropbi96Wv3tDkqqdcTqae11 RM/TEf3dFVdcsGTbo+3Ojo/f67/gyS3l8dRF4CJSL6uKxhVkbyzGAtmtjEdz9Jjc o= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm1; bh=zequC3 U0zq3/A4PA00UfGCcMkHyNpVDCoAQZWmdQLFM=; b=dyTXnOLsPmHMQpYjOThn0w BdDrJlE+77NUZ0r1JtCt+iBGY0R53aH09myEhCcGLmqshqRppvmKtCkqbf55jBfZ IwSqVbAXz1IdtiYZfsWXkt8GXvINdqJs45jAA8SxD+PlgFUn9drhHHd+7Tr1irJf adH6wOZ/FuyB7XHMF3Z8h+J6IzYyliarNi+5v4rkSIceW3GzMfWN22fuwPHTCMnh bzRs3U2Xot3fvhAcnxTYU/s5jSvHyUkdmZZbY3Ip9ZGK3aTWhk90dkiFfhK3vloV CjoZmIVGB3wC4wzIkz7ZeGeCAB1NM/V1RMRHeXLp+EELWLLL5BeEh9sXoIMWu2PQ == X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id E8E7A24767; Fri, 13 Oct 2017 19:07:38 -0400 (EDT) From: Thomas Monjalon To: "Piasecki, JacekX" Cc: "Jastrzebski, MichalX K" , dev@dpdk.org, "Richardson, Bruce" , "Van Haaren, Harry" , "Mcnamara, John" , "ian.betts@intel.com" Date: Sat, 14 Oct 2017 01:07:38 +0200 Message-ID: <1781710.yGT9CBzxbP@xps> In-Reply-To: <60ABE07DBB3A454EB7FAD707B4BB158213C4693B@IRSMSX109.ger.corp.intel.com> References: <1507808684-37821-1-git-send-email-jacekx.piasecki@intel.com> <60ABE07DBB3A454EB7FAD707B4BB158213C4693B@IRSMSX109.ger.corp.intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [dpdk-stable] [PATCH] examples/performance-thread: fix return check X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Oct 2017 23:07:39 -0000 > > There was a call for thread create function without result check. > > Added result check and message printout after failure. > > > > Coverity issue: 143441 > > Fixes: 433ba6228f9a ("examples/performance-thread: add pthread_shim > > app") > > Cc: ian.betts@intel.com > > Cc: stable@dpdk.org > > > > Signed-off-by: Jacek Piasecki > > Acked-by: Michal Jastrzebski Applied, thanks