From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 624132B9B for ; Mon, 3 Apr 2017 18:53:26 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=intel; t=1491238406; x=1522774406; h=subject:to:references:cc:from:message-id:date: mime-version:in-reply-to:content-transfer-encoding; bh=21BJTO9eWM/LBGoZDBzQ6uHMXIQGF3vVaczWJki/IzA=; b=eZm1Zkgx8PwZKosA8HVSAT83G1AibiBDLYnzQ7pINREIlry2653O0IUI utrEuJr6rbEAPDPLBLc3RUCL83PeGA==; Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 03 Apr 2017 09:53:25 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,271,1486454400"; d="scan'208";a="841309264" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.122]) ([10.237.220.122]) by FMSMGA003.fm.intel.com with ESMTP; 03 Apr 2017 09:53:24 -0700 To: "Wei, FangfangX" , "dev@dpdk.org" References: <15e752$p1j7f7@FMSMGA003.fm.intel.com> <067B569323FEB248B5CB480E1954F4346EA2D760@SHSMSX101.ccr.corp.intel.com> Cc: DPDK_SW_ENG , Alejandro Lucero From: Ferruh Yigit Message-ID: <7b43f0e5-e1ef-5e67-d645-0b3ccc5d6ee4@intel.com> Date: Mon, 3 Apr 2017 17:53:23 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <067B569323FEB248B5CB480E1954F4346EA2D760@SHSMSX101.ccr.corp.intel.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Subject: Re: [dpdk-dev] FW: [dpdk-test-report] | ERROR | daily Intel builds (33/55) X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Apr 2017 16:53:26 -0000 On 4/1/2017 5:10 AM, Wei, FangfangX wrote: > Hi all, > > There's one new build error: > LD DPDK/x86_64-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/igb_uio/igb_uio.c: In function ‘igbuio_pci_probe’: > DPDK/x86_64-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/igb_uio/igb_uio.c:434:2: error: implicit declaration of function ‘dma_zalloc_coherent’ > cc1: warnings being treated as errors > DPDK/x86_64-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/igb_uio/igb_uio.c:434:11: error: assignment makes pointer from integer without a cast > > It occurred by following commit: > commit d287e4d41be0647aad5f341179f844cf304e0ea5 > Author: Alejandro Lucero > Date: Wed Jan 18 12:27:55 2017 +0000 > > igb_uio: map dummy DMA forcing IOMMU domain attachment > > Detail OSes and configuration please refer to Failure #1 and #2. Sent following patch for the issue: http://dpdk.org/dev/patchwork/patch/23166/ > > Best Regards > Fangfang Wei