From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [dpdk-stable] [PATCH] pdump: fix error code check when creating/canceling pthread Date: Wed, 17 Jan 2018 14:58:56 +0100 Message-ID: <35283231.ZooPypOfPR@xps> References: <20171208102013.1930-1-olivier.matz@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, "Mcnamara, John" , "Pattan, Reshma" , "stable@dpdk.org" To: Olivier Matz Return-path: In-Reply-To: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > > On error, pthread_create() returns a positive number (an errno) but does > > not set the errno variable. > > > > Fixes: 278f945402c5 ("pdump: add new library for packet capture") > > Cc: stable@dpdk.org > > > > Signed-off-by: Olivier Matz > > Acked-by: John McNamara Applied, thanks