From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f169.google.com (mail-wi0-f169.google.com [209.85.212.169]) by dpdk.org (Postfix) with ESMTP id 16C86683D for ; Mon, 9 Mar 2015 19:21:55 +0100 (CET) Received: by widex7 with SMTP id ex7so23187809wid.1 for ; Mon, 09 Mar 2015 11:21:55 -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=1KupYeL0dwMYfBjiNHG6AvtVhhTmC5h49JnB6nHfxWI=; b=Im9YhXY6nmGJkL/H/L014v3m1BnTUGvNua28P6BU21CskBFPZzLz+vxl9Xii8z7G6X w/d1SFgXA0rqvzZ+Hi06+0CNgVhHZaGoMNtp5VVOQQP5trK9VTep9/w63MV52FM8ZWwO 9axlYikF7MwCYEOIAhVmewhePjwx+F/zER9e20KTQvbxISRH9zv6keYIeyAzwisUrlPz 1ZnK1hCFLE17YxANDWdSBDbGH8tT+bA7m6qNk8KI0BcY9sKmU9PY5XrVTqavZ7rGtNka zb/obFXwmeSbKTdfKwe6T5j55TR2OywDQnQO7osysgLmwqyfxug9OP+9OiiA/HijDN7t 1GQg== X-Gm-Message-State: ALoCoQk0fwnwp9vFku3G3tYfp+DMMGaDS8gUFhmUySeqq34yRjLRwNyPFASDusCFARBlzy4PGSwy MIME-Version: 1.0 X-Received: by 10.194.60.173 with SMTP id i13mr59262265wjr.124.1425925314942; Mon, 09 Mar 2015 11:21:54 -0700 (PDT) Received: by 10.194.179.170 with HTTP; Mon, 9 Mar 2015 11:21:54 -0700 (PDT) Received: by 10.194.179.170 with HTTP; Mon, 9 Mar 2015 11:21:54 -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:54 +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:55 -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 Thanks a lot, John. > > John. > -- > >