From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v1 1/1] examples/bond: fix unchecked return value Date: Mon, 11 Jul 2016 16:21:24 +0200 Message-ID: <2122442.SxivFimH55@xps13> References: <1467192217-182940-1-git-send-email-piotrx.t.azarewicz@intel.com> <4ea6fad1-ff5d-ff73-3200-7e92a7b92481@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Declan Doherty , ptazarex@ecsmtp.igk.intel.com To: Piotr Azarewicz Return-path: Received: from mail-wm0-f48.google.com (mail-wm0-f48.google.com [74.125.82.48]) by dpdk.org (Postfix) with ESMTP id 9CD702BBD for ; Mon, 11 Jul 2016 16:21:29 +0200 (CEST) Received: by mail-wm0-f48.google.com with SMTP id i5so19327084wmg.0 for ; Mon, 11 Jul 2016 07:21:29 -0700 (PDT) In-Reply-To: <4ea6fad1-ff5d-ff73-3200-7e92a7b92481@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" 2016-06-30 10:13, Declan Doherty: > On 29/06/16 10:23, ptazarex@ecsmtp.igk.intel.com wrote: > > The example is calling rte_eal_wait_lcore without checking return value. > > Now it is fixed by checking the value and print proper message. > > > > Coverity issue: 37789 > > Coverity issue: 37790 > > Fixes: cc7e8ae84faa ("examples/bond: add example application for link bonding mode 6") > > > > Signed-off-by: Piotr Azarewicz > > Acked-by: Declan Doherty Applied with title "examples/bond: check thread termination", thanks