From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] examples/performance-thread: fix - cleanup before exit Date: Sat, 12 Dec 2015 21:52:15 +0100 Message-ID: <3128530.uWxnhVopmG@xps13> References: <1449907928-28374-1-git-send-email-ian.betts@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Ian Betts Return-path: Received: from mail-wm0-f49.google.com (mail-wm0-f49.google.com [74.125.82.49]) by dpdk.org (Postfix) with ESMTP id 60CF78E7E for ; Sat, 12 Dec 2015 21:53:32 +0100 (CET) Received: by mail-wm0-f49.google.com with SMTP id l68so14830427wml.0 for ; Sat, 12 Dec 2015 12:53:32 -0800 (PST) In-Reply-To: <1449907928-28374-1-git-send-email-ian.betts@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-12 08:12, Ian Betts: > Fixes: 433ba6228f9a77a9b5f4 ("add pthread_shim app") > > The patch fixes an inverted return value in the > cond_destroy and cond_init APIs of the pthread shim > example. > > These APIs are now demonstrated in the sample app by > having the mutexes and condition variables > explicitly destroyed before the appplication terminates. > > Signed-off-by: Ian Betts Applied, thanks