From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-f49.google.com (mail-wg0-f49.google.com [74.125.82.49]) by dpdk.org (Postfix) with ESMTP id F1702AF85 for ; Wed, 16 Apr 2014 11:06:41 +0200 (CEST) Received: by mail-wg0-f49.google.com with SMTP id a1so10565573wgh.8 for ; Wed, 16 Apr 2014 02:06:39 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=jd5MlFrqtP9bCZv29DXmwRNZRrz3CbHAs4mFfSbcLxE=; b=mjtDE4+lte7zTSBi0PUP9Kt+kUtp0gcPoxGxqHAHiHQxonOAJBuyPMXCNBc6a0j8Ho Avn58JN3U5eyRN0zFemMlELbC/P88BDPsIXuaQnj7fyG0pjUurojKmu4/0H/M5cDitS7 UAycbZNBwP826AAwfZoNfU7/xr7TswfU5gtzwQhxrubXHsR9JTfkC14Qv97MqAdjekVn GYXNyVWIfs53pNfhA7sTJEMdh1UasHnkw0dSfetEdC/Vjb9XGIlV0rxYpDYIiWiaGEq/ qi0G2FVWyZW0U8QsM6ERI+47IV4YOzhvF5MxY0DkKeSoSI7DUd/EACdxjgwwz6aBCuZ3 ktvQ== X-Gm-Message-State: ALoCoQkRlK6F4l/Yh3r2+QMBaM40Lcke04DRLd+KOH41ZxGUz23+9ZeThtSpbDpJJhldRZ4ExJTi X-Received: by 10.180.24.72 with SMTP id s8mr18366648wif.20.1397639199322; Wed, 16 Apr 2014 02:06:39 -0700 (PDT) Received: from xps13.localnet (6wind.net2.nerim.net. [213.41.180.237]) by mx.google.com with ESMTPSA id cj9sm34726680wid.1.2014.04.16.02.06.37 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 16 Apr 2014 02:06:38 -0700 (PDT) From: Thomas Monjalon To: "De Lara Guarch, Pablo" Date: Wed, 16 Apr 2014 11:06:39 +0200 Message-ID: <1866793.FjhAXHIdPO@xps13> Organization: 6WIND User-Agent: KMail/4.12.4 (Linux/3.14.1-1-ARCH; KDE/4.12.4; x86_64; ; ) In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH v5] eal_common_cpuflags: Fix %rbx corruption, and simplify the code 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: Wed, 16 Apr 2014 09:06:42 -0000 Hi Pablo, 2014-04-16 08:58, De Lara Guarch, Pablo: > There are two missing brackets in the loop: Good catch! Do you plan to send a patch to fix this? Thank you -- Thomas