From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 2D423C52E for ; Mon, 27 Jul 2015 14:42:53 +0200 (CEST) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga101.jf.intel.com with ESMTP; 27 Jul 2015 05:42:52 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.15,553,1432623600"; d="scan'208";a="613570674" Received: from irsmsx153.ger.corp.intel.com ([163.33.192.75]) by orsmga003.jf.intel.com with ESMTP; 27 Jul 2015 05:42:46 -0700 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.149]) by IRSMSX153.ger.corp.intel.com ([169.254.9.59]) with mapi id 14.03.0224.002; Mon, 27 Jul 2015 13:42:37 +0100 From: "Mcnamara, John" To: "Gonzalez Monroy, Sergio" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH] eal: fix set_tsc_freq Thread-Index: AQHQyGZZ9B9CIRPc30qhB/Hpje8Bkp3vQpfA Date: Mon, 27 Jul 2015 12:42:36 +0000 Message-ID: References: <1437999475-32438-1-git-send-email-sergio.gonzalez.monroy@intel.com> In-Reply-To: <1437999475-32438-1-git-send-email-sergio.gonzalez.monroy@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] eal: fix set_tsc_freq 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: Mon, 27 Jul 2015 12:42:53 -0000 > -----Original Message----- > From: Gonzalez Monroy, Sergio > Sent: Monday, July 27, 2015 1:07 PM > To: Mcnamara, John > Subject: [PATCH] eal: fix set_tsc_freq >=20 > The logical OR operator evaluates to 1 if any of its operands is differen= t > than 0. >=20 > Fixes: 040cf8a41187 ("eal: deduplicate timer functions") >=20 > Signed-off-by: Sergio Gonzalez Monroy Acked-by: John McNamara