From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-f52.google.com (mail-wg0-f52.google.com [74.125.82.52]) by dpdk.org (Postfix) with ESMTP id A9D23594D for ; Wed, 23 Jul 2014 16:29:59 +0200 (CEST) Received: by mail-wg0-f52.google.com with SMTP id a1so1261364wgh.11 for ; Wed, 23 Jul 2014 07:31:23 -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=U75ih6WzUrbKT8C9aDiS3UYLW4r28bPqqN4EleoGdTg=; b=WPuR7/6wc3lINc/xEeIvk7Z7tPZ0bwvgWdn7r0PGVw/+d0DkgXSiMH16VV7r9t67bd qvNBgicIm5I4RBIig0u8UKdS9M88kzbUwcJtEuvIHkw+rWhUZ5L41ULQZt4WMxHSVeAT ub9t2p2pctmOcdvHAHA0GjVjqOVhu24+tF3ndyZJdiNdigWCmmTZWEvCd9tCXDOeptBA Ych5i5q6083rlo8dK/7bibEm4NY98syZ6DQizG0zr6UHUHhiVMsZ4I1k9Ue0mHrUl/vE A7DEEAGv003oCFANzirqyGL8PSdpqLgdn/13eC8qyhtxHtepMV67wA2rjpfJMmzqaDna ko8Q== X-Gm-Message-State: ALoCoQkqwMRR6BPtb9lZoB3P3EaDfFf336nqVulFV6MbVkb4/0NQbFC2LaS05rljQFyNMk4OQe5T X-Received: by 10.180.14.5 with SMTP id l5mr3852400wic.50.1406125883374; Wed, 23 Jul 2014 07:31:23 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id fc7sm6692462wjc.37.2014.07.23.07.31.21 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 23 Jul 2014 07:31:22 -0700 (PDT) From: Thomas Monjalon To: David Binderman Date: Wed, 23 Jul 2014 16:31:09 +0200 Message-ID: <1548776.0dk64ALzKQ@xps13> Organization: 6WIND User-Agent: KMail/4.13.2 (Linux/3.15.5-2-ARCH; KDE/4.13.2; 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] dpdk-1.7.0 bug report 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, 23 Jul 2014 14:29:59 -0000 Hi, 2014-07-23 14:24, David Binderman: > dpdk-1.7.0/lib/librte_ether/rte_ether.h:208]: (style) Expression '(X & 0x2) == 0x1' is always false. Which tool are you using? Thanks for the report -- Thomas