From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from DUB004-OMC4S8.hotmail.com (dub004-omc4s8.hotmail.com [157.55.2.83]) by dpdk.org (Postfix) with ESMTP id AD395594D for ; Wed, 23 Jul 2014 16:22:52 +0200 (CEST) Received: from DUB128-W18 ([157.55.2.71]) by DUB004-OMC4S8.hotmail.com with Microsoft SMTPSVC(7.5.7601.22701); Wed, 23 Jul 2014 07:24:16 -0700 X-TMN: [5gf6ZM8wDChjHsrsPjASKpgyVmmChmDw] X-Originating-Email: [dcb314@hotmail.com] Message-ID: From: David Binderman To: "dev@dpdk.org" Date: Wed, 23 Jul 2014 14:24:15 +0000 Importance: Normal Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-OriginalArrivalTime: 23 Jul 2014 14:24:16.0042 (UTC) FILETIME=[C86A10A0:01CFA681] Subject: [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:22:52 -0000 Hello there=2C=0A= =0A= dpdk-1.7.0/lib/librte_ether/rte_ether.h:208]: (style) Expression '(X & 0x2)= =3D=3D 0x1' is always false.=0A= =0A= Source code is=0A= =0A= =A0=A0=A0 return ((ea->addr_bytes[0] & ETHER_LOCAL_ADMIN_ADDR) =3D=3D 1)=3B= =0A= =0A= but=0A= =0A= #define ETHER_LOCAL_ADMIN_ADDR 0x02 /**< Locally assigned Eth. address. */= =0A= =0A= Regards=0A= =0A= David Binderman=0A= =0A= =