From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f173.google.com (mail-wi0-f173.google.com [209.85.212.173]) by dpdk.org (Postfix) with ESMTP id B1D27683D for ; Mon, 9 Mar 2015 19:21:29 +0100 (CET) Received: by wiwl15 with SMTP id l15so23680694wiw.4 for ; Mon, 09 Mar 2015 11:21:29 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=aSSEgoU6SXRDvJyDT4acteEBxi3twt0HaqI2NEEXUgc=; b=GKm6seOWh2zLPnZZ8ncshti7rPdjSOHApOxGDIkNeexkH9SZTPlXJXJwHy1C/yEAAm an+IrNorfwawnDI0UZ1UAoPU6MjHTgpg/yyzmUlST0Mq8YOmdPDRaK1JpjT0N6bgHN8S qziIsT1VCNaNFIg89Kyu3p5qnywwCIi2cGcobvHiVc60+D1BV5rzoIPpbWh4uMXkftDa PvWNdYoUjWVnpb9r88Z1Gi+LhzhQaF4bGcGzesNcEDyjnbArtLvh7QyvLPSPhGM0xH5l ccGy3pPi1jPmiuTxsl4c4r4wt1dPO6nHHmXm3Q9c5mrZvd1d2pTxomljns32+CDtzVGm ZSJQ== X-Gm-Message-State: ALoCoQlL13L7dlBvossDSxMKQHu+MNENZQ7wYDAQARERt4+5P+YiVQAywLn0pZCuaRtrNmpZBCXp MIME-Version: 1.0 X-Received: by 10.180.189.37 with SMTP id gf5mr106660735wic.86.1425925289493; Mon, 09 Mar 2015 11:21:29 -0700 (PDT) Received: by 10.194.179.170 with HTTP; Mon, 9 Mar 2015 11:21:29 -0700 (PDT) Received: by 10.194.179.170 with HTTP; Mon, 9 Mar 2015 11:21:29 -0700 (PDT) In-Reply-To: References: <1425896433-12452-1-git-send-email-vladz@cloudius-systems.com> <1425896433-12452-2-git-send-email-vladz@cloudius-systems.com> <2601191342CEEE43887BDE71AB977258213F4B37@irsmsx105.ger.corp.intel.com> <54FD7F5A.4090809@intel.com> <2601191342CEEE43887BDE71AB977258213F4B99@irsmsx105.ger.corp.intel.com> <54FDC306.4030503@cloudius-systems.com> <2601191342CEEE43887BDE71AB977258213F4E68@irsmsx105.ger.corp.intel.com> Date: Mon, 9 Mar 2015 20:21:29 +0200 Message-ID: From: Vladislav Zolotarov To: John Mcnamara Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH v5 1/3] ixgbe: Cleanups 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: Mon, 09 Mar 2015 18:21:29 -0000 On Mar 9, 2015 8:01 PM, "Mcnamara, John" wrote: > > > -----Original Message----- > > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Vladislav Zolotarov > > Sent: Monday, March 9, 2015 5:14 PM > > To: Ananyev, Konstantin > > Cc: dev@dpdk.org > > Subject: Re: [dpdk-dev] [PATCH v5 1/3] ixgbe: Cleanups > > > > On Mar 9, 2015 6:39 PM, "Ananyev, Konstantin" > > > > wrote: > > > > > If I remember things correctly, it considered result at right side > > > > > of > > '=' operator as unsigned int, > > > > > and then complained that we assign it to smaller size (unsigned > > short) operand. > > > > > > > > If that's the case - that's a clear compiler bug. > > > > > > Might be, though if we still have to support it, there is no much > > > choice > > I am afraid. > > > > Well to begin with could anybody who has this icc thing (preferably the > > latest version) post the compilation errors u are talking about > > Hi, > > For what it is worth there aren't any warnings with ICC 13 and the 1/3 patch (+ the previous patchset): > > $ make T=x86_64-native-linuxapp-icc install CC=icc > Build complete > > $ git log --pretty=format:"%h - %an: %s" -4 > b5d06e4 - Vladislav Zolotarov: ixgbe: Cleanups > 3cd0367 - Vladislav Zolotarov: ixgbe: Unify the rx_pkt_bulk callback ... > 10ed30e - Vladislav Zolotarov: ixgbe: Bug fix: Properly configure Rx ... > 2a5bc6a - Vladislav Zolotarov: ixgbe: Use the rte_le_to_cpu_xx()/rte_... > > $ icc --version > icc (ICC) 13.1.1 20130313 That's worth a lot to me!.. :D > > John. > -- > >