From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pd0-f171.google.com (mail-pd0-f171.google.com [209.85.192.171]) by dpdk.org (Postfix) with ESMTP id 639979A8F for ; Mon, 18 May 2015 08:08:36 +0200 (CEST) Received: by pdbqa5 with SMTP id qa5so135071609pdb.0 for ; Sun, 17 May 2015 23:08:35 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :cc:subject:content-type:content-transfer-encoding; bh=GmCMiPqkD9HPOWfHUbIitndDWAHm96eKAzSvTntRNqE=; b=PxYzGdUeCXTE/iJsZQcKCZoCuLU0yPjn/sOo9G/Fltxel5PJwWlQJlxxkTmfYW9OwQ AduSrrL2I7Roh0KDPqs+e3GQTCtwxxAcm4Zc3OzpfUgwyIu65opsFvYh5iQ7zxiQ9kYb H8FpePjQwx4KW+PWkvkDtWFFkdNYqXMQDQg8PzCF01UFaoo2azsYOO+EKrZqk/dIyl7L C+Lloejfq5luGCwUm81R9Tb2dVXoJOfXVv+PzTt78nmNAR5MAhjWqqlLCiHunmeCEfby mKTnu8NMSJ0oJBtG1KlzhtWTBAl88lICnp/TNH/BXytTJVQHQyy9XlICg2CqNKSKR2rv mUhg== X-Gm-Message-State: ALoCoQnysrHfxZqCmrzdisfF4zKcub1Yp3dTz1Viv6Px5sFk+hOwuwSqVr/+JmSxk8fH9DaXTKeE X-Received: by 10.70.102.132 with SMTP id fo4mr41393235pdb.31.1431929315731; Sun, 17 May 2015 23:08:35 -0700 (PDT) Received: from [10.16.129.101] (napt.igel.co.jp. [219.106.231.132]) by mx.google.com with ESMTPSA id ry2sm8747327pbb.83.2015.05.17.23.08.34 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 17 May 2015 23:08:34 -0700 (PDT) Message-ID: <555981E1.1040308@igel.co.jp> Date: Mon, 18 May 2015 15:08:33 +0900 From: Tetsuya Mukawa User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: helin.zhang@intel.com Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: "dev@dpdk.org" Subject: [dpdk-dev] Can't compile master branch with icc 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, 18 May 2015 06:08:36 -0000 Hi Helin, It seems master branch cannot be compiled with icc like below. $ T=x86_64-native-linuxapp-icc make install ...snip.... dpdk/lib/librte_pmd_i40e/i40e/i40e_nvm.c(1022): error #188: enumerated type mixed with another type hw->aq.asq_last_status = old_asq_status; As a result of bisecting, below patch may cause the issue. 3b7271f i40e/base: catch NVM write semaphore timeout and retry Could you please check it? Regards, Tetsuya