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 <alejandro.luc...@netronome.com> > 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