From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tetsuya Mukawa Subject: Can't compile master branch with icc Date: Mon, 18 May 2015 15:08:33 +0900 Message-ID: <555981E1.1040308@igel.co.jp> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: "dev@dpdk.org" To: helin.zhang@intel.com 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) 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" 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