From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 2/5] bnx2x: Fix x86_64-native-linuxapp-clang build error Date: Tue, 20 Oct 2015 18:11:29 +0200 Message-ID: <9286039.TySdo1XAUF@xps13> References: <1442018576-19981-1-git-send-email-rasesh.mody@qlogic.com> <1442018576-19981-3-git-send-email-rasesh.mody@qlogic.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, sony.chacko@qlogic.com To: harish.patil@qlogic.com Return-path: Received: from mail-wi0-f172.google.com (mail-wi0-f172.google.com [209.85.212.172]) by dpdk.org (Postfix) with ESMTP id 6FC058DAF for ; Tue, 20 Oct 2015 18:12:34 +0200 (CEST) Received: by wikq8 with SMTP id q8so53878859wik.1 for ; Tue, 20 Oct 2015 09:12:34 -0700 (PDT) In-Reply-To: <1442018576-19981-3-git-send-email-rasesh.mody@qlogic.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2015-09-11 17:42, Rasesh Mody: > #define SHMEM_EEE_ADV_STATUS_MASK 0x00f00000 > #define SHMEM_EEE_100M_ADV (1<<0) > - #define SHMEM_EEE_1G_ADV (1<<1) > + #define SHMEM_EEE_1G_ADV (1U<<1) > #define SHMEM_EEE_10G_ADV (1<<2) Why other constants are not changed? Please put at least the build error in the message.