From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id EA56519F5 for ; Thu, 30 Jun 2016 12:46:55 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga103.fm.intel.com with ESMTP; 30 Jun 2016 03:46:54 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.26,551,1459839600"; d="scan'208";a="1012686373" Received: from irsmsx106.ger.corp.intel.com ([163.33.3.31]) by fmsmga002.fm.intel.com with ESMTP; 30 Jun 2016 03:46:54 -0700 Received: from irsmsx102.ger.corp.intel.com ([169.254.2.10]) by IRSMSX106.ger.corp.intel.com ([169.254.8.145]) with mapi id 14.03.0248.002; Thu, 30 Jun 2016 11:46:53 +0100 From: "Azarewicz, PiotrX T" To: "dev@dpdk.org" CC: "Doherty, Declan" Thread-Topic: [PATCH v1 1/1] examples/bond: fix unchecked return value Thread-Index: AQHR0f/iGfQUpp130USnhjrdiIKzrKAB0iLQ Date: Thu, 30 Jun 2016 10:46:53 +0000 Message-ID: <4837007523CC9A4B9414D20C13DE6E64136D98B3@IRSMSX102.ger.corp.intel.com> References: <1467206138-153175-1-git-send-email-piotrx.t.azarewicz@intel.com> In-Reply-To: <1467206138-153175-1-git-send-email-piotrx.t.azarewicz@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v1 1/1] examples/bond: fix unchecked return 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: Thu, 30 Jun 2016 10:46:56 -0000 > The example is calling rte_eal_wait_lcore without checking return value. > Now it is fixed by checking the value and print proper message. >=20 > Coverity issue: 37789 > Coverity issue: 37790 > Fixes: cc7e8ae84faa ("examples/bond: add example application for link > bonding mode 6") >=20 > Signed-off-by: Piotr Azarewicz As you may see its acked by Declan: http://article.gmane.org/gmane.comp.networking.dpdk.devel/43015 Sorry for my issue with email. Acked-by: Declan Doherty