From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 2E7CA2B93 for ; Tue, 27 Sep 2016 12:07:28 +0200 (CEST) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga104.jf.intel.com with ESMTP; 27 Sep 2016 03:07:27 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.30,404,1470726000"; d="scan'208";a="173636588" Received: from irsmsx110.ger.corp.intel.com ([163.33.3.25]) by fmsmga004.fm.intel.com with ESMTP; 27 Sep 2016 03:07:15 -0700 Received: from irsmsx101.ger.corp.intel.com ([169.254.1.224]) by irsmsx110.ger.corp.intel.com ([163.33.3.25]) with mapi id 14.03.0248.002; Tue, 27 Sep 2016 11:07:11 +0100 From: "Trahe, Fiona" To: "De Lara Guarch, Pablo" , "dev@dpdk.org" CC: "De Lara Guarch, Pablo" , "Trahe, Fiona" Thread-Topic: [dpdk-dev] [PATCH] app/test: remove unnecessary conditional Thread-Index: AQHSGEMP3qknNe2YIEaQi0KWMeT50KCNHRnQ Date: Tue, 27 Sep 2016 10:07:12 +0000 Message-ID: <348A99DA5F5B7549AA880327E580B435890E6D2A@IRSMSX101.ger.corp.intel.com> References: <1474928000-35269-1-git-send-email-pablo.de.lara.guarch@intel.com> In-Reply-To: <1474928000-35269-1-git-send-email-pablo.de.lara.guarch@intel.com> Accept-Language: en-IE, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZDRlNTRhMzQtMWMxYy00OGNmLWJhMTQtOTdiNjIzMGJmYWIxIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6ImlQdVhlcXZFeVJ0alJHMmFPbG9pbGtUNCt2Q0t1NndcL2drdnlGeGtISTM4PSJ9 x-ctpclassification: CTP_IC x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] app/test: remove unnecessary conditional 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: Tue, 27 Sep 2016 10:07:28 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Pablo de Lara > Sent: Monday, September 26, 2016 11:13 PM > To: dev@dpdk.org > Cc: De Lara Guarch, Pablo > Subject: [dpdk-dev] [PATCH] app/test: remove unnecessary conditional >=20 > Regardless the result of the conditional, the true and false statements w= ere > the same, so the conditional can be removed. >=20 > Signed-off-by: Pablo de Lara Acked-by: