From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-we0-f172.google.com (mail-we0-f172.google.com [74.125.82.172]) by dpdk.org (Postfix) with ESMTP id EDE9CB51A for ; Fri, 20 Feb 2015 15:12:24 +0100 (CET) Received: by wevm14 with SMTP id m14so5766048wev.13 for ; Fri, 20 Feb 2015 06:12:24 -0800 (PST) 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=+L6FuAmo/uV7m7PdDpVyT/rvujXg4ZfnYKOpud70qoY=; b=nGMXkg6IU5cncNBTGyBHSPzpIGcHQcOt4vgEuKUqJ0kg25pZTp7DLyt0DWuXyOCMkC Dpt7BBt28aU/CRjp4URboe+BK2l3JDZSoheieTnD/AUmh2rA0A0if/YBFzQgP5GoHPzK eXk9F5tNhFY+JkUdaMMkh4y5BfA5Y/HV47zx7V5qjG13IYc7ANPHYDcHpmM6tXuwngRg AjTVT1UzmB14N//um3uqYtdS2ly4mAjDreOzXIu/NWX8OuWNaNQ5E4RK3ku6I1FEj5dI jT4Wmc92CI5ZKzGgULWJgWqx7uBaU00QXqCl2J0oY1uvp7sYzj1rLHrvORhJZMmJjRKE 22gw== X-Gm-Message-State: ALoCoQkilMjPio/NYcFqQf+OOyIiNx3z0c4EMsx+7O5tcLdI3+ra5VBsWlOejDqCp0F0bWJKvz2a X-Received: by 10.194.185.68 with SMTP id fa4mr18675871wjc.111.1424441544697; Fri, 20 Feb 2015 06:12:24 -0800 (PST) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id hg7sm42241560wjb.44.2015.02.20.06.12.23 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 20 Feb 2015 06:12:23 -0800 (PST) From: Thomas Monjalon To: Panu Matilainen Date: Fri, 20 Feb 2015 15:11:54 +0100 Message-ID: <2268872.oN0pRWs9tI@xps13> Organization: 6WIND User-Agent: KMail/4.14.4 (Linux/3.18.4-1-ARCH; KDE/4.14.4; x86_64; ; ) In-Reply-To: <2601191342CEEE43887BDE71AB977258213F0C8F@irsmsx105.ger.corp.intel.com> References: <442c1d71592455d2f3c8df4cc944cc48c1092fc6.1424341431.git.pmatilai@redhat.com> <581bc65f3701e08b035e4d08fbd2831e03c030d8.1424344715.git.pmatilai@redhat.com> <2601191342CEEE43887BDE71AB977258213F0C8F@irsmsx105.ger.corp.intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH v2] i40e: fix build with gcc 5 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: Fri, 20 Feb 2015 14:12:25 -0000 > > Eliminate ambiguity in the condition which trips up a "logical not > > is only applied to the left..." warning from gcc 5, causing build > > failure with -Werror. Besides non-ambiguous, the condition is > > far more obvious this way. > > > > Signed-off-by: Panu Matilainen > > Acked-by: Konstantin Ananyev Applied, thanks